I want to be able to register my business
As a Business Owner I want to be able to register my business so that I can be seen on the dashboard
Acceptance Criteria
- Create a HTML, CSS skeleton of a form
- Add form fields for all required data
- Create controller route to return page and to accept data
- Dynamic system to add tags to the shop
- When the user enters the shop url it should parse the shop's JSON
- Data is auto-filled as much data as possible
- Data is saved to the database
- Business is set to non active by default
- Business data is accurately saved
Tracking Data
Stage | Date |
---|---|
Entered Open at | 2021-11-15 15:30:00 |
Entered Ready at | 2021-11-15 16:00:00 |
Entered Dev at | 2021-11-16 13:30:00 |
Entered Test at | 2021-11-24 10:35:00 |
Entered Done at | 2021-11-24 10:35:00 |
Entered Closed at | 2021-11-24 10:35:00 |
Definition of Ready
- Issue is populated with relevant Acceptance Criteria
- Issue name meets the format “As a I want so that ”
- Issue is not dependant on any, non-closed, issue
- Issue appropriately weighted based on team opinions and planning poker session(s)
- If issue has a corresponding UI element, it has a “UI Plan” created before development begins
- If Issue has a corresponding DB element, it has an ER Diagram created with corresponding changes before development begins
- All above points verified by a member of the team external to the main developer(s) of the issue
Definition of Done
- At least one automated test per major feature created during the process of the issue
- All acceptance criteria complete and met
- All relevant tests pass
- Appropriate Javadoc present throughout
- All above points verified by a member of the team external to the main developer(s) of the issue