-
auth should be context. then we can do things like
- make request.ts file work only within user context
-
do a 'legend' somewhere, the place where you explain all the details about the foods
-
when share prepare a list of ingredients
-
make types shareable between server and client
-
lists don't scroll
-
toast for successfull actions
-
server
- move to effect.ts
- save db state to csv
-
client
- mobile viev
- show/hide filters
- more conscise view
- Legend for different elements
- (v2) offline access
- (v2) authentication
-
cleanup
-
backup data script
-
user path to user view
-
admin path for admin view
-
connect db with drizzle
-
prepare initial seeds
-
Migrate to Prisma
-
Write seeding the db in prisma
-
update migrations to get the three one-to-many connections
-
update data via Admin Panel