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
On each course detail page, below the "Add to Semester X", there is a "Report Errors" button which directs users to the correct faculty / department email to contact.
I'm not sure if many people notice / use this button right now, but I think it's helpful as another prompt to inform NUSMods users that they should be going to their faculties / departments instead of contacting the maintainers for issues related to course data.
To that end, we could upgrade the visibility of the button either when CourseReg is active (maybe +- a week), and/or when course information is newly-updated.
* - 'ay202122-new-data' - AY2021/22 data is available
* - 'ay202021-new-data' - AY2020/21 data is available
* - 'ay201920-new-data' - AY2019/20 data is available
* - 'nusmods-is-official' - NUSMods switch to official APIs
* - 'nusmods-r-announcement' - NUSMods R announcement message
* - 'ay201819-new-data' - AY2018/19 data is available
* - 'ay201819-s2-new-data' - S2 data available
*/
constkey=announcementKey('ay202425-new-data');
)
Perhaps we can improve the visibility of the button during those periods by giving it a border, letting it span across the course description, or anything else you think of.
The text was updated successfully, but these errors were encountered:
On each course detail page, below the "Add to Semester X", there is a "Report Errors" button which directs users to the correct faculty / department email to contact.
I'm not sure if many people notice / use this button right now, but I think it's helpful as another prompt to inform NUSMods users that they should be going to their faculties / departments instead of contacting the maintainers for issues related to course data.
To that end, we could upgrade the visibility of the button either when CourseReg is active (maybe +- a week), and/or when course information is newly-updated.
One can detect the former using the dates from https://github.com/nusmodifications/nusmods/blob/master/website/src/data/modreg-schedule.json,
and the latter by seeing if the relevant announcement is enabled (
nusmods/website/src/views/components/notfications/Announcements.tsx
Lines 13 to 34 in 59b78cc
Perhaps we can improve the visibility of the button during those periods by giving it a border, letting it span across the course description, or anything else you think of.
The text was updated successfully, but these errors were encountered: