data.gov icon indicating copy to clipboard operation
data.gov copied to clipboard

Implement Routes from design

Open rshewitt opened this issue 11 months ago • 3 comments

User Story

In order to have an app which facilitates the creation, updating, reading, and deleting of records in our harvest database,datagov wants take the outcome from our route design session and implement them in our existing flask app.

  • Planning documentation: https://docs.google.com/document/d/1XzfTrPxu-asJ_55GoeZ2UOJsie9CuCegStS28BAL_40/
  • Flask app route documentation: https://docs.google.com/document/d/1XQFmHDtpCEPwM1JsvgOmeKKmxcUwr7EvP4EWowWnq6U

Acceptance Criteria

[ACs should be clearly demoable/verifiable whenever possible. Try specifying them using BDD.]

  • [ ] GIVEN a route design session has been completed
    AND a list of routes have been decided to be implemented
    AND the business logic of the routes are complete WHEN a given route is interacted with
    THEN the response reflects the business logic.

Background

parent ticket #4634 deleted route in flask app #4644

Security Considerations (required)

[Any security concerns that might be implicated in the change. "None" is OK, just be explicit here!]

Sketch

  • [ ] get a route from the list and add it to the flask app
  • [ ] update the db interface as necessary

rshewitt avatar Mar 13 '24 17:03 rshewitt