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

Create list of 20 items #9

Open
3 tasks
ro-savage opened this issue Sep 25, 2016 · 0 comments
Open
3 tasks

Create list of 20 items #9

ro-savage opened this issue Sep 25, 2016 · 0 comments
Assignees

Comments

@ro-savage
Copy link
Member

ro-savage commented Sep 25, 2016

  • Create shape of items
  • Create 20 items
  • Can be holding data and updated later

Approximate shape

'ID123' : {
id: 'ID123'
title: 'Awesome stuff'
image: {id: 'imageid', url: 'url', 'alt': 'some alt text',} 
shortDesc: ' This thing is really awesome'
fullDesc: [ 
  { 
    sectionid: '1',
    sectionTitle: 'History'
    section: 'This is the history'
  },
  { 
    sectionid: '2',
    sectionTitle: 'Material'
    section: 'This is made of kyptonite'
  }
],
type: 'art',
subType: 'street art',
classifications: [ 'someclassifiation', 'someotherclassification', 'yet another'],
location: {
   id: 'tp25',
   museum: 'Te Papa',
   building: 'Te Papa',
   floor: '2',
   room: '5',
}
exhibition: 'Best exhibit'
assets: {
   deepzoom: ['url1', 'url2'],
   models3d: ['url1', 'url2'],
   images: ['url1', 'url2'],
   chat: 'chat-ci-ID123'
}
}

Thats just an example approimation. Will have to define it better as we go.

@nickmask nickmask mentioned this issue Sep 25, 2016
7 tasks
@ro-savage ro-savage self-assigned this Sep 26, 2016
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

1 participant