Stefan4472 / bayerische-landtagswahl

DatenbankSysteme Prof. Kemper
0 stars 1 forks source link

Improve navigation URLs in the frontend #53

Closed Stefan4472 closed 3 years ago

Stefan4472 commented 3 years ago

Specifically, how wahl_jahr is selected.

Also, navigating between pages should keep the same election year. Therefore, it should probably be part of the URL.

Stefan4472 commented 3 years ago

As Adem told me, the React-way of doing this is to use LocalStorage, rather than doing this in the URL. This is slightly less convenient for the user, but much easier to code.