Myelin banner

Myelin

6 devlogs
26h 21m 56s

This is just another flash card app, except for it can import quizlet cards from a pdf (printing feature on quizlet). And pretty much just screw quizlet, there are sooooo many ads we can’t even load there website on our chromebooks and you can’t do anything without a paywall.
anyways there is still much to do like:

  • show what questions you struggled with
  • add card maker for more than just quizlet cards
awsome-webdev

I copied Quizlets block blast mode so now you can play that, also added a text embedding model to make the options in the test mode make more sense, and added a service worker to make this more smooth. I started tracking the percent you get on tests and also added the set name to the questions that are sent to the server. i also made some big efficiency improvements, for some reason i though it was a good idea to send the whole set of user cards to the dash page including the content WHY? i dont know anyways now it doesn’t do that. Another small thing is making the side bar text scale on smaller computers such as *chrombooks.

Attachment
0
awsome-webdev

I added a more rich card editor that allows you to make completely new sets and allows you to edit imported cards and some effiency upgrades from the api (not sending the whole card set when not needed)

Attachment
0
awsome-webdev

I added better user stats collection and also added where when you get a question wrong on the test mode it is shuffled back into the questions for it to be answered again. and added questions answered wrong and right one the main page

Attachment
0
awsome-webdev

i have fixed some various ui bugs, i also added a mobile version and also imporved styles for scaling.
Added a leaderboard and also added where the server tracks what questions you got wrong to, how man you got right and also how many you got wrong.
also added the ability to delete sets, I also forgot to sanatize titles to be save for using in URIs so i fixed that as well.
todo:

  • still need to work on making a finishing page if you finish the test mode
  • make the client serve questions the server has recorded repeatedly as wrong
Attachment
0
awsome-webdev

I really need to devlog the goal was to get doen as fast as possible so people in my school could use it but,
i added the basic desktop ui, still need to work on the mobile one. so far i have just flash cards, and a test feature like quizlets and a way to import from quizlet

Attachment
0