Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retain story and condition details in separate IPFS blobs #7

Open
ConnorChristie opened this issue Jun 16, 2018 · 0 comments
Open

Retain story and condition details in separate IPFS blobs #7

ConnorChristie opened this issue Jun 16, 2018 · 0 comments

Comments

@ConnorChristie
Copy link
Owner

ConnorChristie commented Jun 16, 2018

The story details and condition details are currently stored together in one blob but only the manager, researcher, and evaluator are able to see the condition details so it doesn't make sense to retrieve the condition details every time the story is viewed.

Acceptance Criteria:

  • Condition details content is stored separately from the story details
  • Condition details are fetched from IPFS once they are requested to be viewed

May be able to use IPFS DAG instead which wouldn't require any refactoring of the storage format, only a change to the impl being used to save the data and accessing only the necessary objects.

Can't be implemented with IPFS DAG until colonyJS accepts CID formatted specification hashes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant