James01010101 / YouTube_Shorts_Video_Editing

Youtube shorts quizzes video editing using Web and Java backend
1 stars 0 forks source link

Attach get_all_topics to the database #4

Open James01010101 opened 2 months ago

James01010101 commented 2 months ago
        // TODO: Attach this to the database when i get it working instead of this temp data

https://github.com/James01010101/YouTube_Shorts_Video_Editing/blob/8d98ac77cb0d4714c502f2576f0a167cd918259f/backend/src/main/java/Main.java#L50

James01010101 commented 2 months ago

Currently this returns a static list of topics I have put in to test, but I want this to obviously get these from the database instead

I also need to rank them by most recently used but that can be don't later