SreenikethanI / timetabler

Timetable renderer for BPDC
https://sreenikethani.github.io/timetabler/
4 stars 0 forks source link

Persistent storage of data #7

Open SreenikethanI opened 1 year ago

SreenikethanI commented 1 year ago

"Data" includes the current list of students as input by the user.

Also, group timetables based on semester, resembling the structure of Constants.FRIENDS.

SreenikethanI commented 1 year ago

Selections, SemIndex, CompareMode and similar ones should NOT be persistently stored, since if multiple tabs are open, it'll cause conflicting information to be stored/read.

Alternatively, we can store values only from the first open tab, and notify the users in any subsequent tabs that the values won't be stored.