Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude extra positions when adding a new frequency #257

Open
Adrian2k opened this issue Jan 11, 2025 · 3 comments
Open

Exclude extra positions when adding a new frequency #257

Adrian2k opened this issue Jan 11, 2025 · 3 comments
Labels
enhancement New feature or request

Comments

@Adrian2k
Copy link

Adrian2k commented Jan 11, 2025

Did not know how to title the title 😅

Problem description:

In the AFV editor I can add multiple frequencies to show up for each position, this is a well known feature.
However recently I have gotten complains from some controllers that when they add a position, it will also add all of the other frequencies aswell, instead of just the one.

For example, for ENGM_W_APP I have the following extra stations defined:
ENGM_E_APP
ENGM_D_APP
ENGM_F_APP
ENGM_W_TWR
ENGM_E_TWR
idk maybe GND/DEL too - dont remember

When someone on ENOS_CTR needs to tempoarly take over ENGM_W_APP´s frequency, they add ENGM_W_APP as normal - however this causes the 5 other stations to appear aswell, becomming a clutter - which has to be removed one by one.

Solution wanted:

When you add a station, it will ignore the extra stations - only adding the single station you wanted.
Personally I can not think of a situation where I would want all the extra positions when adding one.

I hope this made sense, I couldnt remember the name AFV uses for this. VCCS maybe?

@DotWallop
Copy link

DotWallop commented Jan 27, 2025

Reasonable implemention might be to add a specific indicator for when to only add the isolated frequency - for example =ENGM_W_APP. That would fall in line with other special characters that I will propose in a separate issue. :D

@pierr3 pierr3 added the enhancement New feature or request label Jan 27, 2025
@pierr3
Copy link
Owner

pierr3 commented Jan 27, 2025

This could be implemented and I see the use of it - will think of an UI for it

@GeorgeBarlow
Copy link
Collaborator

GeorgeBarlow commented Jan 28, 2025

Reasonable implemention might be to add a specific indicator for when to only add the isolated frequency - for example =ENGM_W_APP. That would fall in line with other special characters that I will propose in a separate issue. :D

Could you go into a bit more detail about this, my initial thoughts to resolve this would be to include, an always checked by default, checkbox in the add station dialog titled something along the lines of Add linked radio stations, simply preventing a call to the afv-native function FetchStationVccs, rather than using indicators like =. Therefore, could you briefly expand on the benefit and extent of an indicator-like system, I understand you are planning on putting this in a separate issue, it is just my only concerns are how obvious will this system be to new users and if this is going to take some time to figure out/implement when you compare it to a simple checkbox?

Would love to hear your thoughts!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants