mirror of https://github.com/on4kjm/FLEcli.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
928 B
37 lines
928 B
# TODO
|
|
|
|
## Input protocol
|
|
* [ ] document input protocol
|
|
|
|
## Test framework
|
|
* [ ] Perform the test of the complete app
|
|
* [ ] Improve build processing (cross compile, directory)
|
|
* [ ] Implement continuous integration
|
|
|
|
|
|
|
|
## Input processing
|
|
* [x] infer RST
|
|
* [x] Create the logic to take over from the previous line
|
|
* [x] decode and check frequency
|
|
* [ ] New MYGRID keyword
|
|
* [ ] Support different date delimiter
|
|
* [x] Support extrapolated date
|
|
* [ ] Support date not prefixed by "date" (non header mode) DATE keyword is now optional
|
|
* [ ] Support date increment
|
|
* [ ] Support WWFF keyword
|
|
* [ ] Validate that we have the necessary data for the output
|
|
|
|
## Output processing
|
|
* [x] WWFF ADIF output
|
|
* [x] Standard ADIF output
|
|
* [x] SOTA ADIF
|
|
* [x] SOTA CSV
|
|
|
|
## Later
|
|
* [ ] Process contest reports
|
|
* [ ] Infer digital mode report
|
|
* [ ] add unit test for the DefaultReport validate function
|
|
* [ ] look how to make it work as a CGI
|
|
|