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

ProjectId, CurrentTab and CurrentSelection should be encoded in the browser URL #120

Closed
matthewhorridge opened this issue Apr 3, 2014 · 1 comment
Labels
Type: Enhancement A request for a change that is an enhancement

Comments

@matthewhorridge
Copy link
Contributor

In order to support back/forward navigation with the browser, the current place needs to be encoded in the browser URL. The following should be encoded:

  • Current projectId (it already is)
  • Current tab selection. Not at the moment.
  • Current object (entity) selection. Not at the moment.

Ultimately,

  • The tabs need to be replaced with views which correspond to places (driven by what is at the moment the current tab selection). The tab bar then just becomes a link bar. (This would also support the lazy loading of other tabs).
  • The current selection mechanism needs to be replaced and tied to browser history.

All of this will be doable when we replace GWT-Ext with regular/native GWT UI stuff.

@matthewhorridge
Copy link
Contributor Author

Done in 3.0.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement A request for a change that is an enhancement
Projects
None yet
Development

No branches or pull requests

1 participant