As a developer I can access entries in a database via backend endpoints so that I can build a front end to access tutor notes
Discussion
As a team you will need to determine all of the endpoints necessary.
Developing endpoints can be challenging as there typically is no frontend to easily access/test endpoints. One approach is to access via web browser to view returned JSON. Alternatively, if you use Intellij there are tools built into the IDE to help with this, see course staff for more guidance.
Acceptance Criteria
[ ] There are adequate endpoints to perform CRUD operations such that we can link a frontend to access this information.
...
Implementation Todos
Front end:
This issue is intended to implement backend support first, such that we can link a frontend to this new backend functionality.
...
Back end:
[ ] Implement appropriate endpoints to perform CRUD operations for tutor notes
[ ] Implement appropriate tests
...
Testing:
[ ] Front end tests pass and there is adequate coverage
[ ] Back end tests pass and there is adequate coverage
...
User Story
As a developer I can access entries in a database via backend endpoints so that I can build a front end to access tutor notes
Discussion
As a team you will need to determine all of the endpoints necessary.
Developing endpoints can be challenging as there typically is no frontend to easily access/test endpoints. One approach is to access via web browser to view returned JSON. Alternatively, if you use Intellij there are tools built into the IDE to help with this, see course staff for more guidance.
Acceptance Criteria
Implementation Todos
Front end: This issue is intended to implement backend support first, such that we can link a frontend to this new backend functionality. ...
Back end:
...
Testing: