Entities to modify:
Change the name of Event to Interview
Adding users to events and being able to get all of the events for a user
Entities to add:
Problem.ts
title
problem statement
main function (test cases to run)
max number of people for question
starter code for each person
Organization.ts
owner
members
problems
events
A big thing we need to do is work on linking together these entities through their relations. So maybe you should focus on getting the User/Event(Interview) relation set up before moving onto the next entities to add.
Entities to modify: Change the name of Event to Interview Adding users to events and being able to get all of the events for a user
Entities to add: Problem.ts
Organization.ts
A big thing we need to do is work on linking together these entities through their relations. So maybe you should focus on getting the User/Event(Interview) relation set up before moving onto the next entities to add.