Shipment22 / KAP-Archive

A program archive for Khan Academy
https://kap-archive.bhavjit.com/
2 stars 1 forks source link

Fix saving and retrieving programs #12

Open Shipment22 opened 8 months ago

Shipment22 commented 8 months ago

There is a lot of duplicate code from saveAndRetrieve.jsx, retrievePrograms.jsx and archivePrograms.jsx; I believe I was splitting saveAndRetrieve.jsx into two files and never finished. As well as this, the query to fetch a program from Khan just being dumped in the middle of the code is not ideal.

Shipment22 commented 8 months ago

Brought to my attention by #10