alexrudnick / iucs-guido

Automatically exported from code.google.com/p/iucs-guido
0 stars 0 forks source link

be able to enter comments for a region #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently comments are just for a line number. But we want them to be for a 
region.

Steps:
- update db schema to have Comment/Submissions hold a region (start, end 
characters) -- right now, they just have a line number.
- make grading scheme page use js to ask "what's currently highlighted?"
- make an ADD COMMENT button
-- when clicked, it will use the js to find the region
-- then gets text for the comment
-- then stores the text with the region in the db.

Original issue reported on code.google.com by alex.rudnick on 20 Oct 2012 at 8:31