# General Rules ## Colors - <img src="https://placehold.co/5x5/FFDA3C/FFDA3C.png" width="10" height="10" /> Main color `#FFDA3C` - <img src="https://placehold.co/5x5/343537/343537.png" width="10" height="10" /> Secondary color `#343537` - <img src="https://placehold.co/5x5/1E1F21/1E1F21.png" width="10" height="10" /> Background color `#1E1F21` - <img src="https://placehold.co/5x5/7C80B1/7C80B1.png" width="10" height="10" /> Purple color `#7C80B1` ## Font Family ``` Font-family: Montserrat; ``` ## Labels - <img src="https://placehold.co/5x5/F5EE4D/F5EE4D.png" width="10" height="7" /> to-do - <img src="https://placehold.co/5x5/9D137B/9D137B.png" width="10" height="7" /> in-progress - <img src="https://placehold.co/5x5/B26AD4/B26AD4.png" width="10" height="7" /> waiting-review - <img src="https://placehold.co/5x5/96FC70/96FC70.png" width="10" height="7" /> approved ## Husky Commits will follow [commitlint](https://commitlint.js.org/#/) to be valid to have type and description ``` Valid commit should have type : description ``` - ci: initialised basic js project, added commitlint and husky to lint commit messages will - feat: A new feature - fix: A bug fix - docs: Documentation only changes - style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) - refactor: A code change that neither fixes a bug nor adds a feature - perf: A code change that improves performance - test: Adding missing tests - chore: Changes to the build process or auxiliary tools and libraries such as documentation generation ## User stories and user journey [here](https://hackmd.io/7jRhRyN0TBiKS7aVHEGzhw) ## Sprint Planning Sheet [here](https://docs.google.com/spreadsheets/d/16iLuURdsLyMoYWw19koxyNRMq7Tn81V5ep9tmJVutf0/edit#gid=0) ## Design link in Figma [here](https://www.figma.com/file/yeg9BQucuw5xH6Tq831tH9/Team5?type=design&node-id=244-1742&t=LrRBgLGLNENCqtNV-0) ## Route Analyzing [here](https://hackmd.io/Q2cQhQ1OQYiqT0JLaa4QpA?both) ## Database Schema [here](https://drawsql.app/teams/nada-14/diagrams/copy-of-team-5) ## Trello workspace [here](https://trello.com/b/b4Au3FVS/trackio)
General Rules
Colors
#FFDA3C#343537#1E1F21#7C80B1Font Family
Labels
Husky
Commits will follow commitlint to be valid to have type and description
User stories and user journey here
Sprint Planning Sheet here
Design link in Figma here
Route Analyzing here
Database Schema here
Trello workspace here