AceCentre / pasco

Phrase Auditory Scanning COmmunicator - AAC App for iOS and the Web
https://app.pasco.chat
GNU General Public License v3.0
14 stars 6 forks source link

Obf output missing order #206

Closed willwade closed 4 years ago

willwade commented 4 years ago

See this example obz export from pasco - https://www.dropbox.com/s/aosfwdlftwsu1ci/tree.obz?dl=0

This is invalid as shown by the preview generator here - https://www.openboardformat.org/tools and the reason is that We haven't defined the grid order, so no buttons will be added to the view.

So for 1.obf, it should be something like:

{ "format": "open-board-0.1", "id": "1", "locale": "en", "buttons": [ { "id": "1", "label": "Conversational Interaction Communication", "load_board": { "name": "Conversational Interaction Communication", "path": "boards/2.obf" } }, { "id": "2", "label": "Communication in the hospital", "load_board": { "name": "Communication in the hospital", "path": "boards/8.obf" } }, { "id": "3", "label": "Conversation Control Phrases", "load_board": { "name": "Conversation Control Phrases", "path": "boards/13.obf" } }, { "id": "4", "label": "Generic Requests Phrases", "load_board": { "name": "Generic Requests Phrases", "path": "boards/14.obf" } }, { "id": "5", "label": "Generic Responses Phrases", "load_board": { "name": "Generic Responses Phrases", "path": "boards/15.obf" } }, { "id": "6", "label": "Equipment-Related Phrases", "load_board": { "name": "Equipment-Related Phrases", "path": "boards/16.obf" } }, { "id": "7", "label": "Opinion /Perspective Phrases", "load_board": { "name": "Opinion /Perspective Phrases", "path": "boards/19.obf" } }, { "id": "8", "label": "Question Phrase", "load_board": { "name": "Question Phrase", "path": "boards/20.obf" } }, { "id": "9", "label": "Social Amenities", "load_board": { "name": "Social Amenities", "path": "boards/24.obf" } }, { "id": "10", "label": "Social Comments Phrases", "load_board": { "name": "Social Comments Phrases", "path": "boards/25.obf" } }, { "id": "11", "label": "Summoners ", "vocalization": "Requests for Information", "load_board": { "name": "Summoners ", "path": "boards/30.obf" } }, { "id": "12", "label": "Temporal Markers", "load_board": { "name": "Temporal Markers", "path": "boards/31.obf" } } ], "grid": { "rows": 5, "columns": 3, "order": [ ["1", "2", "3"], ["4", "5", "6"], ["7", "8", "9"], ["10", "11", "12"], [null, null, null] ] }, "sounds": [] }