Mongo 5: Remove broken summary and report generation#1071
Conversation
I'll need quite a bit of background on what this was supposed to be, what kinds of problems it was meant to solve, etc. Let's discuss it the next time we have a planning meeting. |
59f3f4d to
95b01b8
Compare
51bb9d9 to
75a5628
Compare
4baea43 to
1082ca6
Compare
75a5628 to
bade990
Compare
BryonLewis
left a comment
There was a problem hiding this comment.
Pulled, tested and ran integration tests. Looks like all instances of the summary stuff were removed properly. Assuming that we may add something back in once the switch to mongo is done, probably using your aggregation pipline stuff you were working on the other day.
* Mongo 1: Server side implementation (#1066) * Poetry fix (#1087) * Poetry fix * Add check for app root * Desktop/sealion multicam (#1024) * init * Allowing multicam to write tracks * inut name change * lint fixes * Updates to multicam * fixing import loading * removing multicamImageFiles change * Fixing various issues * mend * mend * switching to every * Example without fetching metadata (#1088) Co-authored-by: Brandon Davis <brandon.davis@kitware.com> * Server-side implementation * Include description and timestamp * Respond to comments * Switch to checking mongo results * select sub-element * Unmangle indices Co-authored-by: BryonLewis <61746913+BryonLewis@users.noreply.github.com> * Mongo 2: Rollback API (#1067) * Implement rollback * Switch to POST /dive_annotation/rollback * Mongo 3: Utilize new endpoints in celery (#1068) * Utilize new endpoints in celery * Respond to comments * Linting, formatting, and unit tests * respond to comments * Import shutil * Client changes to support revisions (#1070) * Remove broken summary and report generation (#1071) * Add simple sharing test and new indices * Migraction script updates * Add loading state to clone button * label fetch Co-authored-by: BryonLewis <61746913+BryonLewis@users.noreply.github.com>
Drops a whole heap of untested and unused code. I found out in #1065 that users have never been able to see the summary page, and nobody ever mentioned it, so this drops the page, the report generation, and the Max-N csv generation that was also broken for a long time, untested, and seemed to be of dubious value.
We should have a follow-up discussion