-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stats query performance #492
Labels
Type - improvement
Improving an existing feature or functionality, but not as major as an enhancement or new feature.
Milestone
Comments
cdausmus
added
the
Type - improvement
Improving an existing feature or functionality, but not as major as an enhancement or new feature.
label
Oct 28, 2021
cdausmus
added a commit
that referenced
this issue
Nov 9, 2021
cdausmus
added a commit
that referenced
this issue
Nov 9, 2021
cdausmus
added a commit
that referenced
this issue
Nov 9, 2021
cdausmus
added a commit
that referenced
this issue
Jan 27, 2022
cdausmus
added a commit
that referenced
this issue
Jan 30, 2022
cdausmus
added a commit
that referenced
this issue
Jan 30, 2022
cdausmus
added a commit
that referenced
this issue
Mar 31, 2022
cdausmus
added a commit
that referenced
this issue
Apr 7, 2022
DigiVol 6.1 Release Notes - #387 Fixed issue where text OCR data files could not be uploaded with tasks - #409 Implemented background saving of task transcriptions - #469 Updated task locking to not lock the task if it has been fully transcribed - #481 Created new Audio transcription template and ability to transcribe audio files (e.g. FrogID) - #487 Added the expedition summary CSV download to the Institution Admin menu - #488 Fixed issue where archiving expedition lost it's institution - #489 Fixed issue where displaying a randomly selected expedition (front page) was resulting in an error - #490 Fixed issue where new institution admin application notifications were not being sent to the applicant - #492 Improved database performance - #493 Fixed issue where image burst sequence was being ignored (camera trap expeditions) - #495 Fixed a display issue when saving a transcription - #496 Changed invalid status to validation - in progress - #497 Fixed issue where Institution Admins could not delete a user role when it was a legacy site-wide role (forum mod or validator) - #498 Added forum notifications to institution admins - #500 (linked to #492) Moved project size calculation to on task upload (or delete) - manageProjects now static number loaded with page instantly - #504 Fixed issue where transcription score goes backwards - #507 Fixed issue where no tasks were displayed in user's notebook
cdausmus
added a commit
that referenced
this issue
Apr 25, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Type - improvement
Improving an existing feature or functionality, but not as major as an enhancement or new feature.
The honourboard stats request is placing a large amount of load on the db when requesting for wildlife spotter or a large project due to the in list clause of projects.
Look at performance measuring using values and a temp table for performance.
Before Christmas break, discussed with Paul and Adam:
Activity feed (Contribution Feed)
-- Institution list
-- Expedition list
-- If no posts, add link to post new thread
No of Transcribers
Institution Admin stats
Moved to #499:
Institution Admin stats
-- transcriptions by day
-- validations by day
-- Transcriber tables
Leaderboard
The text was updated successfully, but these errors were encountered: