The following issue hold tasks that need to be completed before we can launch the first version of the backend. - [x] Verify that model is suitable for Mensatt - [x] ~~Link-up model using go-bun with database-specific features (join, uuid creation etc...)~~ - [x] Finalize data types for model - [x] Figure out how to hook up graphql to the model - [X] Write initial migration for database - [x] ~~Create fixtures for testing data~~ - [x] Write code to query data (and insert it into the model) - [X] Create graphql endpoint - [x] Hook up graphql resolvers to model - [x] Add data loaders to solve n+1 problem with quering - [ ] Test vigorously - [x] Create Dockerfiles - [x] Figure out how to use Dockerfile in production - [ ] Production 🎂🎉
The following issue hold tasks that need to be completed before we can launch the first version of the backend.
Link-up model using go-bun with database-specific features (join, uuid creation etc...)Create fixtures for testing data