vincentntang / flashnotes-react

📚 Flashcards + Notes Learning System
3 stars 0 forks source link

Added Routing and Scaffolding for Login/Register/AddCard/EditCard & Back Buttons #8

Closed vincentntang closed 5 years ago

vincentntang commented 5 years ago

As title states. The last PR I made, my focus was mostly getting the quiz logic to work semi-correctly.

This PR focuses on the scaffolding base logic for CRUD functionality in mostly for cards (decks to come soon after), and adding support for login/register.

Logic isn't entirely hooked up yet for Login or Register routes because I would need to add Private routes as well as Authentication level features though. But, you can fill and submit a form, it does nothing right now

Other levels of improvements: SM-2+ Algorithm data structure is mocked up, based on this blog post. http://www.blueraja.com/blog/477/a-better-spaced-repetition-learning-algorithm-sm2

Future features that need to be added

Screenshots of features added

/decks/:deckid image

/decks/:deckid/edit image

/decks/:deckit/add image

Login/Registered routes added too