AndreCox / AndreCox/ubco-print-farm

Manage data in Database better

Aperta
#2 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
enhancement help wanted
Lingua principale
TypeScript
Stelle
0
Fork
0
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

**Is your feature request related to a problem? Please describe.**
Right now in development all data is scattered throughout the database where we have different databases for each table this means that it is hard for clients to access data so API's are needed to check user authentication at every step.

**Describe the solution you'd like**
Merge relivant tables into the users table which means that they can access the data client side without going through a api route. Of course we need to be careful to impose restrictions on what the users are allowed to do with the data as we don't want them being able to edit data they're not supposed to

**Describe alternatives you've considered**
Keep using Api Routes and making new tables for each new datatype we need to handle

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.