humblFINANCE / humblFINANCE-frontend

the official codebase for the humblFINANCE web app
https://humbl-finance-frontend.vercel.app
Other
2 stars 0 forks source link

START HERE: GENERAL PROJECT INFORMATION #65

Open jjfantini opened 2 months ago

jjfantini commented 2 months ago

Project Requirements

  1. Deliver features with at least one end-to-end (e2e) test.

  2. Follow Bulletproof React Conventions.

  3. ONLY use absolute imports throughout the project, no relative imports!

  4. Maintain active participation on the Github Project:

    • Mark checkboxes as completed after accomplishing each task.
  5. Implement new features using the following branching strategy:

    • Create a feat/ branch from the develop branch for each new feature.
    • Merge changes into the develop branch upon completion.
    • If additional work is required, rebase the feat/ branch from the updated develop 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.

app-generator commented 2 months ago

Noted @jjfantini TY!