Added table to feature request page

master
Elliott Liggett 2021-02-05 17:23:54 +00:00
rodzic accfe735da
commit b30fc94371
1 zmienionych plików z 33 dodań i 27 usunięć

@ -1,27 +1,33 @@
- CENTER(span) --to--> Fix (keep same limits -- grab edge of spectrum, program Fix slot, switch to fixed)
- (or bug) don't default to full screen for new users / empty preferences
- feature: on settings tab, radio buttons for "serial" and "network", which reveal appropriate widgets for setup (ie, port selector pop-down, hostname box, etc). Warning to user in text: "After selection, press save settings, and then re-launch wfview. This will be made easier on later versions."
- add band capabilities to the rigCaps structure (Think about easiest way), and modify band selector buttons accordingly.
- add DV and DD to mode selector
- add keystroke for FM mode (I was only thinking of HF when I first did this, have LSB, USB, AM, CW and USB-D I think)
- icom added the ability to specify which of three filter presets to use when changing mode, maybe we should at least specify one... or not, maybe this is more complex than we need
- add squelch slider to UI. I already have all the backend code for squelch setting/reading
big feature that I will do: add satellite setup pop-up window, where uplinik, downlink, mode (invert/non-invert), and fixed spectrum range is all set up, because right now this is a royal PITA to set manually each time on the rig. But it's like four or five CIV commands, very simple for a computer.
- lower latency audio
- waverform type, waveform color, waveform color, waveform color max hold
- max hold: hold time
- add audio scope
- add filter selection
- find serial number device over ethernet (possibly not to do)
- switch on/off rig
- dual scope
- dual rx (audio)
- multiple configs
- version info
- bands: currently we support GENE, 160....6m but should extend to 4m for some HF rigs
- bands: on other rigs we may have VHF/UHF as well -- add 2, 70, 23 depending on model
- debug flag, maybe with severity (-v vs -vv -vvv etc). suppress debug output w/o flag
- key to switch on/off audio
- handle ^c gracefully -- so that the rig's connections are closed.
- the saved config file contains user/pass information. chmod 600 instead of 644 or encrypt user/pass
- switch on/off waterfall
| ID | Status | Priority | Description |
| ------ | ------ | ------ | ------ |
| 001 | open | low | CENTER(span) --to--> Fix (keep same limits -- grab edge of spectrum, program Fix slot, switch to fixed)|
| 002 | closed | low | (or bug) don't default to full screen for new users / empty preferences |
| 003 | ip | low | on settings tab, radio buttons for "serial" and "network", which reveal appropriate widgets for setup (ie, port selector pop-down, hostname box, etc). Warning to user in text: "After selection, press save settings, and then re-launch wfview. This will be made easier on later versions." |
| 004 | open | low | add band capabilities to the rigCaps structure (Think about easiest way), and modify band selector buttons accordingly. |
| 005 | open | low | add DV and DD to mode selector |
| 006 | open | low | add keystroke for FM mode |
| 007 | open | low | icom added the ability to specify which of three filter presets to use when changing mode, maybe we should at least specify one |
| 008 | open | low | add squelch slider to UI. (Backend code exists) |
| 009 | open | low | add satellite setup pop-up window, where uplinik, downlink, mode (invert/non-invert), and fixed spectrum range is all set up |
| 010 | open | low | lower-latency audio (of course) |
| 011 | open | low | UI for WF style editing: waverform type, waveform color, waveform color, waveform color max hold etc |
| 012 | open | low | max hold time adjustment |
| 013 | open | low | audio scope for streamed audio |
| 014 | open | low | Filter select / edit |
| 015 | open | low | find serial number device over ethernet (possibly not to do) |
| 016 | open | low | Rig power on/off |
| 017 | open | low | dual scope |
| 018 | open | low | dual-channel RX audio |
| 019 | open | low | multiple rig preferences |
| 020 | open | low | Add 4M band |
| 021 | open | low | Add rigCaps supported band attribute, update Band tab |
| 022 | open | low | More version info, windows too |
| 023 | open | low | debug flag(s), verbose flag, etc |
| 024 | open | low | logging to file |
| 025 | open | low | Audio switch(s) |
| 026 | open | low | Handle control-c as proper quit, close rig connection nicely |
| 027 | open | low | Change password UI text box to show stars for text |
| 028 | open | low | Change permissions on password-containing preference file to 600 |
| 029 | open | low | Switch waterfall on/off (do we already have that?) |