As a [Administrator]
I need [ to add additional column to database using the UI, and have them checked to be in the correct format] So that [so that I can collect more information from each customer]
Details and Assumptions
In requirement 4: implementing a UI with automated BDD testing
Add an element to the UI to enable admin to perform an Action on the database (add a column) < feel free to change the Action
A BDD test should go with this action
Run this using 'behave' and make sure the scenario is passing (green)
Acceptance Criteria
Given there's ability to add a column to the database
When you're on the internal web UI
Then you can record additional information from each customer
As a [Administrator] I need [ to add additional column to database using the UI, and have them checked to be in the correct format]
So that [so that I can collect more information from each customer]
Details and Assumptions
Run this using 'behave' and make sure the scenario is passing (green)
Acceptance Criteria