ManpreetSL / habit-tracker

Group habit tracker
habit-tracker-omega.vercel.app
MIT License
0 stars 0 forks source link

Add Prisma ORM #76

Open ManpreetSL opened 1 year ago

ManpreetSL commented 1 year ago

Summary

Now that users can log in, we want their data to persist by storing it in a database on a server instead of local storage.

Approach

Notes

During this process, we can also update the outdated naming conventions like changing HabitService to GoalService. We can update the JSON habit adapter naming in another task, but it makes sense to make the new files follow a better naming convention.

If there is both local storage and remote storage, how do we want to deal with that? Migrate local to remote if a user confirms on a prompt?

ManpreetSL commented 10 months ago

Need to simplify this task as it's been a behemoth of a job. Break it down more and figure out what's actually needed for a baseline.