Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jaeseokan94/d7e9c03827fd0a3b4915db2c0e4672de to your computer and use it in GitHub Desktop.
Save jaeseokan94/d7e9c03827fd0a3b4915db2c0e4672de to your computer and use it in GitHub Desktop.
output for seats with letters
[ { category: 'Platea Destra', availableGroups: 30 },
{ category: 'Platea Sinistra', availableGroups: 26 },
{ category: 'Palco I ord. Des.', availableGroups: 6 },
{ category: 'Palco I ord. Sin.', availableGroups: 8 },
{ category: 'Palco II ord. Des.', availableGroups: 12 },
{ category: 'Palco II ord. Sin.', availableGroups: 12 },
{ category: 'Palco III ord. Des.', availableGroups: 8 },
{ category: 'Palco III ord. Sin.', availableGroups: 11 },
{ category: 'Palco IV ord. Des.', availableGroups: 1 },
{ category: 'Palco IV ord. Sin.', availableGroups: 4 },
{ category: 'Prima Galleria', availableGroups: 0 },
{ category: 'Seconda Galleria', availableGroups: 0 } ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment