MCBoarder289 / shelf-help

MIT License
4 stars 0 forks source link

Shuffle vs. Select Mode #39

Open MCBoarder289 opened 3 weeks ago

MCBoarder289 commented 3 weeks ago

As a larger feature, I'd like to make a workflow that instead of randomly selecting a few, you're able to pick from a list after initially fetching.

This way you can get those results and check if particular items are available.

MCBoarder289 commented 1 day ago

This will require a pretty significant refactor of certain things, so I'll outline key areas that need to be adjusted to make this happen:

Routing I'm thinking we may want to introduce routing or a new page. It may be possible to keep this all a single page, but it might end up a little too complicated to switch up the behavior of buttons. This will be a decision to make: new search page or some dynamic toggle.

Shelf Data Refactor Need to update the cached data from a shelf from a List into a typed dictionary to ensure we have a O(1) search vs. O(n).

App Considerations

Analytics Considerations