-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Save your work feature enhancement #17
Comments
This is a client-side only application right now, does it mean you plan to add in a backend? |
Yes, we'll be adding a backend. The database schema will be added to the project and checked in, and there will be a config file that will be .gitignore'd, though a default blank config file will be checked in before the ignore. The intent is to allow users to be able to save their work if the database is present. If the installer wishes to continue to rely on localStorage (i.e. db not present or config file not filled out), that should also be supported. |
Branch created. Work underway: https://github.com/joshuawalcher/writtenkitten/tree/issue-17-save-your-work-enhancement |
Database documented in wiki. https://github.com/joshuawalcher/writtenkitten/wiki/MySQL-Database |
70% done. |
@joshuawalcher |
Users should be able to:
The text was updated successfully, but these errors were encountered: