saifisvibin commited on
Commit
96ff01d
·
1 Parent(s): 6d0006b

Add Itinerary Template for 7-slide event/preceptorship documents

Browse files
Files changed (1) hide show
  1. app/templates.json +126 -0
app/templates.json CHANGED
@@ -1763,6 +1763,132 @@
1763
  "logo_role": "event"
1764
  }
1765
  ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1766
  }
1767
  ]
1768
  }
 
1763
  "logo_role": "event"
1764
  }
1765
  ]
1766
+ },
1767
+ {
1768
+ "template_key": "itinerary",
1769
+ "friendly_name": "Event/Preceptorship Itinerary (7-Slide PPT)",
1770
+ "elements": [
1771
+ {
1772
+ "id": "cover_page",
1773
+ "label": "Cover Page with Event Name",
1774
+ "type": "text",
1775
+ "required": true,
1776
+ "expected_phrases": [
1777
+ "COVER PAGE"
1778
+ ]
1779
+ },
1780
+ {
1781
+ "id": "event_name",
1782
+ "label": "Event/Preceptorship Name",
1783
+ "type": "event_name",
1784
+ "required": true,
1785
+ "placeholder_examples": [
1786
+ "EVENT/",
1787
+ "PRECEPTORSHIP NAME"
1788
+ ]
1789
+ },
1790
+ {
1791
+ "id": "event_date",
1792
+ "label": "Event Date",
1793
+ "type": "date",
1794
+ "required": true,
1795
+ "placeholder_examples": [
1796
+ "DATE"
1797
+ ]
1798
+ },
1799
+ {
1800
+ "id": "company_logo",
1801
+ "label": "Company Logo",
1802
+ "type": "logo",
1803
+ "required": true,
1804
+ "logo_role": "company"
1805
+ },
1806
+ {
1807
+ "id": "event_logo",
1808
+ "label": "Event Logo",
1809
+ "type": "logo",
1810
+ "required": false,
1811
+ "logo_role": "event"
1812
+ },
1813
+ {
1814
+ "id": "table_of_contents",
1815
+ "label": "Table of Contents",
1816
+ "type": "text",
1817
+ "required": false,
1818
+ "expected_phrases": [
1819
+ "TABLE OF CONTENTS"
1820
+ ]
1821
+ },
1822
+ {
1823
+ "id": "contact_information",
1824
+ "label": "Contact Information Section",
1825
+ "type": "text",
1826
+ "required": true,
1827
+ "expected_phrases": [
1828
+ "CONTACT INFORMATION",
1829
+ "Best Regards"
1830
+ ]
1831
+ },
1832
+ {
1833
+ "id": "contact_details",
1834
+ "label": "Contact Details (Email/Phone)",
1835
+ "type": "text",
1836
+ "required": true,
1837
+ "placeholder_examples": [
1838
+ "EMAIL",
1839
+ "PHONE NUMBER",
1840
+ "CONTACT PERSON"
1841
+ ]
1842
+ },
1843
+ {
1844
+ "id": "travel_details",
1845
+ "label": "Travel/Transportation Details",
1846
+ "type": "text",
1847
+ "required": true,
1848
+ "placeholder_examples": [
1849
+ "DETAILS",
1850
+ "transportation"
1851
+ ]
1852
+ },
1853
+ {
1854
+ "id": "hotel_checkout",
1855
+ "label": "Hotel Check-out Information",
1856
+ "type": "text",
1857
+ "required": false,
1858
+ "placeholder_examples": [
1859
+ "hotel check-out",
1860
+ "TIME AM/PM"
1861
+ ]
1862
+ },
1863
+ {
1864
+ "id": "meal_info",
1865
+ "label": "Meal Information",
1866
+ "type": "text",
1867
+ "required": false,
1868
+ "expected_phrases": [
1869
+ "Lunch will be served",
1870
+ "will be served"
1871
+ ]
1872
+ },
1873
+ {
1874
+ "id": "country_info",
1875
+ "label": "Country/Location Information",
1876
+ "type": "text",
1877
+ "required": true,
1878
+ "placeholder_examples": [
1879
+ "COUNTRY"
1880
+ ]
1881
+ },
1882
+ {
1883
+ "id": "team_signature",
1884
+ "label": "Team Signature/Sign-off",
1885
+ "type": "text",
1886
+ "required": true,
1887
+ "expected_phrases": [
1888
+ "Team"
1889
+ ]
1890
+ }
1891
+ ]
1892
  }
1893
  ]
1894
  }