Jon Betts
Jon Betts
For: * https://github.com/hypothesis/lms/issues/4197 This allows a user to specify the `references` multiple times in a search and retrieve replies to multiple annotations. This is particularly useful in combination with the...
For: * https://github.com/hypothesis/lms/issues/4197 This allows a user to specify the `groupid` multiple times in a search and retrieve annotations across the different groups. This is particularly useful in combination with...
For: * https://github.com/hypothesis/lms/issues/4197 Based on: * https://github.com/hypothesis/h/pull/7555 This has been achieved by changing `groupids_readable_by` to accept pubids or groupids. This allows you to specify the groupid in in the search...
The websocket was separated out to run in it's own docker image in: https://github.com/hypothesis/playbook/issues/703 This seems to have worked, and we probably don't need the websocket in the main image...
For: https://github.com/hypothesis/h/issues/6712 Related to: https://github.com/hypothesis/playbook/issues/683 To allow multi-region hosting we want to use different authorities for the CA region LMS instance. For example `lms.ca.hypothes.is`. We should: * Allow a pattern...
Currently our annotation actions are spread over a few places, most notably `h.storage`. This predated our use of services, and as a result is a bit weird when you come...
Requires: * https://github.com/hypothesis/lms/issues/4215 The new work requires extra settings and fields for customers. We should know how we intend to onboard customers. This should ensure: * Continuity for any existing...
We should create a report which shows various details about organizations and allows you to sort by a number of different conditions. This will prove many of the core data...
Requires: * https://github.com/hypothesis/lms/issues/4516 In the previous ticket a report was created in a single region for organization activity. We need to make sure that this report will show up in...
# The problem * The LTI spec says all grades are between 0.0 and 1.0. In the UI we interpret this as 0 - 10 * Moodle has three different...