if the semester has not started yet week=0 is the same as week=1 #6
Labels
No Label
api
bug
code/internal
duplicate
enhancement
help wanted
hs issue
invalid
planed
question
under investigation
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Seil0/TheCitadelofRicks#6
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
if the semester has not started yet week=0 is the first week of the semester and so is week=n, for n = weeks till semester begin.
This could be fixed by checking the weekOfYear, after parsing the data from the hs website, but it means additional delay since it has to be done on every update.