09-19-2017, 11:27 PM
I think I have a few things I want to add to the todo list that I'm going to try to tackle. I think the basic menus should be moved to the db which would make them a little easier for people to modify. Right now they're kind of a mess as shown by that guy who couldn't figure them out.
I also think recaptcha should be in the db.
I also want warnings about default passwords and recaptcha to go to the admin panel.
I've also worked out a way to do database "migrations" where people can skip steps in upgrades and say update 10 point releases all at once and it just runs the migrations in order.
We're super close, but I think this will be good. Thoughts?
Btw, with the migrations, people could essentially update their userspice with git and just constantly pull in the latest code, run migrations and be done.
I also think recaptcha should be in the db.
I also want warnings about default passwords and recaptcha to go to the admin panel.
I've also worked out a way to do database "migrations" where people can skip steps in upgrades and say update 10 point releases all at once and it just runs the migrations in order.
We're super close, but I think this will be good. Thoughts?
Btw, with the migrations, people could essentially update their userspice with git and just constantly pull in the latest code, run migrations and be done.