open768 / spaceinc

chicken katsu useful space routines
0 stars 0 forks source link

switch to using cCuriosityManifestIndex::get_sol_data #17

Closed open768 closed 2 months ago

open768 commented 2 months ago

as mentioned in #13

currently code uses cCuriosity::getAllSolData( to get the data for a Sol.

this needs to switch to using cCuriosityManifestIndex::get_sol_data() which should check if it has the sol information and reindex the sol if it doesnt have it.

open768 commented 2 months ago

groundwork is done in spaceinc test code works- now need to migrate application code

open768 commented 2 months ago

see also https://github.com/open768/curiosity_browser/issues/147

open768 commented 2 months ago

moved calendar to use this a7b9c93773d238404e3b2630e90e74e5703b2333

open768 commented 2 months ago

moved rest/nexttime.php - sheesh that was hard work!

open768 commented 2 months ago

done, but now need to figure out what uses cCuriosity::getSolRawData as a separate issue