question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Create a hotsite for the Schedule

See original GitHub issue

Today we can embedded it into a full site just by using his iframe, it should be nice if we have a auto generated page for this event.

If the schedule was generated we can access this hotsite in the /events/<event_sug>/schedule/, but we also need to differentiate that call from the call that the iframe does, in order to not broke the embedded.

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
arturfsousacommented, Nov 13, 2017

Good @thulioph ! I’m currently working with the 2 last items. The “Save the event schedule on the Home Screen” we need to decide what to consider an app.

  • Will the entire app be only the Schedule page?
  • Or the entire site?

One thing to get in mind is, when the users add the page (app) to the home screen it will never again apply changes in the manifest.json file. Only if the users remove it and add it again. So we need to be sure about the information in the manifest:

https://developer.mozilla.org/en-US/docs/Web/Manifest

Do you get it?

Do we go this way:

https://speakerfight.com/manifest.json

{
  "name": "Speakerfight",
  "short_name": "Speakerfight",
  "start_url": ".",
}

or this? https://speakerfight.com/events/rupy-natal/schedule/manifest.json

{
  "name": "Speakerfight Schedule",
  "short_name": "SpeakerfightSchedule",
  "start_url": ".",
}

@thulioph would you like to work with the 3 first tasks? I can help with that either.

Thanks.

1reaction
arturfsousacommented, Oct 16, 2017

Hi @luanfonceca can I work with this one? I’m really interested in PWAs and want to have an opportunity to apply the techniques to a production project.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Section 8. Recovery plan for hot site - IBM
Begin making necessary travel arrangements to the site for the operations team. Confirm that you have enough save media and that it is...
Read more >
What's the difference between a hot site and cold site for DR?
A hot site is a DR location that is set up and ready to go -- that is, one can arrive and continue...
Read more >
Setting up a remote hot site | TechRepublic
Our disaster recovery plan has migrated from a remote backup service to a remote hot site. ... We decided to setup our own...
Read more >
All about hotsites: understand what it is and when to use it!
A hotsite is a page smaller than the brand's official site. It is used in temporary campaigns and specific actions. Find out more...
Read more >
What is Hot Site? - Definition from Techopedia
Hot sites can be part of a business continuity plan or disaster recovery ... that use them have to bring and set up...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found