You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 27, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
To deduct the relevant track pk (with start year), we need to know when the student started. different years have different requirements.
Describe the solution you'd like
Replace year_in_studies with first_study_year.
Note: FE should show either "I started studying on October ---" OR show 2018-19 and actually save 2018 to DB.
Is your feature request related to a problem? Please describe.
To deduct the relevant track pk (with start year), we need to know when the student started. different years have different requirements.
Describe the solution you'd like
Replace
year_in_studieswithfirst_study_year.Note: FE should show either
"I started studying on October ---"OR show2018-19and actually save2018to DB.