taker93 / radiosim

BOS Radio Simulator
https://funk.nur-kurz.de
MIT License
9 stars 1 forks source link

Feature: More groups and command centers #3

Open suhrmann opened 2 days ago

suhrmann commented 2 days ago

Are you interested in adding more German ILS (command centers) and their groups accordingly? I would software engineer something and start working on a PR if this feature is welcome.

For use of this great Sim in Rettungsdienst (emergency medial services) / KatSchutz the training to switch into correct / real TMO groups would be great.

taker93 commented 2 days ago

Currently all available groups are inside the folderData.ts: https://github.com/taker93/radiosim/blob/d0f9224eec268a84cf3e51fb86f5134908d36ee6/data/folderData.ts

It is very easy to add some more in there, but it will get messy with all and every group.

Maybe we could split this more up by holding all the groups in different files. Any other ideas?

taker93 commented 2 days ago

We have to be cautious publishing the whole TMO catalogue as it was categorized as sensitive and particularly protected information from the state administration ("sensible und besonders schützenswerte Information der Landesverwaltung") by the "PP ELT RLP".

Therefor we should only publish some groups on here. If someone wants to use the system for training their own groups, they should add them locally. Maybe we could add an import function for groups for non-dev-users.

taker93 commented 19 hours ago

It was a whole lot of work, but I implemented a new function for importing and exporting group-configuration. There is also the first part of an in-app-editor, so noone needs to edit json-files on their own.

Let's keep this issue open, until all work on a full group-configuration editor is done. :)