-
Notifications
You must be signed in to change notification settings - Fork 41
Description
There are a couple of things I want to have done for a version 4 5 of Local Radio. The main overarching goal is to rewrite the core of Local Radio to make it work more reliably. Adding new functionality is a nice bonus if it can be done easily, but that is not the aim at the moment. Local Radio has changed a lot throughout the years, and thus certain design decisions that made sense at the time no longer do currently. This should also make it easier to modify Local Radio later.
This is the list currently:
- Updating the styling to match the logo's
- Adding support for one station being in multiple cities without showing up twice
- Replacing the PeerJS system with a system handled by the server
- Syncing the state between the web-frontend and the server
- Making the web-frontend reactive
- Using websockets for the communication between server and web-frontend
- Adding better favourites support
- Adding better proxy support
- Updating to a new version of the SCS SDK
- Switching to a different game overlay library
- Making it easy to switch between versions of the cities/stations
- Fix HTTPS support for the server
- Remove admin right requirement
If you have any wishes, feel free to let me know, although I will warn you in advance that I do not guarantee that I will implement it (I probably will not). However, I am looking for people who want to contribute to Local Radio. If you feel like doing some of the things above, or you propose something else, let me know. I do have some ideas about the items above (and there are some things to take into account that you might not expect), but nothing set in stone yet.
(As for when this will be done: no idea, probably 2022 or later.)