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

Review Data Structures for JSON Indexing #12

Open
awanczowski opened this issue Aug 3, 2017 · 1 comment
Open

Review Data Structures for JSON Indexing #12

awanczowski opened this issue Aug 3, 2017 · 1 comment
Milestone

Comments

@awanczowski
Copy link
Collaborator

awanczowski commented Aug 3, 2017

When designing the schema, review different data structures that would be good for indexing. Avoid nested types such as:

 [
    { "type": "typeA", "value": "value1" },
    { "type": "typeB", "value": "value1" }
 ]
@awanczowski awanczowski added this to the Sprint 1 milestone Aug 3, 2017
@trondhuso
Copy link
Collaborator

These are the structures we are looking for:
"subScores": [
{
"periodValue": "Q1",
"score": "7"
},
{
"periodValue": "Q2",
"score": "10"
},
{
"periodValue": "Q3",
"score": "7"
},
{
"periodValue": "Q4",
"score": "0"
},
{
"periodValue": "OT",
"score": "0"
}

@awanczowski awanczowski assigned trondhuso and unassigned trondhuso Aug 3, 2017
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