Feature #1314
Ability to keep notes
Start date:
05/09/2016
Due date:
% Done:
100%
Description
Add the ability to make notes. These notes should be:
- Shown on the read work page for the work and all related works
- Rendered on a list of notes somewhere
- Exportable / sharable
I am thinking these could be stored on Google Drive or another online file storage mechanism. It would be nice if the stored notes were somehow renderable in Google Drive so that they would be useful even when not viewed within the application itself.
Subtasks
History
#1 Updated by Luke Murphey over 8 years ago
Potential data structure:
- JSON: easy to parse, but not viewable by the user
- Spreadsheet: viewable, but difficult to parse in JS (see https://developers.google.com/apps-script/guides/sheets)
- CSV: somewhat parseable, but can be edited & viewed in Google drive natively (once converted)
#2 Updated by Luke Murphey over 8 years ago
Data the must be stored:
- Work (slug)
- Reference (text)
- Division ID (text): this would be the descriptor of the division
- Verse ID (text): this would be the descriptor of the verse
- Title (text)
- Note content (text)
- Last edited (date)
#3 Updated by Luke Murphey over 8 years ago
I think using CSV makes a lot of sense. That opens the possibility of using other file storage APIs (Box, DropBox, etc).
#6 Updated by Luke Murphey over 1 year ago
- Status changed from New to Closed