Releases: trungvose/jira-clone-angular
Releases · trungvose/jira-clone-angular
v2.0.0
v1.1.0
Bug fixing and improvements
- Upgraded Angular to v11
- Added storybook for some components: https://jira-storybook.trungk18.com/
- Added Sentry for error tracking
- Added unit test: run
npm test
- Bug fixing
v1.0.0
Phase 1 - Angular application and simple Nest API
June 13 - 27, 2020
- Proven, scalable, and easy to understand project structure
- Simple drag and drop kanban board
- Add/update issue
- Search/filtering issues
- Add comments
Noted: All of your interactions with data such as leave a comment or change the issue detail will not be saved to the persistent database. Currently, the application will serve a fixed structure of data every time you open the app. It means if you reload the browser, all of your changes will be gone.
Phase 2 will bring you a proper API where you can log in and save your work.