Releases: unee-t/frontend
Releases · unee-t/frontend
Beta - April 10th Release
Log improvements:
- Make sure we log the units that were not created correctly in Mongo after lambda errors (#751)
Beta - April 8th Release
MVP - April 1st Release
MVP - March 27th Release
New functionalities:
Release of the MEFE API for the Unee-T Enterprise interface (See #731, #732, #734, #735, #737)
- Create a user - unee-t/lambda2sqs#10
- Create a unit - unee-t/lambda2sqs#9
- Add a user to a role in a unit (with visibility configuration information) - unee-t/lambda2sqs#11
- Edit a user - unee-t/lambda2sqs#12
Other improvements:
- Build with AWS Codepipeline instead of Travis #733
Misc:
- Add
Room
andUnknown
to the list of possible properties.
MVP - March 14th Release
MVP - March 11th Release
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:
- Ability to virtual scroll the unit list (performance improvements) See #697
- Improve build #705, #707, #717
- Multistage build, thanks to Sean @ CyCoreSystems/docker-meteor#62 See #719
- ECS memory tweaks #706
Misc:
MVP - Jan 23th Release
Bug fix:
- quickfix: cases list not loading in some fringes scenarios
Hotfix - Jan 22th Release
bug fix:
- Make Inspection Reports page load more resilient if some data are missing
MVP - Jan 22th Release
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
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)
- Search for a unit:
Bug Fixes:
- Fix issue when inviting more than one user - email address of the previously invited user is still there (see #683)