productivityinterns / productivitywebapp

A webapp for increasing productivity when filling out forms
MIT License
2 stars 2 forks source link

8 database save #11

Closed mgallig closed 5 years ago

mgallig commented 5 years ago

I added a sqlite database (check the commit messages for detailed instructions etc) and had to do some hacky stuff to make it use Templates and Forms, and eventually gave up and just made a IsATemplate boolean

Added unit test project.

I created a Clone() and ReplaceGuids() type of methods in Helpers/CopyHelpers to copy a template and all subfields, but reset all guids.

Got everything working to the point that it did with our fake database today.