Skip to content
This repository was archived by the owner on Sep 30, 2023. It is now read-only.

Conversation

@kitt-cat
Copy link

So after waiting a few extra months (!) I finally decided to just send this in more or less as-is.

The biggest problem is that I copied everything in assets to wayfinding/static/assets in order to access them from django. This is bad, as there are now two separate copies of all images etc. in the repo.
I'm not sure how the django environment is set up on the server and what is required where by the loom app, so I wanted to avoid changing anything which might break either one.
Would symlinking one to the other break anything? How should this be handled?

As far as the interface itself goes, there are a number of smaller pain-points (especially where user-experience is concerned), but as a demonstration it's probably fine (plus it seems we are well past demonstrations anyway).

Features

  • Color-coded categories, using user-specified colors from django database
  • Fully flexible layout (mobile compatible1)
  • html5 geolocation, for displaying user's location in real-time
  • Routing support using leaflet-routing-machine, for displaying route from user's location to an attraction2
1. Not tested on an actual mobile device, some things may not work as expected 2. Not complete, hacked on at last minute.

gandalf3 added 30 commits February 13, 2016 19:53
…/assets/locations/image.extension', however this isn't the case atm :/
…pecifications in style guide for parking places (i.e. make it black)
…risponding entry is hovered over in the list
gandalf3 added 3 commits March 10, 2016 12:36
This is for the webapp to have access to images which are currently
stored elsewhere in the repo. Not sure of the best way to cleanly give
both the kiosk and the webapp access to these assets..
…ng the leaflet-routing-machine library. UI still pretty fiddly, lots of todos there
@bengarney
Copy link
Member

Is there a way to see this in action?

@kitt-cat
Copy link
Author

@bengarney I think viewing it locally should work out of the box

  1. Start the server with python wayfinding/manage.py runserver
  2. View localhost:8000 in browser

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants