Releases: unee-t/frontend
Releases · unee-t/frontend
Beta - Jan 09th Release
Improvements:
- Enhanced case API for 3rd party case viewers and editors See PR #889
- Allow signup with promo codes See PR #888
Bug fixes:
- Fix roles POST cases. (#886)
- Assuming new users' roles in a more coherent way (#886)
- Removed unneeded log (#886)
- Copy main role check to on-the-fly assignee creation
- Add new unit types:
- Other/Building
- Other/Unit
- Other/Room
- Unknown/Building
- Unknown/Unit
- Unknown/Room
Misc:
- Improve documentation about email sending (#887)
Beta - Oct 7th Release
Improvements:
Allow user creation on the fly with the MEFE create case API.
IF
- A case is created with the MEFE API
- The third-party tool that creates the case uses the MEFE user alias instead of the MEFE User Id to create a case
- The MEFE user alias is a correctly formatted email address
THEN
- IF
The Reporter or the Assignee does NOT exist in MEFE
THEN- the Reporter or Assignee is created in Unee-T
- the Reporter or Assignee is associated with the unit
- the case is created.
- ELSE IF
The Reporter or the Assignee DOES exist in MEFE
THEN- the Reporter or Assignee is associated with the unit
- the case is created.
Beta - Oct 3rd Release CI deploy to prod fix
- Fixing a YAML issue #884
Beta - Oct 2nd Release deploy fix
- Remove deploy hook which was inhibiting a success deploy https://travis-ci.org/unee-t/frontend/jobs/592539041
Beta - Oct 2nd Release
Misc improvements:
Beta - Oct 1st Release
Functionalities:
- Add pin to floor plan. It is now possible to add a pin after the case has been created. See #855
- Add pin to floor plan. It is now possible to add a floor plan during case creation. See #855
Misc improvements:
- Set version in the HTML too
- Add fat finger check [skip ci]
Bug fixes:
- Fix invalidation to use correct credentials (#875)
Beta - Sep 16th Release
Improvement:
For the "Pin issue on the floor plan" functionality we change the way the interactions are done:
- To drop a pin: double tap.
- To remove a pin: simple tap on that pin
- To move the zoomed in floor plan: single finger drag.
Beta - Sep 13th Release
New Functionalities:
- Add a floor plan to a property.
- When creating a case, it is possible to pin the issue on the floor plan for the property See #874 for more details on that functionality.