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

define how/if to support conditional schema #4

Open
philloooo opened this issue Jul 17, 2017 · 1 comment
Open

define how/if to support conditional schema #4

philloooo opened this issue Jul 17, 2017 · 1 comment
Assignees
Milestone

Comments

@philloooo
Copy link

No description provided.

@philloooo philloooo added this to the Sprint 8 milestone Jul 17, 2017
@philloooo philloooo self-assigned this Jul 17, 2017
@trevars trevars modified the milestones: Sprint 9, Sprint 8 Jul 31, 2017
@philloooo philloooo changed the title define how to support conditional schema define how/if to support conditional schema Jul 31, 2017
@trevars trevars modified the milestones: Sprint 9, Sprint 8 Aug 2, 2017
@philloooo
Copy link
Author

philloooo commented Jan 2, 2018

how should it look like?
user says I have these set of fields for my dataset

datasetA {
required A,
required B,
optional C,
optional D
}

datasetB {
required D,
required E,
optional F
}

when I upload my data, I only want to meet the criteria for my dataset
when I go searching, I want to search across all datasets and filter by fields that are applicable to multiple datasets or just one

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

No branches or pull requests

2 participants