Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.12 KB

UPGRADE.md

File metadata and controls

34 lines (24 loc) · 1.12 KB

Upgrade

History

2022-03-31 Updated a Summary of Applicants page on the Instructor's side

  • A No offers search option has been added, and CV information and resume has been placed in the data table.
  • Instructors can select multiple applicants to send alert emails

On the Student's side, added a alert message to remind students to enter Student Year Previous TA Experience in March and April

  • Student Year is a new field in the Profile
  • If students click on the Read button, this pop-up window won't show up this year

2021-10-05

New features
  • Added a Summary Report for supervisors to each session. This report contains the information of courses and TAs.

The following commands are required to run this application properly.

$ python manage.py collectstatic --noinput

2021-08-26

New features
  • Reset function: a new class ApplicationReset in models has been added to reset SELECTED, DECLINED and TERMINATED applications

The following commands are required to run this application properly.

$ python manage.py collectstatic --noinput
$ python manage.py migrate