adding back the SM with suggestion and rationale to not use it in its current state

This commit is contained in:
Brian Madison
2025-04-26 10:24:01 -05:00
parent c15c75777c
commit 4de795fad8
5 changed files with 72 additions and 31 deletions

View File

@@ -195,7 +195,10 @@ sequenceDiagram
## Testing Requirements and Framework
### Patterns and Standards (Opinionated & Specific)
- Unit Testing Standards <examples>Use Jest, 80% coverage, unit test files in line with the file they are testing</examples>
- Integration Testing <examples>Retained in a separate tests folder outside of src. Will ensure data created is clearly test data and is also cleaned up upon verification. Etc...<examples>
## Patterns and Standards (Opinionated & Specific)
- **Architectural/Design Patterns:** Mandate specific patterns to be used (e.g., Repository Pattern for data access, MVC/MVVM for structure, CQRS if applicable). .
@@ -205,7 +208,7 @@ sequenceDiagram
- **Error Handling Strategy:** Outline the standard approach for logging errors, propagating exceptions, and formatting error responses.
### Initial Project Setup (Manual Steps)
## Initial Project Setup (Manual Steps)
Define Story 0: Explicitly state initial setup tasks for the user. Expand on what was in the PRD if it was present already if not sufficient, or else just repeat it. Examples: