Closed open768 closed 2 months ago
groundwork is done in spaceinc test code works- now need to migrate application code
moved calendar to use this a7b9c93773d238404e3b2630e90e74e5703b2333
moved rest/nexttime.php
- sheesh that was hard work!
done, but now need to figure out what uses cCuriosity::getSolRawData
as a separate issue
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.