DecentralizedAmateurPagingNetwork / Web

The default DAPNET Web-frontend.
MIT License
21 stars 10 forks source link

feat: Add support for optional explicit subric per pager #186

Closed josch0 closed 1 year ago

josch0 commented 2 years ago

With this small feature it is possible to specify an optional explicit SubRIC (A-D) when creating pagers and assigning RICs. If a SubRIC is set, this will override the default SubRIC (ALPHANUM = 3) for an individual call. This feature therefore only works for pagers other than Skyper. (Transmissions of Rubrics/News/Time/StationId are not affected).

Since specifying the SubRIC is optional, all subscribers/pagers currently stored in DAPNET will work as before.

Since I'm not a vue.js expert, maybe someone can take a look at the code to see if anything can be done better? I couldn't test the frontend locally either unfortunately, so the PR is more meant as a proposal.