Metadata
- Source
- SJRK-6
- Type
- New Feature
- Priority
- Major
- Status
- Closed
- Resolution
- Done
- Assignee
- Alan Harnum
- Reporter
- Alan Harnum
- Created
2017-08-31T14:07:42.164-0400 - Updated
2017-11-02T13:22:35.742-0400 - Versions
- N/A
- Fixed Versions
- N/A
- Component
-
- Storytelling Tool Server
Description
The Storytelling Tool is using CouchDB for persistence and expects to make a fair amount of use of CouchDB design document features to enable features such as browse and search.
Per this thread on fluid-work (http://lists.idrc.ocad.ca/pipermail/fluid-work/2017-August/010443.html), an Infusion component that can do basic DB configuration management (ensure a database exists, ensure it has certain design document functions, etc) has been identified as useful to have.
Some initial work has already gone on in this direction by Alan Harnum and Gregor Moss in this repo: https://github.com/waharnum/couch-config - this issue makes it official.
Comments
-
Gregor Moss commented
2017-09-05T17:30:20.765-0400 I've created a Grunt plugin and integrated both it and the couch-config component into sjrk-storyTelling-server: https://github.com/BlueSlug/sjrk-storyTelling-server/tree/SJRK-6
-
Gregor Moss commented
2017-10-23T17:12:22.442-0400 PR created, ready for review: https://github.com/waharnum/sjrk-storyTelling-server/pull/3
-
Gregor Moss commented
2017-11-02T13:22:35.739-0400 PR at https://github.com/waharnum/sjrk-storyTelling-server/pull/3 has been merged