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
Employee's API comes with "startDate": null, "endDate": null, "startExamsDate": null, "endExamsDate": null, but with actual pairs. (ex. https://iis.bsuir.by/api/v1/employees/schedule/e-shostak) e-shostak.json
App doesn't show pairs with this type of response. (I think that these null fields are the issue)
The text was updated successfully, but these errors were encountered:
I can define app's behavior as expected, because without startDate we don't really know from what day should we count. But it's possible to improve the app's behavior by switching to the week schedule view if the actual schedule is not empty. Currently, the app redirects to the exams view, which is empty.
Employee's API comes with
"startDate": null, "endDate": null, "startExamsDate": null, "endExamsDate": null,
but with actual pairs. (ex.https://iis.bsuir.by/api/v1/employees/schedule/e-shostak
)e-shostak.json
App doesn't show pairs with this type of response. (I think that these null fields are the issue)
The text was updated successfully, but these errors were encountered: