developmentseed / pearl-frontend

PEARL (Planetary Computer Land Cover Mapping) Frontend
https://landcover.io
MIT License
18 stars 6 forks source link

Delete explore and all context (not auth) #144

Closed LanesGood closed 6 months ago

LanesGood commented 6 months ago

This PR deletes all code from the /explore component folder and from the /context/ folder, except for auth context which is still used. All code in deleted files is unused.

On initial tests, all functionality is intact

This may be a risky move, as not all components have been manually moved out of /explore (example: reinstating the tour, all keyboard shortcuts, aoi draw color coding, etc). However, this may be a preferable option to keep the code cleaner and more manageable. If we wanted to move forward with this PR, we would need to rely on github for past branch references.

Closes #73

LanesGood commented 6 months ago

Thanks @vgeorge. I'll wait until other PR's are merged before merging this to avoid having to rebase/merge develop into the other open ones.