Skip to content

Commit

Permalink
feat: schedule for added speakers
Browse files Browse the repository at this point in the history
  • Loading branch information
ravirupareliya committed Nov 13, 2024
1 parent 92907a3 commit cb80948
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 66 deletions.
89 changes: 33 additions & 56 deletions public/data/firestore-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
"endTime": "10:30",
"sessions": [
{
"items": []
"items": ["159"]
}
],
"startTime": "10:00"
Expand All @@ -203,7 +203,7 @@
"endTime": "11:00",
"sessions": [
{
"items": []
"items": ["103"]
}
],
"startTime": "10:30"
Expand All @@ -212,7 +212,7 @@
"endTime": "11:15",
"sessions": [
{
"items": []
"items": ["160"]
}
],
"startTime": "11:00"
Expand All @@ -221,19 +221,16 @@
"endTime": "12:00",
"sessions": [
{
"items": []
"items": ["102"]
},
{
"items": []
"items": ["110"]
},
{
"items": []
"items": ["104"]
},
{
"items": []
},
{
"items": []
"items": ["114"]
}
],
"startTime": "11:15"
Expand All @@ -242,19 +239,16 @@
"endTime": "12:45",
"sessions": [
{
"items": []
"items": ["121"]
},
{
"items": []
"items": ["159"]
},
{
"items": []
"items": ["106"]
},
{
"items": []
},
{
"items": []
"items": ["112"]
}
],
"startTime": "12:00"
Expand All @@ -263,19 +257,19 @@
"endTime": "13:30",
"sessions": [
{
"items": []
"items": ["159"]
},
{
"items": []
"items": ["108"]
},
{
"items": []
"items": ["159"]
},
{
"items": []
"items": ["118"]
},
{
"items": []
"items": ["159"]
}
],
"startTime": "12:45"
Expand All @@ -284,7 +278,7 @@
"endTime": "14:45",
"sessions": [
{
"items": []
"items": ["152"]
}
],
"startTime": "13:30"
Expand All @@ -293,19 +287,19 @@
"endTime": "15:30",
"sessions": [
{
"items": []
"items": ["159"]
},
{
"items": []
"items": ["109"]
},
{
"items": []
"items": ["105"]
},
{
"items": []
"items": ["115"]
},
{
"items": []
"items": ["159"]
}
],
"startTime": "14:45"
Expand All @@ -314,19 +308,16 @@
"endTime": "16:15",
"sessions": [
{
"items": []
},
{
"items": []
"items": ["120"]
},
{
"items": []
"items": ["111"]
},
{
"items": []
"items": ["159"]
},
{
"items": []
"items": ["116"]
}
],
"startTime": "15:30"
Expand All @@ -335,44 +326,30 @@
"endTime": "17:00",
"sessions": [
{
"items": []
},
{
"items": []
"items": ["119"]
},
{
"items": []
"items": ["107"]
},
{
"items": []
"items": ["159"]
},
{
"items": []
"items": ["113"]
}
],
"startTime": "16:15"
},
{
"endTime": "17:15",
"sessions": [
{
"items": [
"160"
]
}
],
"startTime": "17:00"
},
{
"endTime": "17:30",
"sessions": [
{
"items": [
"157"
]
}
],
"startTime": "17:15"
"startTime": "17:00"
},
{
"endTime": "18:00",
Expand All @@ -383,7 +360,7 @@
]
}
],
"startTime": "17:30"
"startTime": "17:15"
}
],
"tracks": [
Expand Down Expand Up @@ -737,7 +714,7 @@
"title": "Morning coffee"
},
"155": {
"description": "Official start of the conference. Greetings from the Paresh Mayani and Jaldeep Asodariya",
"description": "Official start of the conference. Greetings from the Paresh Mayani and Dhrumil Shah",
"icon": "opening",
"image": "https://firebasestorage.googleapis.com/v0/b/hoverboard-experimental.appspot.com/o/images%2Fbackgrounds%2Fopening.jpg?alt=media&token=aa52dd45-50c9-4e36-9485-c1f9138ecd6b",
"language": "English",
Expand Down
20 changes: 10 additions & 10 deletions src/pages/schedule-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,23 +56,23 @@ export class SchedulePage extends ReduxMixin(PolymerElement) {
}
}
</style>
<hero-block
background-image="[[heroSettings.background.image]]"
background-color="[[heroSettings.background.color]]"
font-color="[[heroSettings.fontColor]]"
>
>
<div class="hero-title">[[heroSettings.title]]</div>
<!-- <p class="hero-description">[[heroSettings.description]]</p> -->
<h2 class="name">[[tbd.unveilSoon]]</h2>
<p class="hero-description">[[heroSettings.description]]</p>
<!-- <h2 class="name">[[tbd.unveilSoon]]</h2>
<p class="hero-description">[[tbd.announcedSoon]]</p>
<!-- <sticky-element slot="bottom">
-->
<sticky-element slot="bottom">
<header-bottom-toolbar location="[[location]]"></header-bottom-toolbar>
</sticky-element> -->
</hero-block>
</sticky-element>
</hero-block>
<!-- <paper-progress indeterminate hidden$="[[!pending]]"></paper-progress>
<paper-progress indeterminate hidden$="[[!pending]]"></paper-progress>
<filter-menu
filter-groups="[[filterGroups]]"
Expand All @@ -99,7 +99,7 @@ export class SchedulePage extends ReduxMixin(PolymerElement) {
</content-loader>
<slot></slot>
</div> -->
</div>
<footer-block></footer-block>
`;
Expand Down

0 comments on commit cb80948

Please sign in to comment.