Skip to content
This repository was archived by the owner on Mar 28, 2025. It is now read-only.

Releases: cityssm/lot-occupancy-system

v1.0.0-alpha.14

28 Jun 15:46

Choose a tag to compare

v1.0.0-alpha.14 Pre-release
Pre-release

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

17 Apr 17:29

Choose a tag to compare

v1.0.0-alpha.13 Pre-release
Pre-release

Highlights

  • GP document filters.
  • Lots of performance optimizations.
  • Small screen tweaks.
  • Dependencies.

v1.0.0-alpha.12

23 Mar 13:45

Choose a tag to compare

v1.0.0-alpha.12 Pre-release
Pre-release

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

08 Mar 19:58

Choose a tag to compare

v1.0.0-alpha.11 Pre-release
Pre-release

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

23 Feb 14:09

Choose a tag to compare

v1.0.0-alpha.10 Pre-release
Pre-release

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

17 Feb 18:22

Choose a tag to compare

v1.0.0-alpha.9 Pre-release
Pre-release

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

31 Jan 20:40

Choose a tag to compare

v1.0.0-alpha.8 Pre-release
Pre-release

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

17 Jan 17:39

Choose a tag to compare

v1.0.0-alpha.7 Pre-release
Pre-release

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

22 Dec 20:55

Choose a tag to compare

v1.0.0-alpha.6 Pre-release
Pre-release

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

15 Dec 16:55

Choose a tag to compare

v1.0.0-alpha.5 Pre-release
Pre-release

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