This repository was archived by the owner on Mar 28, 2025. It is now read-only.
Releases: cityssm/lot-occupancy-system
Releases · cityssm/lot-occupancy-system
v1.0.0-alpha.14
Important Change
If you are running v1.0.0-alpha.13
, a new column was added to the FeeCategories
table. To update older databases:
alter table FeeCategories
add isGroupedFee bit not null default 0
Highlights
- Ability to add fees as a group.
- Show potentially conflicting work order milestones when scheduling milestones.
- GP integration updates.
- Updated to run on Node 18+.
- Significant linting and refactoring.
- Various minor bug fixes.
Full Changelog: v1.0.0-alpha.13...v1.0.0-alpha.14
v1.0.0-alpha.13
Highlights
- GP document filters.
- Lots of performance optimizations.
- Small screen tweaks.
- Dependencies.
v1.0.0-alpha.12
Highlights
- 🕐 Show a.m. and p.m. on displayed times.
- ✏️ Update fee quantities.
- ✏️ Update transactions.
- ⚙️ Dependencies, linting, tidying, polishing.
Full Changelog: v1.0.0-alpha.11...v1.0.0-alpha.12
v1.0.0-alpha.11
Highlights
- 🔗 Optional initial integrations with Dynamics GP.
- 🚀 Fix cluster code on Node 14.
- 🔎 Search category name when searching fees.
- 💡 Show the lot occupancy ID in search results.
- 🟩 Change colour of save button on unsaved records.
Full Changelog: v1.0.0-alpha.10...v1.0.0-alpha.11
v1.0.0-alpha.10
Highlights
- 🐞 Fixed creating milestones with no set type.
- 📏 Stricter limits on certain libraries.
Full Changelog: v1.0.0-alpha.9...v1.0.0-alpha.10
v1.0.0-alpha.9
Highlights
- 🐎 Clustering to speed up requests.
- ℹ️ Family name field for occupants.
- 🤷 Milestones with no set dates.
- 🐰 Map paging.
- ⌨️ Keyboard shortcut awareness.
Full Changelog: v1.0.0-alpha.8...v1.0.0-alpha.9
v1.0.0-alpha.8
Highlights
- 🐞 Fixed incorrect permission on Work Order Create.
- 🚀 Database pooling.
- 💡 Cache next and previous lot ids to speed up paging.
- ⭐ Lot occupant comment title to label the additional field.
- 🐞 Fixed occupancy type field loading.
- 🐞 Fixed space search bug.
- 💾 Database backup.
- ♿ Accessibility fixes.
- 🧹 Linting. Increased code coverage with codecov.
- 🌎 Run tests in both Chrome and Firefox. Run tests in Node 14, Node 16, and Node 18.
Full Changelog: v1.0.0-alpha.7...v1.0.0-alpha.8
v1.0.0-alpha.7
Highlights
- Massive amounts of code linting after applying stricter eslint settings.
- Add bottom bar to record pages to standardize the location of record save and print buttons.
- Dependencies.
Full Changelog: v1.0.0-alpha.6...v1.0.0-alpha.7
v1.0.0-alpha.6
Highlights
- Show lot fields on lot view and edit.
- Ability to maintain occupancy type prints.
- Show work orders on occupancy views.
- On work order create, select first work order type if only one type available.
- Dependencies.
Full Changelog: v1.0.0-alpha.5...v1.0.0-alpha.6
v1.0.0-alpha.5
Highlights
- Occupancy prints vary by occupancy type. (Admin configuration in the works.)
- Icons for lot occupant types.
- Disable time pickers.
- Disable completing work orders with outstanding milestones.
- Autoselect first work order type if only one type is available.
- Dependencies.
Full Changelog: v1.0.0-alpha.4...v1.0.0-alpha.5