BMMRO-tech / BMMRO

MIT License
3 stars 5 forks source link

Biopsy form: evidence section #302

Open njktw opened 2 years ago

njktw commented 2 years ago

Background BMMRO need to add the type of evidence they have of a biopsy being taken. Was it photographed? Was it videoed?

Screenshot 2022-06-29 at 14 10 36

Acceptance Criteria AC1: given I am viewing an existing Biopsy record form then I am able to see the evidence section and all relevant fields:

AC2: save to firebase given I complete the evidence section when I hit the save button then the values are saved to firebase

AC3: edit unexported records given I try to edit an existing biopsy record which has not been exported then I can edit the record and the database will be updated on save

AC4: view exported records given I try to view an existing biopsy record which has been exported then I cannot edit the record

AC5: given I am exporting data for import to the Access DB when I run the export script then the data from the evidence section is visible in the export file and is accepted into the MS Access database using the below mapping:

Out of scope

CFRs

njktw commented 2 years ago

Dev QA passed