Started on cosmic integration
Added Cosmic Module, this allows the application to be accessed via
a restful API
Removed commented out line
Added packaging option for releases
Added features and many bug fixes
- Refactor of optarg handling
- Added --sync: pull and push
- Added --continued-sync
- A few bug fixes with regards to TODO parsing.
- Refactor of database util methods
- Refactor of context, added a method to get prepared statements from
the given context
Setup mvn so it can test. TODO: get mvn.skiqqy.xyz back up and running
Squash build failing, TODO get build working
Refactor and Small bug fixes
- Updated README
- Fixed bug with Context object
- Refactor Context from(TODO) to Context toContext()
- Various other small changes
Small fix with query construction
Many bug fixes, notebly TODO parsing (also added better support for parsing tags). Also added support for storing tags in the DB
Very good progress on DB - Object transfer
Implemented several methods relating to passing a note around, both to
the DB in the form of a different tables, and use in the JVM as a TODO
object.
Implemented the concept of a `Context`, at its core, a context is simply
a builder for the TODO object. But it is also used as a sort of filter
to search the DB for specific note's. Its still very much in the early
stages, but I have many ideas for it.
Very good progress, DB is in a good position, schema migration is working for both postgres and derby, and I have the TODO factory working