We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Create the Wait Time API. This will involve multiple components can should be split up into separate issues:
Create the firebase collection to anything related to wait times if not present already.
Create a data models in python to encode the data retrieved/added when interacting with firebase
Create the endpoint functions that will return the rest data
Write the endpoint openapi 3.0 specification for the endpoints coded.
Create a service class to support the endpoints and perform any logical computations needed.
Write tests for the above.
Figure out how we can go about testing this functionality. Some sort of automated testing system would be ideal
The text was updated successfully, but these errors were encountered:
ruler225
dizona
No branches or pull requests
Create the Wait Time API. This will involve multiple components can should be split up into separate issues:
Create the firebase collection to anything related to wait times if not present already.
Create a data models in python to encode the data retrieved/added when interacting with firebase
Create the endpoint functions that will return the rest data
Write the endpoint openapi 3.0 specification for the endpoints coded.
Create a service class to support the endpoints and perform any logical computations needed.
Write tests for the above.
Figure out how we can go about testing this functionality. Some sort of automated testing system would be ideal
Definition of done
The text was updated successfully, but these errors were encountered: