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

quick lookup on the most common bands/channels #2

Open
Marzona opened this issue Jan 17, 2016 · 0 comments
Open

quick lookup on the most common bands/channels #2

Marzona opened this issue Jan 17, 2016 · 0 comments

Comments

@Marzona
Copy link
Owner

Marzona commented Jan 17, 2016

Somewhere in the UI there should be the option to recall and tune a specific band/channel expressed in meters.
The usecases are :

  • scanning the x-meters band
  • scanning a maritime channels
  • quickly tune a specific band, and then manually fine tune from that frequency on

The way I would like to implement this is by adding a tabbed interface in the bookmarks area. One tab should hold the bookmarks as they are now, and there should be another tab for every additional "type" of channels (maritime, UHF channels, etc.).

The description of the channels should be read from a json that should be formatted as a list of dictionaries. Every element of the list describes a tab, the dictionary as a "title" keyword that will hold the name of the tab and the rest of the dict is made of (bookmark,names/frequency-mode) couples).

I would prefer the json to be stored in github on a different package (AND/OR generated from some well known source). The json should be fetched at startup and cached locally somehow. Rig-remote should have a configuration item that reports the url.

This way I allow everybody to design his own set of tabs with his own data in it, and it will also be possible shared it.
Another option could be to use something like a social bookmarking (delicious is no more, unfortunately) for storing this info.

@Marzona Marzona added this to the Bookmarks improvemets milestone Apr 26, 2016
MaineTim added a commit that referenced this issue May 5, 2016
Define a class of Bookmark, for an individual bookmark, and a class of BookmarkSet, as a set of bookmarks.
@Marzona Marzona changed the title quick lookup on the most common bands quick lookup on the most common bands/channels Apr 26, 2017
Marzona pushed a commit that referenced this issue Jul 1, 2019
@Marzona Marzona added the new_ui label Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants