Skip to content
This repository has been archived by the owner on May 26, 2021. It is now read-only.

First Version

Latest
Compare
Choose a tag to compare
@Marc-AntoineA Marc-AntoineA released this 21 Oct 10:20
· 67 commits to master since this release
12288e5

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 use Mustache 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
  • Send reminder emails every Monday and Thursday to any inactive applicant (resolves #37)
  • Adding emails online template editor (resolves #4) - todo, add the templates directly into the database
  • Fixes case-sensitive bug for emails comparisons (fixes #41)