Hello Everyone,
Thought I'd pass along a status update.
I was able to tackle a few items:
* Fixed the image deletion bug. It was actually 2 separate bugs.
* Built and rebuilt some solid code for Social Login.
I initially wrote the code haphazardly - to the point it was almost throw-away. I rewrote it this weekend using Propel (an ORM system I'm planning on converting the rest of DoWant to) to make the whole thing a little cleaner and easier to transition to. With the Social Login, you can currently login with an existing account, or create an account.
Remaining:
* Build a way to add Social Login to existing accounts
* Clean up button display
* Add option for disabling Social Login
* Handle migrations (This is currently managed by a package called Phinx, but for simplicity, I may handle this with Propel as well)
I was hoping to have a release ready before Black Friday, which is sort of the de-facto start of the Holiday shopping season. I had a paid project pop up that consumed way more time than I thought it would, so I didn't get to spend as much time as I wanted doing this.
Anyway, things are progressing. If you'd like to contribute, or know someone who would, help is always welcome.