Jira Clone Angular Versions Save

A simplified Jira clone built with Angular, ng-zorro and Akita

v2.0.0

2 years ago

What's Changed

  • Upgrade to Angular 13 (#95) - @jordanpowell88
  • Remove the code collocation structure, only the Angular CLI project exists now.

v1.1.0

3 years ago

Bug fixing and improvements

v1.0.0

3 years ago

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.