Releases: bcgov/nr-permitconnect-navigator-service
Releases · bcgov/nr-permitconnect-navigator-service
v0.5.0
v0.5.0 ATS Integration, Initial Tracker, Technical Debt and cleanup
- Complete User Management (revoke)
- Read Client and Read/Write Client to ATS
- Complete initial tracker
- Technical debt on navigation behaviour and unit testing
- Manage completed permits/projects in PCNS
- Update headers and footers to match Design Guide
What's Changed
- Hotfix for searchUsers to exclude sub, update validator by @wilwong89 in #162
- Remove intake form from non proponents. Add status tracker for testing by @kyle1morel in #164
- Update statistics to not include drafts by @kyle1morel in #168
- Resolve issue soft deleting submissions and enquiries by @kyle1morel in #169
- Various tech debt by @kyle1morel in #170
- Remove draft saving on stepper navigation by @kyle1morel in #172
- Sprint Mayne release by @kyle1morel in #175
- Navigate housing enquiry by @sanjaytkbabu in #178
- Improved intake form auto save handling by @kyle1morel in #179
- Changes to Submission/Enquiry draft saving endpoints by @kyle1morel in #181
- Barebones implementation of i18n by @kyle1morel in #182
- Permissions checks for Navigator forms/buttons by @kyle1morel in #183
- Intake validation fixes by @kyle1morel in #185
- ATS Search UI & API by @sanjaytkbabu in #177
- Created OpenAPI spec by @qhanson55 in #186
- Permit Card Updates by @sanjaytkbabu in #187
- ATS Client Push by @sanjaytkbabu in #184
- Close/Re-open Enquiry by @sanjaytkbabu in #190
- Close/Re-open Activity by @sanjaytkbabu in #189
- Show file extension by @sanjaytkbabu in #192
- Update/Clean Up User Management & Add Revoke by @qhanson55 in #193
- Fixed autosave from triggering on empty forms by @qhanson55 in #195
- Usability improvements by @sanjaytkbabu in #194
- Update permit names, and auth/statuses by @kyle1morel in #198
- Permit Tracker - Status description modal by @sanjaytkbabu in #197
- Update status pill component to new design by @wilwong89 in #199
- Add Permit Notes by @qhanson55 in #196
- Submission Contacts by @kyle1morel in #202
- Improved draft saving by @kyle1morel in #201
- Release interregnum working branch by @kyle1morel in #203
- Add missing override value by @kyle1morel in #204
- Resolve draft create/reopening issues by @kyle1morel in #207
- Permit Add update button now greyed out for completed projects by @qhanson55 in #208
- Update submitted applications page by @wilwong89 in #200
- Permit Tracker View by @qhanson55 in #206
- Optional permit entries started and not finished causes error by @qhanson55 in #209
- Submission Intake Form - bugs in proponent entered applied permits by @qhanson55 in #210
- Update application header by @kyle1morel in #211
- Update application footer by @kyle1morel in #212
- Updates to permit descriptions and issued status by @qhanson55 in #214
- Quarterly package updates by @wilwong89 in #213
- Made updates to permit project and tracker pages by @qhanson55 in #218
- Ubuntu 24 no longer has
oc
by default by @kyle1morel in #219 - Update proponent housing view by @kyle1morel in #215
- Bump helm chart version by @kyle1morel in #220
- Add oc install to test and prod pipelines by @kyle1morel in #221
- FE Wording Changes by @sanjaytkbabu in #223
- Frontend Unit Tests - Views, Services & Components by @sanjaytkbabu in #222
- Back navigation link fix for Proponent views by @sanjaytkbabu in #224
- Create CHES email api logging functionality by @wilwong89 in #216
- Stepper style updates by @kyle1morel in #226
- Resolve assistance tab disappearing by @kyle1morel in #228
- Fix email not going out on submit by @kyle1morel in #229
- Release v0.5 by @kyle1morel in #227
Full Changelog: v0.4.0...v0.5.0
nr-permitconnect-navigator-service-0.0.20
PermitConnect Navigator Service
nr-permitconnect-navigator-service-0.0.19
PermitConnect Navigator Service
nr-permitconnect-navigator-service-0.0.18
PermitConnect Navigator Service
nr-permitconnect-navigator-service-0.0.17
PermitConnect Navigator Service
v0.4.0
v0.4.0 - Role based access control, Intake improvements
- RBAC flow
- Bugs and QA improvements to intake forms
- Minor improvements to Navigator Service and ability to manage Enquiries separately from Projects/Activities and relate them
- Initial proponent views of permits (Navs only)
- Initial status tracker (Navs only)
What's Changed
- Notes added to Enquiry by @sanjaytkbabu in #103
- Implemented Priority Matrix for assigning Priority to Submissions by @qhanson55 in #106
- Soft delete submission and enquiries by @sanjaytkbabu in #105
- Remove 255 Character Limits on TextArea components by @qhanson55 in #107
- Chefs Data Housing Units Fix by @sanjaytkbabu in #110
- Hide Status Tracker by @sanjaytkbabu in #111
- Statistics Function Updates by @sanjaytkbabu in #109
- Add new config to determine deployed environment by @kyle1morel in #112
- Fix helm secrets by @kyle1morel in #115
- More CHEFS Fields Added by @sanjaytkbabu in #113
- Add missing Location Additional Information by @sanjaytkbabu in #116
- Update db README by @sanjaytkbabu in #114
- Clear Location Coordinates on Radio Button Change by @sanjaytkbabu in #118
- Revamped SubmissionListNavigator by @qhanson55 in #117
- Quarterly security updates by @wilwong89 in #119
- Validate confirmation Id (activityId) for Enquiries by @qhanson55 in #121
- Implemented autosave functionality for intake forms that utilize a save draft feature by @qhanson55 in #123
- Help text for Form components always shows (like Parcel Ids on submission intake) by @qhanson55 in #124
- Enable other identity providers to submit intakes by @wilwong89 in #125
- BF Notes show for creator and assignee by @qhanson55 in #127
- Fixing several bugs in enquiry intake and submission intake forms by @wilwong89 in #126
- Implement proponent project list and project views by @wilwong89 in #122
- Proponent File Upload by @sanjaytkbabu in #131
- Update assistance flow to also save current submission as draft by @wilwong89 in #132
- Related Enquiries Tab by @sanjaytkbabu in #135
- Change Related Enquiry by @sanjaytkbabu in #136
- Fix AssignedTo Sorting by @sanjaytkbabu in #138
- Page scrolls to top on next and previous by @qhanson55 in #139
- Add permit status modal to project view by @wilwong89 in #137
- UI Bugfixes by @sanjaytkbabu in #141
- UI Text Updates by @sanjaytkbabu in #143
- Remove duplicated users in database, prevent reoccurrence by @wilwong89 in #144
- Update migration to better remove duplicate users by @kyle1morel in #146
- Fixed usability issues on submission intake form and other proponent pages by @qhanson55 in #149
- Implement scroll to validation error element by @wilwong89 in #151
- Resolve issue exporting certain chefs data to pcns by @kyle1morel in #152
- Implement Role Based Access Control by @kyle1morel in #148
- Remove bad label in helm secrets by @kyle1morel in #153
- Bump helm chart version number by @kyle1morel in #154
- Add random default for object storage secret by @kyle1morel in #155
- Update object storage config by @kyle1morel in #156
- Update database user group seeds by @kyle1morel in #157
- Proponent Confirm Email Updates by @sanjaytkbabu in #150
- Attempting to resolve issue import CHEFS data by @kyle1morel in #159
- Accessibility updates by @kyle1morel in #158
- Disable initial validation on loading drafts, fix heading error highlights by @wilwong89 in #160
- Release v0.4 by @kyle1morel in #161
New Contributors
- @qhanson55 made their first contribution in #106
Full Changelog: v0.3.0...v0.4.0
nr-permitconnect-navigator-service-0.0.16
PermitConnect Navigator Service
nr-permitconnect-navigator-service-0.0.15
PermitConnect Navigator Service
nr-permitconnect-navigator-service-0.0.14
PermitConnect Navigator Service
nr-permitconnect-navigator-service-0.0.13
PermitConnect Navigator Service