This repository has been archived by the owner on Jul 31, 2022. It is now read-only.
Releases: JensUweB/ExamAdmin-Backend
Releases · JensUweB/ExamAdmin-Backend
Alpha Version 0.3.0
Patch Notes:
- Added handlebars as templating engine for emails and html files
- When resetting your password, you get nice html errors served with handlebars!
- Changed absolute paths to relatives for jest e2e Testing
- Updated Dependencies
- improved error handeling!
- added new mutation for removing the user from a club
- implemented end to end tests!
- fixed some smaller bugs
Alpha Version 0.2.1
Solved error due to deprecated / unused code.
Alpha Version 0.2.0
New Stuff:
- Working Auth Guard
- Sending confirmation email on signup
- Protocol file upload for examiners
- Now you can delete your account. Relations will be deleted too.
- More deleting
- Improved error handling
- Solved errors
Alpha Version 0.1.0
This is a working alpha release. Alpha means, that there are some core features missing, that I'am planning to implement. You can try it out at your own risk.
Some missing core features:
--> mailer module: without this, the api is unable to send e.g. confirmation or password reset emails
--> file manager: no file upload supported yet
--> other stuff I have not yet thought about. ;-)