Update the TODO list

pull/14/head
Jean-Marc MEESSEN 4 years ago
parent d60bab231f
commit a134e47109

@ -1,6 +1,8 @@
# FLEcli # FLEcli
Multi-platform "Fast Log Entry"(FLE) processing tool. Multi-platform "Fast Log Entry"(FLE) processing tool.
![Go Build & Test](https://github.com/jmMeessen/FLEcli/workflows/Go%20Build%20&%20Test/badge.svg)
["Fast Log Entry"](https://www.df3cb.com/fle/) is a nifty tool, written by DF3CB. It allows quick and efficient entry of radio amateur contacts made during DXpeditions, contests or SOTA/WWFF activation. It can export the listed contacts in ADIF format ready to be uploaded to eQSL/LOTW or submitted for SOTA and WWFF. The program is only availble as a Windows executable which leaves the Mac or Linux users (like me) in the cold. ["Fast Log Entry"](https://www.df3cb.com/fle/) is a nifty tool, written by DF3CB. It allows quick and efficient entry of radio amateur contacts made during DXpeditions, contests or SOTA/WWFF activation. It can export the listed contacts in ADIF format ready to be uploaded to eQSL/LOTW or submitted for SOTA and WWFF. The program is only availble as a Windows executable which leaves the Mac or Linux users (like me) in the cold.
This tool is intended to process FLE formated files on other platform than Windows. The FLE file format is described on https://www.df3cb.com/fle/documentation/ This tool is intended to process FLE formated files on other platform than Windows. The FLE file format is described on https://www.df3cb.com/fle/documentation/

@ -1,35 +1,32 @@
# TODO # TODO
## Input protocol ## Input protocol
* [ ] document input protocol * [ ] document the FLE input format
## Test & Build framework ## Test & Build framework
* [ ] Perform the test of the complete app * [ ] Perform the test of the complete app
* [x] Improve build processing (cross compile, directory) * [ ] Implement MacOS codesigning (issue #9)
* [ ] Add quality badges to main page * [ ] Add quality badges to main page
* [ ] Make a more reasonable/richer version display * [ ] Make a more reasonable/richer version display (issue #10)
* [ ] Create standalone documentation (separate from README) * [ ] Create standalone documentation, separate from README (issue #13)
* [ ] Re-visit the release notes (far too verbose) * [ ] Re-visit the release notes (far too verbose)
* [ ] Implement and track code coverage
## Input processing ## Input processing
* [x] infer RST
* [x] Create the logic to take over from the previous line
* [x] decode and check frequency
* [ ] New MYGRID keyword * [ ] New MYGRID keyword
* [ ] Support different date delimiter * [ ] Support different date delimiter
* [x] Support extrapolated date * [ ] Support extrapolated date
* [ ] Support date not prefixed by "date" (non header mode) DATE keyword is now optional * [ ] Support date not prefixed by "date" (non header mode) DATE keyword is now optional
* [ ] Support date increment * [ ] Support date increment ("date +" and "date ++")
* [ ] Support WWFF keyword * [ ] Support WWFF keyword
* [ ] Validate that we have the necessary data for the output * [ ] Validate that we have the necessary data for the output
* [ ] Support the contest related fields
## Output processing ## Output processing
* [x] WWFF ADIF output * [ ] Implement CABRILLO output
* [x] Standard ADIF output
* [x] SOTA ADIF
* [x] SOTA CSV
## Later ## Later
* [ ] Process contest reports * [ ] Process contest reports

Loading…
Cancel
Save