mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-07 16:33:51 +00:00
125 lines
3.5 KiB
TypeScript
125 lines
3.5 KiB
TypeScript
export const simpleTemplate = [
|
|
['ⓘ Notes on import', '', '', '', '', '', 'ⓘ How to use'],
|
|
[
|
|
'Ontime will import this spreasheet as a rundown in your project',
|
|
'',
|
|
'',
|
|
'',
|
|
'',
|
|
'',
|
|
'1. Make your own copy of the spreadsheet by either File -> Make a copy or File -> Download -> Microsoft Excel',
|
|
],
|
|
[
|
|
'- Each spreadsheet can only contain one rundown',
|
|
'',
|
|
'',
|
|
'',
|
|
'',
|
|
'',
|
|
'2. Delete the table header with the Notes on import and How to use instructions',
|
|
],
|
|
[
|
|
'- You can have as many columns as necessary, Ontime only imports the columns you request',
|
|
'',
|
|
'',
|
|
'',
|
|
'',
|
|
'',
|
|
'3. Remove any columns that are not necessary to your workflow',
|
|
],
|
|
[
|
|
'- The names of the worksheet and columns are given in Ontime on import',
|
|
'',
|
|
'',
|
|
'',
|
|
'',
|
|
'',
|
|
'See documentation for spreadsheet import',
|
|
'',
|
|
'https://docs.getontime.no/features/import-spreadsheet/',
|
|
],
|
|
[
|
|
'- Ontime creates an entry for every row on the table with a known Timer Type (see note on column header)',
|
|
'',
|
|
'',
|
|
'',
|
|
'',
|
|
'',
|
|
'See documentation for Google Sheet import',
|
|
'',
|
|
'https://docs.getontime.no/features/import-spreadsheet-gsheet/',
|
|
],
|
|
['- All fields in a row are optional, Ontime will fill in with default data as needed'],
|
|
['ⓘ Hover over note tags to see additional help on column data'],
|
|
[
|
|
'',
|
|
'',
|
|
'',
|
|
'Note ---------------------------------------------',
|
|
'',
|
|
'',
|
|
'',
|
|
'Note',
|
|
'Note --------------------------------------------------------',
|
|
],
|
|
['Cue', 'Title', 'Colour', 'Time Start', 'Time End', 'Duration', 'Note', 'Timer Type', 'Video Notes'],
|
|
[
|
|
'Demo',
|
|
'Clear all, or Create New Project to start fresh',
|
|
'#9d9d9d',
|
|
'',
|
|
'',
|
|
'',
|
|
'Moderator - Emma Thompson\n' +
|
|
'\n' +
|
|
'Speakers\n' +
|
|
'- Liam Carter + Sophia Patel\n' +
|
|
'- Ethan Brooks\n' +
|
|
'- Lucas Bennett',
|
|
'milestone',
|
|
],
|
|
['', 'Morning Sessions', '#339E4E', '', '', '', '', 'group-start'],
|
|
[
|
|
'1',
|
|
'Pre-show Countdown',
|
|
'#77C785',
|
|
'10:00:00',
|
|
'11:00:00',
|
|
'',
|
|
'Music plays, holding slide on screens',
|
|
'count-down',
|
|
'Camera + PowerPoint on stream\nPowerPoint on screens',
|
|
],
|
|
['Standby', '10:45 - Presenters ready side stage', '#A790F5', '', '', '', '', 'milestone'],
|
|
['1.1', 'Welcome', '#FFCC78', '', '', '00:10:00', '', 'count-down', 'Cameras on stream\nPowerPoint on screens'],
|
|
[
|
|
'1.2',
|
|
'Session 1',
|
|
'#77C785',
|
|
'',
|
|
'',
|
|
'00:50:00',
|
|
'',
|
|
'count-down',
|
|
'Camera + PowerPoint on stream\nPowerPoint on screens',
|
|
],
|
|
['House', '11:30 - House staff setup lunch in lobby', '#A790F5', '', '', '', '', 'milestone'],
|
|
['', 'Lunch', '#3E75E8', '', '', '', '', 'group-start'],
|
|
['2.1', 'Lunch / Countdown to next session', '#779BE7', '12:00:00', '13:00:00', '', '', 'count-down'],
|
|
['', 'Afternoon Sessions', '#339E4E', '', '', '', '', 'group-start'],
|
|
['Standby', '12:45 - Presenters ready side stage', '#A790F5', '', '', '', '', 'milestone'],
|
|
[
|
|
'3.2',
|
|
'Session 2',
|
|
'#77C785',
|
|
'13:00:00',
|
|
'',
|
|
'00:50:00',
|
|
'',
|
|
'count-down',
|
|
'Camera + PPT + Video on stream\n' + 'PowerPoint + Video on screens\n' + '\n' + 'Video file: Session2.mp4',
|
|
],
|
|
['3.2', 'Wrap up', '#FFCC78', '', '', '00:10:00', '', 'count-down', 'Holding slide on screens'],
|
|
['Strike', '14:00 - AV & Room strike', '#A790F5', '', '', '', '', 'milestone'],
|
|
];
|