issueTracker-3.1 Important:
- Spring MVC + Hibernate
- Spring MVC Internationalization (i18n)
- Pagination
issueTracker-3.0 Important: Spring MVC implemented
issueTracker-2.4 Important:
- The following life cycle scheme is partly implemented:
Status
1 New status 1, 2 resolution 0 (disabled)
2 Assigned status 2, 3 resolution 0 (disabled)
3 In Progress status 3, 4, 5 resolution 3: 0 (disabled) 4, 5: >0 (enabled)
4 Resolved status 4, 5 ,6
5 Closed status 5 ,6
6 Reopened status 1, 2 resolution 0 (disabled)
issueTracker-2.3 Important:
- Resolutions were added (All resolutions, add resolution).
- Life cycle of issue is partly implemented.
issueTracker-2.2 Important:
- Guest can see the issue.
- Page with statuses is created.
- It is possible to update statuses now.
issueTracker-2.1 Important:
- Gson. While editing issue, we receive only those builds, which are present in the chosen project.
issueTracker-2.0 Important:
- Most of validations (for example empty fields) pass with the help of Javascript instead of server.
- Projects and Builds have been added.
- Statuses have been updated.
- From now on I do not use HQL, but only interface Criteria.
issueTracker-1.4 Important:
- Application developed using JDBC was converted into Hibernate ORM.
issueTracker-1.3 Important:
- Users can sort columns.
issueTracker-1.2 Important:
- You can see all previous comments on the Edit page.
- You can add the comment on the Edit page.
issueTracker-1.1 Important:
- Programm uses Derby database instead of xml now.
- Passwords are crypted with CryptWithMD5.
- User/Admin can submit issue.
- User/Admin can update issue.