SEED-platform / seed

Standard Energy Efficiency Data (SEED) Platform™ is a web-based application that helps organizations easily manage data on the energy performance of large groups of buildings.
Other
107 stars 55 forks source link

Ah/fix ali assignment #4517

Closed kflemin closed 8 months ago

kflemin commented 8 months ago
  1. This PR fixes a bug in the data import process where an ALI could potentially be assigned that belonged to another organization.

  2. Also added a table displaying all of the access levels configured for the org at the top of the Access Level Tree page so users can see all of their level names without opening the add/edit access levels dialog.

    Screenshot 2024-02-06 at 9 48 02 AM
  3. Added better error handling when a user imports an access level instances file without first configuring their level names:

    Screenshot 2024-02-06 at 10 09 10 AM
  4. Changed 'edit access level name' api from a PATCH to a PUT