lukos / simsig_importer

.Net Desktop Application for converting Excel simplified timetables into Simsig timetables
GNU General Public License v3.0
3 stars 1 forks source link

Implement the day selector #10

Closed lukos closed 2 years ago

lukos commented 2 years ago

When people export, they should get an optional day selector. When they choose a day, we need to filter the timetables for any that are not in the relevant day and export the rest.

Since people are likely to want to export several from one session, we shouldn't delete the originals from the timetable object but should create a filtered view or clone the object for the correct types so the ones we don't need don't get deleted.