These requirements provide a clear structure for feature development, code organization, and project management. They emphasize the importance of testing, following established conventions, and maintaining a consistent branching strategy throughout the development process.
Project Requirements
Deliver features with at least one end-to-end (e2e) test.
Follow Bulletproof React Conventions.
ONLY use absolute imports throughout the project, no relative imports!
Maintain active participation on the Github Project:
Implement new features using the following branching strategy:
feat/
branch from thedevelop
branch for each new feature.develop
branch upon completion.feat/
branch from the updateddevelop
branch.Project Design Information
These requirements provide a clear structure for feature development, code organization, and project management. They emphasize the importance of testing, following established conventions, and maintaining a consistent branching strategy throughout the development process.