zeeguu / api

API for tracking a learner's progress when reading materials in a foreign language and recommending further personalized exercises and readings.
https://zeeguu.org
MIT License
8 stars 24 forks source link

Add Feedback to the DB Model #228

Closed tfnribeiro closed 1 month ago

tfnribeiro commented 1 month ago

Our feedback currently just sends out an email, which means it's hard to track issues with components. This way we can also keep track of reported date and associate it with different components of the App.

To do this, I am planning to create two tables:

The feedback_components will be used in the front-end as categories the user can pick from to report the issue.

tfnribeiro commented 1 month ago

Does this look good to you @mircealungu?

{2D4A7547-66DC-4C42-800C-6904B01D2FC1}

{876AB313-174B-489A-AE5B-C9DCA48C0499}

mircealungu commented 1 month ago

i like it @tfnribeiro !