Giter Club home page Giter Club logo

husky-navigation-services / husky-navigation Goto Github PK

View Code? Open in Web Editor NEW
6.0 3.0 0.0 43.47 MB

A full-stack web application for navigation of the University of Washington Campus that enables shortest-route calculation between buildings and other locations. Builds off the existing, limited University of Washington Campus Map web application in a highly scalable and campus-oriented way.

Home Page: https://huskynavigation.azurewebsites.net/

License: MIT License

Java 8.97% CSS 6.91% HTML 69.28% JavaScript 14.83%
maps location-services location-tracker maps-service azure-functions azure leafletjs shortest-path-routing-algorithm weather-api ajax

husky-navigation's People

Contributors

albweng avatar amitferman avatar dberezansky avatar dependabot[bot] avatar noaferman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

husky-navigation's Issues

Site scaling for different screen sizes

A common point of feedback during the v1.0-beta release is related to the way in which the site content reacts poorly to changes in screen size. This is a key enhancement to make before the full v1.0 release to provide our content to users in a more compatible format.

Node Module

Review the Node Module code in the back end for potential missing elements. If you see anything that needs to be added let me know, as far as I could see the code in the Node Module was rather quick but I could be missing something. Let me know if I am missing any front-end needs or things I may need for the decision module later on.

Respect OS Theme

Adapt toggle theme function such that on startup OS theme is respected.

Map Design

Map design complete. A preview is available here

Making changes is generally simple, so let me know if you have suggestions.

Location list changes

A point of common feedback has been that not all paths currently are available which is part of an issue we see with content delivery. In order to address the issue for now the site needs to (1) remove locations that are not currently supported, and (2) add the many locations that were added with the deployment of the content in node 7.

Slider Not Checked when OS Theme is Taken

The latest feature update including using the OS theme to set the UI theme on startup. However, a bug remains in that the slider is not checked in this use case. A fix is needed in the JS that sets the slider to checked in this use case.

Warmup Function

Function that sends initial request to HNav API such that feature API requests have more rapid respones times.

Decision Model

As I understand it, the method getShortestpath() gets the information needed to navigate from any Node A to any Node B, so it would be most efficient to call this method immediately after the Server is started so that the user has to wait less time. In the case that the user wants to use their current location, we can make the calculations by just re-calling the method with the new node. Thoughts?

Decision Module Review

The decision module is working and in a completed state. That being said there is some things I hope to improve on. The most major of which is implementing Dijkstra's algorithm because the worst case runtime for our current iteration is something like V^2 and the worst case that seems to be optimal (I could be wrong) is Vlog|V|. For now I am weighing the pros and cons of changing things around to Dijkstra's algorithm which would involve implementing priority queue or something like that. Any thoughts on whether this is worth pursuing, ideas for pros and cons? Will this work okay with our existing modules?

UI Review

The initial UI design is finished:
image
If you click the husky icon, you get:
image
with a nice transition. Any recommendations for changes?

Red Starting Marker to Red Circle

I went ahead and changed the starting marker to a circle. I essentially separated the two markers by treating them as separate elements startMarker and endMarker. Currently the UI looks something like this:
image
The main change is the inclusion of the red circle as the starting icon. The main issue I see is slight blurring on the edge of the circle for some reason but it seems to be getting better. This might be an "Edge Legacy" specific problem though. It seems to have been fixed in both browsers though. I guess we should just look out if this is a potentially recurring issue, so far I have no evidence that this is the case.
image
The icon seems to be in the correct dimensions, any thoughts on whether we should change the starting marker further? How does it look overall for our UI?

Feedback SMTP API Security Issue

The GMail password is currently not hidden in the index.js file which means that there is a security issue with the SMTP API.

Information Utility

Information icon that gives users a brief overview of the site features and options.

GitHub Icon for Dark Mode

I created a linked GitHub icon to our repository. However, the colors currently do not work very well with our dark mode. Any thoughts on possible alternatives?
image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.