PACS-TMU / terrahacks-portal

Application portal for TerraHacks
GNU Affero General Public License v3.0
1 stars 1 forks source link

Documentation for Database Actions #9

Open MoNakouzi opened 4 months ago

MoNakouzi commented 4 months ago

Currently, we don't have any documentation to outline what each action should do in terms of adding/querying the database. Please create a documents, preferably as a markdown file to allow easy editing, that we can use so we don't skip any steps while creating the portal.

E.g.,

On signup, the user's (1) first name, (2) last name, (3) id, and (4) email should be added to:
 - The auth.users table
 - The accounts table

On signup, the user must have 6 meals added to their meals table

And so on.

MoNakouzi commented 4 months ago

@RadiantStars Reminder of this issue. Please provide updates on the progress

RadiantStars commented 4 months ago

Working on it