aimpowered / ZoomCompanion

An Zoom app to provide emotional and relational support during videoconferencing.
https://zoom-companion-test.vercel.app
0 stars 1 forks source link

[DB] save affirmation cards to the DB #80

Open Shaomei opened 3 weeks ago

Shaomei commented 3 weeks ago
  1. Load saved affirmation cards if there is any, otherwise, load the default cards;
  2. After a card is updated, save the updated version to DB;
  3. After a card is deleted, save the new set of cards to DB;
  4. After a card is added, save the new card to DB.
Shaomei commented 2 weeks ago

I can't get to it today due to some family emergency.. I will try to pick it up next week, but anyone else please feel free to grab this task if it is open.

Look up the "TODOs" in AffirmationCarousel components for places to start. Follow Brennan's example on implementation.