Joshua Maddy
Joshua Maddy
> Nice job. Do you think it would make sense to add Alembic as well for in case the DB schema will change among versions? Alembic would definitely be a...
The most recent commit adds some of the basic functionality: adding tags to entries, creating tags, and modifying tags. Adding/editing/removing tag box/text line fields should also work. It works with...
> Just word of advice - I dont like all the code which is commented out, but touching more things will lead to more merge conflicts and it's more things...
I went ahead and reverted the majority of the changes for two reasons: 1. If the schema is going to follow #187, then the usage of Field types (TextField, DatetimeField,...
> I'll have to do some re-reading on past discussions to confirm but I believe the main goal of the mashup was that basically everything was a tag, so the...
> @JoshuaMaddy I dont know if having the field split among multiple tables is the best approach. I understand the issue with type-guessing, but what would you think about having...
I've updated the Schema to use a single table for Fields, Fields are ordered, Tags are joined to Entries, and Tags have categories. I've also added a temporary example file,...