TBolton2000 / concord

A group project for CSCE 606: Software Engineering at Texas A&M University
0 stars 0 forks source link

GraphQL Entity Creation #40

Open AMyscich opened 3 years ago

AMyscich commented 3 years ago

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.