-
Notifications
You must be signed in to change notification settings - Fork 0
Release Notes
GNDev edited this page Sep 20, 2022
·
3 revisions
Release Date : 20 Sept 2022
Content
- Improve algorithm used to detect candidate names in the resume.
Release Date : 13 Sept 2022
Content
- Extract top skills from resumes using NLP.
- Auto shortlist resumes for job where there is skill match.
Release Date : 22 Aug 2022
Content
- Confirm delete before deleting a Job position.
- Enhance the tenant , user schema to track entity creation & update dates.
Release date : 16 Aug 2022
Contents
- Ability to capture notes while uploading or editing resume/candidate record.
- URL sent to user during sign up confirmation fixed.
- Ability to delete Job positions.
- Ability to send emails to multiple recipients.
- Send emails sent in non prod environment are sent to [email protected] and not to end users to avoid spamming.
- In non prod environment, start Flask application in debug mode.
- Fixed typos in sign up confirmation email text.
- User session timeout is set to flask default value.
- Added CONTRIBUTING.md file for open source contributors.
- Refactored code to remove use of flask flash function from signin page.