osem icon indicating copy to clipboard operation
osem copied to clipboard

QR code to the schedule on the mobile app page does not work with giggity

Open dcermak opened this issue 3 years ago • 1 comments

I'm submitting a ..

  • [x] Bug Report
  • [ ] Feature Request

Current behavior:

The mobile app page (e.g. https://events.opensuse.org/conferences/oSLO/schedule/app) contains a link to a xml schedule that can be imported to giggity. It also has a QR code that I assumed would point to the same xml, so that I can scan that qr via my cell phone from giggity. Unfortunately, it points to the html schedule and I have to enter the schedule url manually.

Expected correct behavior:

(Imho) The QR code should point to the xml schedule, so that it can be scanned from withing giggity (it has an option to explicitly do that)

Steps to reproduce:

Go to the schedule of a conference, click on Get the mobile app!, try to scan the QR in giggity and get a failure because it expects an XML schedule and not a html page.

Other information:

My request might have been the previous behavior, which was reverted by @hennevogel in https://github.com/openSUSE/osem/commit/e6049adc52b8ca9a32265c925055c13c567f8b4c, but my Ruby knowledge is insufficient to be sure here.

dcermak avatar Oct 13 '20 16:10 dcermak

Me too.

It seems that the URL encoded in the QR code is wrong and takes to https://events.opensuse.org/conferences/oSLO/schedule instead of https://events.opensuse.org/conferences/oSLO/schedule.xml

syntaxerrormmm avatar Oct 15 '20 12:10 syntaxerrormmm