Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement the schemas and stubbed controller endpoints for Experiments v1 #383

Open
3 tasks
keithmanville opened this issue Feb 16, 2024 · 0 comments
Open
3 tasks
Assignees
Labels
feature New feature to add to project

Comments

@keithmanville
Copy link
Collaborator

Use the API v1 design document to implement the Marshmallow schemas needed for the Experiments endpoint. Then create stubs for all of the defined endpoints in the controller layer.

  • Branch off of dev and name your branch v1-experiments-schema.
  • Use Queues as a template to work off of and follow those defined conventions
  • Implement and create a PR for Ref types first
  • schemas belong in schema.py and the endpoints belong in controller.py
  • register the routes for your endpoint to routes.py

Definition of Done

  • all schemas are implemented in schema.py
  • all routes are defined in controller.py
  • the flask server runs without error and the schemas and endpoints look correct in the swagger docs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature to add to project
Projects
None yet
Development

No branches or pull requests

2 participants