Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Navigation using a router #41

Closed
ghost opened this issue Dec 4, 2018 · 1 comment
Closed

Navigation using a router #41

ghost opened this issue Dec 4, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented Dec 4, 2018

I am not sure if this already suggested but ...

What if a URL is used to allow navigating between html "pages".

The intent of this suggestion is to allow larger apps to be built where more of the application is built with html.

The other intention is to add the ability for the html to be updated via server side events.

For example the typical Master / Detail UI pattern:

The first page shows a list of "user" rows
On clicking a user, a routing event occurs and the *user item" page loads laying out the "user fields" as a form.
On clicking "save", the data is captured ( I think this is already possible ?) and posted back to a web server. The user is navigated back to the previous page
The *user rows" page renders and the web server sends a "user row updated " event over SSE and it's updated in place

What possibilities exist for some of this functionality ? If you and others could give feedback I can work towards making a Or for these type of aspects to be possible
Hoping you don't thing this is out of scope but do understand if it is.

@Sub6Resources
Copy link
Owner

I'm afraid this is outside the scope of this project. Sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant