Skip to content

improve modularity for future features

Compare
Choose a tag to compare
@krunch3r76 krunch3r76 released this 19 Feb 06:58
· 30 commits to master since this release
2321b05
  • code (db) modularized into on_accepted_result.py, refactored, and made more self-documenting
  • the database stored in appdata now is independent of the database in the git tree (users should be able to upgrade going forward without breaking)
  • new entries into the main db only occur if a node name has changed, otherwise the timestamp is updated in place
    • next version will compare model and insert when the model changes (issue #9 )
  • misc bug fixes/enhancements such as tighter event monitoring to prevent work duplication (save on costs) and to maintain flow