This project is tracked in YouTrack project https://dev-training.myjetbrains.com/youtrack/agiles/95-1/96-1
GitHub Repository https://github.com/GrzegorzCzm/car-care is integrated with above YT project
DEMO: https://grzegorzczm.github.io/car-care
Commands to run project: yarn start yarn build yarn test yarn eject
GitHub => YouTrack Integration:
Basic command for commits to manage YouTrack project #
To execute command on more than one issue then use (#, #<YT-ID)
Example: (#TST-12, #TST-324, #TST-433) Fixed Reviewed by john.d Revision ${revision}
Commands example: In Progress To Verify Done Reviewed by Revision ${revision}
You can use the ${revision} a placeholder in a commit message. The placeholder is be replaced with the actual hash of the VCS commit.
Example of commands: https://www.jetbrains.com/help/youtrack/standalone/Apply-Commands-in-VCS-Commits.html
Project was build using starter kit:(https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md).
UI Library used in project: https://material-ui.com/
Nameing convention:
branch names: <feat/impl/test/adm> commits: # []
- first commmit on new branch can have "In Progress" command
- last commit on branch before merg to master/story branch have to has "To Verify" command
stories on YouTrack: [feat]
tasks on YouTrack: [impl/test/adm]
impl - task for implementation test - task for test adm - some administration task
ISSUES:
issue 1: node-pre-gyp install --fallback-to-build solution: npm --build-from-source install bcrypt
Styles breakpoints sizing
value |0px 600px 960px 1280px 1920px key |xs sm md lg xl screen width |--------|--------|--------|--------|--------> range | xs | sm | md | lg | xl