Move annotation CRUD actions into a service
- Dominant language
- Python
- Stars
- 3.2k
- Forks
- 459
- Avg merge
- 27d 1h
- Merged PRs (30d)
- 1
Description
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 across it.
## Tasks
* Spikey: https://github.com/hypothesis/h/pull/7926
* https://github.com/hypothesis/h/pull/7927
* https://github.com/hypothesis/h/pull/7929
* https://github.com/hypothesis/h/pull/7930
* https://github.com/hypothesis/h/pull/7931
* https://github.com/hypothesis/h/pull/7933
* https://github.com/hypothesis/h/pull/7946 (spike)
* https://github.com/hypothesis/h/pull/7947
* https://github.com/hypothesis/h/pull/7948
* https://github.com/hypothesis/h/pull/7966
* https://github.com/hypothesis/h/pull/7967
* Look at rename user which has find anno functionality
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.