Releases: ICS-233-SIMPLE/simple-java
Releases · ICS-233-SIMPLE/simple-java
2021-11-08T08-02-38Z
Police Officer Dashboard Controller (#39) * fix : Typo in getMethod * feat: Created Police Officer Model * feat: Added Police Officer Session * feat: Added Police Session * feat : Added PoliceOfficer Login Handler * feat: Added PoliceDashboard Controller(Work in progress) * fix :formatting * feat: Finish police verification controller Co-authored-by: Vishwas-Adiga <[email protected]>
2021-11-08T02-19-27Z
Add process application controller (#38) * style: Fix whitespace * feat: Add mock files * feat: Expose more controls in biometrics officer view * feat: Add biometric types to string constants * feat: Add officer getters for sessions * feat: Add getter for applications handled by an officer * feat(model): Add process application functionality to biometrics officer * feat: Make mock API return dummy data * feat: Begin work on process app. controller * fix: Uncomment document check * feat: Add verification api to citizen * feat: Expose controls in officer views * fix: Fix officer getters for sessions * feat: Add method bodies for officers' process application * feat: Add setStatus method to application * feat: Add PGO and VO controllers * fix: Remove empty console log Co-authored-by: Mehsheed Ahmed Syed Abdul <[email protected]>
2021-11-07T22-11-20Z
Create passport model (#37) * feat: Create passport model * feat: Create passport model * feat: Add status to constructor Co-authored-by: Vishwas-Adiga <[email protected]>
2021-11-07T11-40-51Z
fix : redirection to FAQ (#36)
2021-11-07T10-57-28Z
Create citizen dashboard controller (view applications controller) (#35) * fix: Make payment amount a double in the db * feat: Add application statuses to string constants * refactor: Use new strategy to populate JTable in dashboard * feat: Add cancel handler for apply view * Add controller to routing * feat: Add session ender convenience method * feat: Add citizen dashboard controller * fix: Change return type of application IDs * refactor: Cache application objects in ApplicationFactory * fix: Rename resource
2021-11-07T10-55-10Z
Officer Login Controller (#34) * fix: Added redirection for Officer Login * feat: Added Officer Login Handler * fix: Add unauthorised as an open route * fix: Get session type from the database * fix: Remove console output * fix: Added missing routes * feat: method to verify role of officer * feat: Implemented Login handler for all officers * fix: Formatting, method names Co-authored-by: Vishwas-Adiga <[email protected]>
2021-11-07T08-21-40Z
Add controller for new applications (#32) * fix: Remove test application * feat: Create controller for new applications * feat: Add controller to routing * feat: Change import paths for APIs * refactor: Use loops and maps for new application view * feat: Begin work on PassportOffice * feat: Add strings to constants * git: Add gitignore * feat: Add bin to gitignore * feat: Fix passport office address line breaks * feat: Finish creating appointments and processing payments * feat: Allow selecting a passport office while making a profile * feat: Simplify mock API method body * fix: Change passport office serialisation strategy * style: Remove unused imports * feat: Add processing payment and slot functionality to appl. * feat: Add passport office field to citizens * Revert "feat: Fix passport office address line breaks" This reverts commit 55aab189efe20e687fef3fa662f31d99c906f6f9. * refactor: Simplify payment processing * fix: Add line breaks to passport office addresses * fix: Remove bin * docs: Add documentation
2021-11-07T03-27-50Z
Police Officer Dashboard View Implementation (#31) * feat: Added Police Dashboard View * feat: Added PO Dashboard View Impl * feat: Added Police Dashboard View * feat: Added Police Dashboard View Implementation * feat: Added PO Dashboard Icon * feat: Added PO Dashboard to RouteController * fix: Made all the suggested changes * fix: Resolved Conflicts and added Route Co-authored-by: Yodhin Agarwal <[email protected]>
2021-11-06T22-11-16Z
Add built binaries to gitignore (#33) * feat: Add bin to gitignore * fix: Remove built binaries
2021-11-06T18-59-24Z
Biometric Officer View implementation (#29) * The view for biometrics officer * Add files via upload * Add files via upload * Delete BiometricOfficerViewImpl.java * Delete BiometricOfficerView.java * Delete BiometricOfficerViewImpl.java * Update BiometricOfficerView.java * Create BiometricOfficerViewImpl.java Updated version mapping to wireframe * Updated BiometricOfficerView * feat: Added BO Dashboard * fix: Wrong file * feat: Add view to routes * style: Format whitespace * feat: Add view icon * feat: Added documentation for methods * fix: Match method names * fix: Remove unused text field * fix: Added authors in documentation Co-authored-by: Vishwas-Adiga <[email protected]> Co-authored-by: Vishwas Adiga <[email protected]>