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

Refactor Views and View Models #68

Closed
2 tasks done
emxsys opened this issue Jan 20, 2018 · 0 comments
Closed
2 tasks done

Refactor Views and View Models #68

emxsys opened this issue Jan 20, 2018 · 0 comments

Comments

@emxsys
Copy link
Member

emxsys commented Jan 20, 2018

Create view fragments (html files) for each view and refactor the view models to load the given view fragment. This change will make the web app more modular in nature, making it easier to add/remove subject domains.

  • Extract views from index.html into individual view fragments
  • View models should load the given view fragments
emxsys added a commit that referenced this issue Jan 20, 2018
- Views are now contained in individual html view fragment files.
- View Models load the given view fragment specified in main.js.
- Resolves #68
@emxsys emxsys added this to the Explorer v0.2.0 milestone Jan 20, 2018
emxsys added a commit that referenced this issue Jan 28, 2018
…sequence in name.

- LayerProxy now manages setting of the layer's current time sequence (instead of Globe).
- LayerProxy had new annotatedName observable.
- Closes #68
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant