johnvf / adapt-web-ui

react web ui for adapt oakland
2 stars 3 forks source link

Reorder tags so they work with map navigation #2

Closed bengolder closed 8 years ago

bengolder commented 8 years ago

In TagStore, this creates a _mapTagTree object that structures the three-level hierarchy of map navigation tags. TagStore.getMapTagTree() can be used to retrieve this structure.

App stores the map tag tree in its state, and feeds it to Sidebar.

Sidebar iterates over the tag tree to create the nav with text.

Some additional small fixes: