https://bugzilla.wikimedia.org/show_bug.cgi?id=46440
--- Comment #39 from richa jain <[email protected]> --- Gerrit is ready and all my github changes are imported. https://git.wikimedia.org/log/mediawiki%2Fextensions%2FAnnotator.git The basic skeleton of where to call the annotations is ready. Now i am starting with the storage of comments. Here are some of my points: 1. Going through the idea of custom table implementation and storing comments in a separate table which takes account of the revision id, user and the range. 2. Creating classes 'create', 'update', 'read', 'delete' for annotations. https://github.com/okfn/annotator/wiki/store-plugin#urls 3. Modify the above urls of OKFN as: prefix: 'api.php' create: '?action=create', etc. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
