-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwayfinder.html
More file actions
55 lines (48 loc) · 1.62 KB
/
wayfinder.html
File metadata and controls
55 lines (48 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
layout: projects
title: Alex Pszczolkowski | Project | Wayfinder
comments: true
---
<a href="http://zlotetarasy.pl/en/centremap">
<img src="img/wayfinder.png" class="img-responsive"/>
</a>
<h1 class="text-center">
Wayfinder - Frontend & Backend
</h1>
<p>
<strong>Wayfinder</strong> - shortest route finding
system for shopping malls, hospitals, public
facilities and alike.
</p>
<p>
I was brought on board this project, by a fantastic team of specialists from
<a href="http://silksoftwarehouse.com/">Silk Software House</a> in order to
help them build a white label, shortest route finding software.
First, I've created a frontend prototype, as a proof of concept of the solution
to test out the initial ideas we had.
We then took the lessons learned from that and reiterated,
building a fully functioning system. The software supports
route finding and dynamic presentation between multiple floors
and comes with a management interface that allows the users to edit
the paths, maps, floors and venues.
</p>
<p>
The end product was deployed in the largest shopping mall,
downtown Warsaw -
<a href="http://zlotetarasy.pl/en/centremap">Złote Tarasy</a> -
as a web-based solution on the shopping malls website and on premises,
inside the touchscreen hardware.
</p>
<hr/>
<p>
<h2>Technologies used:</h2>
<ul class="tech-used">
<li>Groovy and Grails</li>
<li>Java</li>
<li>Neo4j Graph Database</li>
<li>Postgresql</li>
<li>Backbone.js</li>
<li>Paper.js</li>
<li>Splines.js</li>
</ul>
</p>