issues
search
airavata-courses
/
vulcan
Spring 2022 Project
Apache License 2.0
1
stars
3
forks
source link
Weather Forecast UI (closes #1)
#23
Closed
amberramesh
closed
2 years ago
amberramesh
commented
2 years ago
Update app README
(#1) Fix session property being incorrectly set
Fix headers for Axios interceptor
Set store parameter to prevent unauthorized map access
(#1) Fix request parameters
Fix login and WebSocket request parameters
(#1) Update WebSocket operation and add heatmap source to map
Update WS handlers in store
Update base URLs in configs
Add heatmap source and layer to show geoJson data on the map
(#1) Add router guard and store method to set user details
(#1) Add login and registration views
Add routes and store functionality to set user and access token
(#1) Add interactive map
Switch from poc Leaflet JS maps to Mapbox GL maps
Add components for map and time slider
(#1) Update WebSocket operation and add heatmap source to map
Update WS handlers in store
Update base URLs in configs
Add heatmap source and layer to show geoJson data on the map
(#1) Add router guard and store method to set user details
(#1) Add login and registration views
Add routes and store functionality to set user and access token
(#1) Add interactive map
Switch from poc Leaflet JS maps to Mapbox GL maps
Add components for map and time slider
Update home view with input parameters for location and date
Add initial WebSocket support for fetching map data
Update env files and constants for getting weather data
(#1) Add configuration files and axios
Add env files for dev and production
Add axios for XHR, qs for param serialization
Set app title and server port
(#1) Add vuetify plugin
(#1) Initialize project