Releases: unee-t/frontend
Releases · unee-t/frontend
MVP - July 3rd Release
Hotfix - Issue with deployment
- Handle scenario where there are 0 units properly
- Include the URL variable to get the URL for the Lambda to create a new unit
- Minor changes to wording
MVP - June 30th Release
New Functionalities:
This is a major release for Unee-T: a user now has the capability for to create a unit directly from the interface!
Thanks to @nbiton, @kaihendry, @kiatlim , @sebdeckers and @sophieyang0813 for all the hard work on this
Other changes:
- Prepare the groundwork for Inspection Report
- Make sure we only send notifications to verified email addresses.
- Improve the Opt Out mechanism when user receive notifications about a case
Hotfix - Disable noisy notifications
This is a temporary fix to issue #331 until we can implement a more appropriate solution.
Make sure that for all new users the notification when a case is updated in turned off.
Other notifications are still on by default:
- when a new case is created (to assignee)
- when the assignee is updated (to the new assignee)
- when a user is invited to a case (to the invited user)
- when a new message is added (to all the people involved in the case)
MVP - June 25th Release
New Features:
- Users (Reporter, Assignees, Invited users) are notified via email when
- A case is updated
- A New message is added to a case (see issue #312)
- Update the interface that manages the subscription to notifications (#304)
- Capability to toggle between Open and Closed cases in the Unit view. (#307)
Other Changes:
- All the unit information can now be stored properly in the MEFE. This will facilitate the creation of the interface to:
- Create new units
- Remove a user from a role in a unit (limited only to certain users)
- Show/Hide some users in the list of people who can be invited to a case.
MVP - June 20th Release
New features:
- Email notification to the assignee when a case is created
- Email notification to the new assignee when the assignee is changed
- Email notification to the invited user when a user is invited to a case
Other improvements:
- Fix issue #297
Hotfix - Mass invite - notification to invitees
New features:
- An Invitee to a case will now receive a notification when he/she is invited to a case. The email is an Unee-T branded email that will link to the case in case.unee-t.com
Other improvements:
- Ability to invite a user to a role in several units via a Meteor script
- Various improvements in the back end
Hotfix - Issue with deployment
Hot fix
- Make sure we use the correct mongo database
Other change
- Force styling for versionning
MVP - June 6th Release
Hot fix: use BZ API user key to authenticate users.
Fix issue #178
MVP - May 30th Release
New Features:
- All the units for a given user are now visible
- List of cases are accessible from the unit interface
Misc improvements:
- Tweak cluster configuration to improve performances