Project Management Program progress / by Derek Gregoriev

So I've been working on integrating SQLite into something like a systems-design/project-management program. This is a screen shot which returns a default name for a project when initially started (technically no name is needed because the database is cached, but this would make it difficult for classes to identify the target project before applying/saving a real name to the stuff). This is being run in the "shell" mode but the design for the shell commands is encapsulated so the JNI stuff uses the same commands and will be (hopefully) a trivial swap. This has distracted me from working on the OPEN CV stuff but using SQLITE for that too might prove useful. Time will tell.