This is the 10th post in a my progress blog in week of 11 of class. We are completing activity 9 from the course slide deck. Welcome!
Steps to reaching 1.0.0 and beyond:
0.1.0 - website html built 0.2.0 - preparing data to load into the file 0.3.0 - link from study sets link to the set and loads the set information in 0.4.0 - randomly iterate through cards, next and back 0.5.0 - add what aspects of the study session that you want to study selection 0.6.0 - rank the cards and storing that data 0.7.0 - records score from cards and store them in json 0.8.0 - display the scores on the home pages 0.8.0 - add a countdown feature of how many cards are left 0.0.0 - add the last date studied info 0.0.0 - add the score of data from the last study session 1.0.0 - website study session complete 1.1.0 - backend and frontend information - make html login page 1.2.0 - call users info and get them logged in 1.3.0 - adding a new user and creating an account 2.0.0 - all user login information completed w good security 2.1.0 - 3.0.0 - have created a create method to create flashcards etc (so all study session info able to define as a user)
This is my plan for the next steps until I reach versions 1.0.0 and 2.0.0 and 3.0.0. This will be the small steps and the code I continue to work on until I finish my comp.
Right now my project version is at 0.1.0. The html for the website is set and designed. And I am starting to work on steps of starting a study session. My next release will be implement a link that calls the set from the json file.