SCODEMeetup / community-services-locator-ui

Building a UI for community locator services
MIT License
1 stars 7 forks source link

Display all categories in the left sidebar #67

Open mollyhenderson opened 4 years ago

mollyhenderson commented 4 years ago

Currently, we only display the currently-selected category's subcategories in the left sidebar. (If a user wants a different category, they have to hit back until they get back to the initial screen). It would be nice to show all possible options in the sidebar, to alleviate that.

thelunchbox commented 4 years ago

Currently the subcategories aren't loaded into the UI from the API until they've been hit for the first time. Is the desire to show only the ones that have been loaded, or to pre-load them all so that they are all there from the beginning?

thelunchbox commented 4 years ago

@mollyhenderson was too lazy to open Github but she said she wants all subcategories loaded up front which I agree with so @mihiramin89 you can't stop us!