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
Problem:
We have multiple models that contain 'semester' as a field (ie. Fall 2019, Spring 2020, Summer 1 2020). Semesters consist of two parts: the time of year (Spring, Fall, Summer 1, Summer 2, Full Summer) and the calendar year. Previously, we stored semesters as a string. The goal is to find a solution where the possible times of year/calendar years are explicit (ie. rather than storing any string, the semester must consist of a time of year and calendar year).
Specs:
Find a solution for representing semesters
Notes
(OPTIONAL) Any links to documentation, useful information, or ideas. Type anything that could help solve this issue.
Problem:
We have multiple models that contain 'semester' as a field (ie. Fall 2019, Spring 2020, Summer 1 2020). Semesters consist of two parts: the time of year (Spring, Fall, Summer 1, Summer 2, Full Summer) and the calendar year. Previously, we stored semesters as a string. The goal is to find a solution where the possible times of year/calendar years are explicit (ie. rather than storing any string, the semester must consist of a time of year and calendar year).
Specs:
Notes
(OPTIONAL) Any links to documentation, useful information, or ideas. Type anything that could help solve this issue.
If blocked, contact @emaela or @sophiacrennan or @nicolesorial
The text was updated successfully, but these errors were encountered: