I've come to a point where I think I could use some feedback. I'm currently implementing a flight log tab for TDHelper which will be setup in a gridview format (like a spreadsheet) with the following columns: date/timestamp, system/station, distance, and notes. The date/time and system/station will be populated by scraping all the network logs, but the user can fill in distance/notes and save this information to a local database in the same directory as TDHelper.
Does this sound in line with the common features available in tools like EDDiscovery, or maybe someone has some suggestions on improvements? Any suggestions would be much appreciated, as this is the last feature I'll be adding before I plan to push the next version.
(Edit: Initially I probably won't have the option to insert custom systems into the database until a later version. That requires a bit more work to prevent bugs when adding/removing scraped vs custom info.)