dartmouth-cs98-23f / project-short-learning

project-short-learning created by GitHub Classroom
0 stars 0 forks source link

(MVP) Create per-topic sequences #82

Closed linkevin281 closed 8 months ago

linkevin281 commented 10 months ago

Feature Name

Team

Backend

Description:

As users onboard, they pick x topics, x sequences are preloaded for users for each topic. One of these sequences is in the watch. The other sequences are accessable through the explore page, where when clicking on a topic they will access the sequence from that topic. They can go back to the sequence anytime by selecting the topic on the explore page.

jessieli24 commented 10 months ago

Confirming user pathway:

jessieli24 commented 10 months ago

One fetch for a Sequence to begin Watch, no topic parameter

One fetch for next Playlist (in Watch) with current topic parameter

Two fetches for Explore:

  1. Get list of topic recommendations (enough for UI)
  2. Click on topic --> fetch sequence with topic parameter