This repository has been archived by the owner on May 26, 2021. It is now read-only.
This version was used every day by applicants in Athens from August 2019.
Changelog:
- Adding words counter (on all long text questions) (resolves #24);
- Updating all static texts + email templates according to the current need ;
- Adding label, deadline and location edition on open processes (resolves #34) ;
- Feedback on acceptation and rejection : it's possible to edit the email template directly for each applicant (resolves #35).
The templates are written in
html
and useMustache
as template engine.
- Add applicant filters by 'accepted', 'rejected', and 'pending task' (resolves #36)
- Export of applicants data in an excel file (resolves #28)
- Adding first backend tests with
Mocha
. Only for sending emails for now.
npm run test