Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Refactor render scheduling #196

Open
emartinez-usgs opened this issue May 19, 2016 · 1 comment
Open

Refactor render scheduling #196

emartinez-usgs opened this issue May 19, 2016 · 1 comment
Milestone

Comments

@emartinez-usgs
Copy link
Member

emartinez-usgs commented May 19, 2016

Use individual event handlers on change:property events from the model that enable a renderScheduled flag. The basic change event from the model is bound to render which checks if renderScheduled is true and, if so, rendering proceeds.

Some known places where this needs to be implemented.

  • GenericCollectionView
  • CheckboxOptionsView
  • RadioOptionsView
  • ListView
  • ModesView
@emartinez-usgs
Copy link
Member Author

I did some work on this and pushed it to my origin under a branch called "issue-196". You can use this as a starting place. Currently, this branch deals with the generic collection view, radio/checkbox views, and started on the list view. The map view could be done in isolation.

@emartinez-usgs emartinez-usgs removed their assignment May 24, 2016
@ehunter-usgs ehunter-usgs self-assigned this Jun 13, 2016
@ehunter-usgs ehunter-usgs removed their assignment Jun 13, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants