fknorr / studip-client

CLI Client for the Stud.IP University Access Portal
GNU General Public License v3.0
3 stars 3 forks source link

Select which Semester to download #10

Open N-Coder opened 8 years ago

N-Coder commented 8 years ago

You can select in the dropdown menu which semesters should be displayed, so that you can parse them. But don't forget to revert this setting afterwards. screenshot from 2016-06-01 13-06-49

fknorr commented 8 years ago

The semster is actually already set to the current one upon connecting by using the information from this dropdown, but cannot be set manually from the frontend yet.

fknorr commented 8 years ago

Semester names and IDs are now parsed, but semesters other than the current one cannot be synchronized yet.

n-st commented 7 years ago

My fork has a branch that iterates through all semesters and offers them for download: https://github.com/n-st/studip-client/tree/sync-all-semesters

It does the job for now (assuming you've added a view that avoids collisions between courses that appear in multiple semesters), but it should be improved in terms of efficiency and user interface.

Maybe combine it with #35.