-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
Description
Is your proposal related to a problem?
There needs to be a way for user data and analytics to be stored in a Postgres database to be used in the application.
Describe the solution you'd like
-
Create POST requests that send user data from the Github App to Hasura Cloud
- Github username
- What course they're taking
- Progress
-
Create GET request that allows camp.dev to request data from Hasura Cloud
- camp.dev sends username and camp name to make a query
- camp.dev receives progress, issue links, etc.
Describe alternatives you've considered
None.
Additional context
Github App --> POST Request --> Hasura Cloud
camp.dev --> GET Request --> Hasura Cloud

