-
Notifications
You must be signed in to change notification settings - Fork 21
Project planning and meeting ceremonies
Perform the following actions for each front and back-end sections of the feature:
- Read the user story and acceptance criteria
- Identify any missing details that were not identified in clarification.
- Identify Project
- Identify what code will be impacted
- Minimum: Identify feature entry point (controller and or endpoint)
- Maximum: Method (or class)
- Identify test scenarios
- Identify the amount of data should be mocked (this can be a time consuming endeavour and should be considered carefully for time estimates)
- Evaluate that all acceptance criteria has been covered.
- Adjust for any missed requirements.
- Identify any actions required after deployment.
Ongoing for all tasks: Throughout the process ensure that any requirements that are not possible/practical are raised, this may lead to the requirements being too large and deserves its own story or it not feasible due to some identified constraint. This should be raised with the Product Owner through a conversation in the discussion of the story. It is essential that the developers performing the decomposition perform the due diligence to qualify their findings and propose any available solutions that could fulfil some or all of the requiement.
-
Developer Standard and Processes
-
Workstation Setup
-
IDE Configuration
-
Application Config
-
RedHat SSO Authorization Server
-
Known Issues