8th meeting with JJ

advising
Author

Rebekah Rudd

Published

October 30, 2024

This is the 8th post in a meeting update blog. Welcome!

This Wednesday JJ and I talked about how to think about implementing the data from the json file into the website. I spent most of my time this past week working on implementing this function of loading the data. I’ve spent most of my time on, first, fetching the data from the backend. I had to trouble shoot different issues with setting up an http server and then accessing the data through the server. I also worked on trouble shooting how to then access and use the data I had imported into the json file. I then made different functions and used the length of different js data structures to first create the number of sections that the cards would need and then populating them. This upcoming week I will work on randomizing the order that the cards are shown. Then will then produce a study session for the user.

Upcoming TODOs: - randomize card - long term: producing a study session