Skip to content

Releases: unee-t/frontend

Beta - April 10th Release

10 Apr 04:05
658f816
Compare
Choose a tag to compare

Log improvements:

  • Make sure we log the units that were not created correctly in Mongo after lambda errors (#751)

Beta - April 8th Release

08 Apr 14:36
Compare
Choose a tag to compare

New Functionalities:

Unee-T Enterprise:

  • Role based visibility (#744)

MEFE API:

  • feat: unit owner management API (#745)
  • feat: setting user's notification settings for a unit (#746)

MVP - April 1st Release

01 Apr 12:02
d98fbad
Compare
Choose a tag to compare

New Functionalities:

Release of the MEFE API for the Unee-T Enterprise interface

  • Edit a unit (#740)
  • REmove a user from a unit (#742)

MVP - March 27th Release

27 Mar 03:22
54bb26c
Compare
Choose a tag to compare

New functionalities:

Release of the MEFE API for the Unee-T Enterprise interface (See #731, #732, #734, #735, #737)

Other improvements:

  • Build with AWS Codepipeline instead of Travis #733

Misc:

  • Add Room and Unknown to the list of possible properties.

MVP - March 14th Release

13 Mar 17:15
680b763
Compare
Choose a tag to compare

Bug fixes:

  • Filter invalid notification recipients (#720)

Misc:

  • Continue to deploy with Travis until AWS CodeDeploy is figured out (#730)
  • Update documentation: add links to the Demos.

MVP - March 11th Release

11 Mar 13:48
d48a7ab
Compare
Choose a tag to compare

New Functionalities:

  • Ability to remove a user from a role in a unit. This is only possible for the Unee-T 'Owner' of the unit. See #711
  • Enhanced Notification Filtering option. See #715

Bug Fixes:

  • fix: no data subscribers clean issue- preventing a server error (#698)
  • In certain scenario, a user with a lot of units was unable to load any unit data #700

Performance Improvements:

Misc:

  • Improve Logs #708
  • Improve scripts to backup and restore MongoD #712

MVP - Jan 23th Release

23 Jan 04:39
Compare
Choose a tag to compare

Bug fix:

  • quickfix: cases list not loading in some fringes scenarios

Hotfix - Jan 22th Release

22 Jan 03:53
Compare
Choose a tag to compare

bug fix:

  • Make Inspection Reports page load more resilient if some data are missing

MVP - Jan 22th Release

22 Jan 00:16
762ea6c
Compare
Choose a tag to compare

Misc:

  • Performance imprivements when there is a lot of case to display in teh Open case and Inspection reports views. See #690.

MVP - Jan 16th Release

16 Jan 03:41
Compare
Choose a tag to compare

Functionalities:

  • Simple search for case now works as such (see PR #687 and issue #679 :
    • Search for a unit:
      • The UI displays all the cases for the unit which matches the keyword(s) entered
      • The case is displayed in the list even if the keyword is NOT present in the case title
    • Search for a case with a keyword: The list of case displayed only shows the case where the keyword is present in the case title
    • Search for a case with a case number: Enter a case number and then hit enter:
      • Option 1: if user has access to the case then case conversation is displayed
      • Option 2: if user does not have access to the case then error message appear (no case or you are not allowed to see this case)

Bug Fixes:

  • Fix issue when inviting more than one user - email address of the previously invited user is still there (see #683)