Good Question. Flashcard Club is an experiment I (Aidan) am working on. You can read about my aspirations for this project here.

Flashcard Club will be "Production Ready" for an official version 1 soon.

Good Question. You can read the Privacy Policy here.

Version 0.0.5

  • Charting Library
    • Ported from Laravel Charts and Chartisan to Chart JS and Laravel Charts.
  • Fixed bug with Markdown editor not loading on tests.

Version 0.0.4

  • User Accounts
    • User accounts signing in through google will be fully complete and out of testing soon..
  • Landing Page
    • Moved FAQ to non auth (not logged in) page.
  • Flashcard Edit Page
    • Limited the size of the flashcard editor to 150px.

Version 0.0.3

  • User Accounts
    • Users can now login and link their Google Account to Flashcard Club.
  • Landing Page
    • The Landing page has had a massive makeover and most of the content is different now.
    • The changelog has been moved to the FAQ page.
  • Test and Study Mode
    • There is now a chart to plot test performance per set.
    • Test mode now has additional functionality like gold highlight on completion of the test.
    • Test Mode now has a summary.
  • Planned Features
    • Google Sign in (Federated identity) Completed
    • Terms of service
    • Privacy Policy
    • FAQ Page Somewhat Completed
    • Markdown User Guide
    • Flashcard User Guide
    • Front page needs work Not complete but looks a lot better.
    • Cramming mode that removes cards previously marked "Correct".

Version 0.0.2

  • User Accounts
    • You can now create new user accounts and update their details.
    • New users will recieve a welcome email.
    • New users should be logged in automatically.
    • New users should be able to create flashcards and flashcard sets.
  • Flashcards
    • Flashcards can now be loaded, saved, created and updated.
    • Flascards use markdown syntax so you can include pictures and a limited amount of html thats it.
  • Unit Tests
    • Code coverage is very very poor.
  • Study Mode
    • Study mode now works perfectly.
    • You can now choose between study mode and test mode.
    • Test Mode is perfect for cramming.
  • Study Statistics
    • Test mode now records time taken to complete study as well as flashcard test outcome.
    • Useful for tracking study and cramming progress over the last 30 days.
    • Many features of study mode available in test mode and vice versa.
  • Planned Features
    • Google Sign in (Federated identity)
    • Terms of service
    • Privacy Policy
    • FAQ Page
    • Markdown User Guide
    • Flashcard User Guide
    • Front page needs work

Version 0.0.1

  • User Accounts
    • It's currently possible to create a new user account, although there is no ability to ammend or update your user account.
    • New users should recieve a welcome email.
    • New users should be logged in automatically.
    • New users should be able to create flashcards and flashcard sets.
  • Almost Unlimited Flashcards
    • It is possible to create and save flashcards.
    • You can also update flashcards, delete them and more.
    • Flascards use markdown syntax so you can include pictures and a limited amount of html.
    • Currently statistics and study mode do not work.
  • Unit Tests
    • Many components of Flashcard Club have PHPunit Unit tests.
    • Code coverage is probably very poor.
  • Toast Notifications
    • Toast notifications are intergrated into the website.
    • The best place to see these in action is in the set editor if you update the title.
  • Planned Features
    • A Study mode, because currently it is only possible to edit flashcards but not view them without the editor. Completed
    • Google Sign in (Federated identity).
    • Statistics, because who doesn't love a good graph. Completed
    • Account management, because currently once you make an account you cant change any of your details, oops. Completed