slashwarm / elte-orarend

Modern órarendkészítés ELTE hallgatóknak, egyenesen a legfrissebb, Tanulmányi Osztály adatbázisából lekérdezett adatokkal.
https://gernyimark.web.elte.hu/orarend/
MIT License
11 stars 3 forks source link

Added url export feature #12

Closed UnicodeError0041 closed 2 months ago

UnicodeError0041 commented 2 months ago

URL Export Feature

Description

Added a button that allows users to save their timetables as a URL. This makes it easier to share timetables with others. Users can also import others' timetables and save them as their own.

Added dependencies

Added lz-string package to handle URL compression.

Other Changes

Imports were automatically sorted by my code formatter.

Limitations

Since the entire timetable is compressed into a single URL, very long timetables can result in lengthy URLs. For example, if a user has more than 23 classes, the generated URL may exceed the recommended length limit of 2000 characters.

slashwarm commented 2 months ago

Köszönöm ezt a sok munkát! Szép PR 👍

UnicodeError0041 commented 2 months ago

Én köszönöm!