Complete the PoC work in 9748c194a to allow bus stops to be added via a bus stop code in a URL, allowing stops to be added by scanning QR codes. Incorporate the work in 5a258030e to allow a QR code to be scanned from within the app.
This work includes
Fixing the title on the pages created from URL to match those added from within the app (involves re-creating the JavaScript title creation logic in Django or refactoring the way titles are created)
Add the default set of destinations to stops created via URLs (involves duplicating the default set of destinations in Django or refactoring the way default destinations are added)
Ideally this work would allow just a stop code to be passed to the JavaScript and have the JavaScript create the necessary config fragment, rather than needing the Django to know how to do this. This would also allow train timetables and wether forecasts to be added by the same route.
Complete the PoC work in 9748c194a to allow bus stops to be added via a bus stop code in a URL, allowing stops to be added by scanning QR codes. Incorporate the work in 5a258030e to allow a QR code to be scanned from within the app.
This work includes
Ideally this work would allow just a stop code to be passed to the JavaScript and have the JavaScript create the necessary config fragment, rather than needing the Django to know how to do this. This would also allow train timetables and wether forecasts to be added by the same route.