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
Currently, if someone logged in with unregistered major, they will get something like this
What's funny is after that initial "error", they can log in one hour later due to our scheduler mechanism. This is because we will register that major after the initial log in, but we don't have the schedule for that major yet since the latest scheduler has run before that initial log in.
Requested behavior:
The easy fix would be to register all majors to our database, we have the data in backend/sso/additional-info.json. This will enable all majors to log in but we will give them an incomplete schedule from Jadwal -> Jadwal Kuliah Keseluruhan. We propose a better solution to also have a warning if we are showing an incomplete schedule so users can help Ristek with their credentials if they want to.
Why this behavior is better:
Avoid users complaining they can't log in to SusunJadwal.
The text was updated successfully, but these errors were encountered:
fairuzi10
changed the title
Change Complete Schedule Notification
Change Incomplete Schedule Notification
Sep 1, 2020
fairuzi10
changed the title
Change Incomplete Schedule Notification
Incomplete Schedule Warning
Sep 1, 2020
This issue is a:
Current behavior:
Currently, if someone logged in with unregistered major, they will get something like this
What's funny is after that initial "error", they can log in one hour later due to our scheduler mechanism. This is because we will register that major after the initial log in, but we don't have the schedule for that major yet since the latest scheduler has run before that initial log in.
Requested behavior:
The easy fix would be to register all majors to our database, we have the data in
backend/sso/additional-info.json
. This will enable all majors to log in but we will give them an incomplete schedule fromJadwal -> Jadwal Kuliah Keseluruhan
. We propose a better solution to also have a warning if we are showing an incomplete schedule so users can help Ristek with their credentials if they want to.Why this behavior is better:
Avoid users complaining they can't log in to SusunJadwal.
The text was updated successfully, but these errors were encountered: