Closed emanjavacas closed 7 years ago
Database
Interface
issues to discuss
I'd say, save only the current one, and make sure to save it again when moving to another tab or when closing the app. What's easier?
yeh that sounds like a better solution
A save button would probably also make sense now. For piece of mind.
have a first draft working, can't see any bugs in a short test.. but sure there will be
Awesome! Did you make changes to the database? I tried the automated migration, but we're probably better of to do it manually...
I did many, so we will have to be very careful with the migration
OK. A lot of testing then.
the major changes is a new model Doc and the addition of doc_id to the other models. I've rename a couple of columns that were misleading and rearranged generation to account for the deletion of suggestions. Also given that addition and deletion can happen in different docs, I also had to add a column (action_doc_id) to register that...
We will have to test that the db is registering all these thing at the right moment with the right data... I think we are transitioning from toy-app to a-bit-more-serious-app
closing this since it only needs testing
in the future, the app should give you the ability to open different documents (in case you want to have one for drafting, another one to write your new novel, another one for your ERC grant, etc...)