forked from abartov/raxld
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
26 lines (24 loc) · 1.52 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
To-Do List for the Interedition Open Annotation Collaboration Server
(feel free to e-mail [email protected] to agitate for a feature from the list below!)
- make a proper README, add a version number
- update sample JSON files to reflect new, generic constraint semantics
- update sample JSON dir with files and curl command lines for all operations
- add a convenience script to the sample JSON dir to automatically replace the server IP with a command line argument.
- add an option to the annotations query that dumps the annotations in full, not just their URIs
- Support editing annotations with PUT operations
- Implement access control (API keys?)
- Make annotations versioned entities?
- Update annotation constraints when the constraint service returns an updated position, while keeping the original position as well
- Make validation phase configurable (on/off, validation service URL, currently hard-coded in annotations_controller.rb)
- if there's no constraint, I currently just ignore the annotation. TODO: eventually, place the annotation at the beginning of the URI -- i.e. treat URI frags correctly
- Add an HTML interface to everything beside the renderer
- Add query options (by author, by annotation type)
- Accept and emit RDF
- Add a test suite
==Old rendered (Würzburg 2011) logic==
- Fix insertion logic
- sort annotations by start position
- handle overlapping annotations correctly
- Add support for line= positions
- Improve look of annotated text renderer
- Add support for images as annotation targets in the renderer