- Add Api for account creation and delete
- Update django-filter to 2.4.0
- Add gantt diagram to show contract start date
- Add list of active sources
- Update django to last patch version (2.2.13)
- Speed up interviews export
- Add processes export
- Dev dependencies updates (debug toolbar)
- Add a page listing processes for a given source
- Add sources to process admin
- Sort sources by name
- Add state when a candidate was contacted and we wait his feedback for interview planning
- Add view to import seekube ics file. Need to add a settings to your local.py file SEEKUBE_SOURCE_ID parameter
- Add other information field to a process
- Add offer to process
Fix python 3.5 support
- Rework interview table
- Minute page use read mode even for interviewer when minute exist. Redirect to read mode after editing (allow user to correct malformatted markdown)
- Update to django 2.2.5
- Fix coding style pep8
- Use black to enforce coding style
- Migrate from requirements.txt to Pipfile
- Use django-split-settings
- Add search capabilities
Fix plan datepicker
Fix interview form
Fix key error on table rendering
Fix python 3.5 support
Add missing migration
First official release