Code Monkey home page Code Monkey logo

greenworksmap's People

Contributors

casonf avatar ethannvalencia avatar jrolon-byte avatar mattdrennan avatar mesparza01 avatar samsoaresw avatar useraccount-kb avatar

Stargazers

 avatar

Watchers

 avatar

greenworksmap's Issues

Backend: Missing Hydration Stations dataset

We are missing the following dataset:

Pillar - Clean Water (pId: 2)
SubPillar - Hydration Stations (spId: 21)

Example Data:
INSERT INTO ecomap.locations (iconid, name, street, town, state, zip, longitude, latitude, content, thumbnail, link, api, sub_pillar_id) VALUES

(2 ,"Location Name", "Address", "City", "State", "Zip code", "longitude", "latitude", "Content/description", 'URL to image', "website URL", "4", 21);

Backend: Missing LEED/Energy Star/Green Globe certified buildings Dataset

We are missing the following dataset:

Pillar - Green Buildings (pId: 4)
SubPillar - LEED/Energy Star/Green Globe certified buildings (spId: 41)

Note: I am currently awaiting correspondence with the United States Green Building Certification Counsel. I submitted a technical request for an API endpoint.

Example Data:
INSERT INTO ecomap.locations (iconid, name, street, town, state, zip, longitude, latitude, content, thumbnail, link, api, sub_pillar_id) VALUES

(4 ,"Location Name", "Address", "City", "State", "Zip code", "longitude", "latitude", "Content/description", 'URL to image', "website URL", "4", 41);

Frontend: Admin Panel - Sub Pillar Selection

Selecting the Pillar should limit the Sub Pillar options to Sub Pillars that correspond to the Pillar.

For example,

  1. Select Clean Energy.
  2. Only the Clean Energy Sub Pillars should be displayed as Sub Pillar options: Solar Arrays, Resilience Hubs, and Solar Tables of Connection.

Backend: Missing Solar Arrays Dataset

We are missing the following dataset:

Pillar - Clean Energy (pId: 1)
SubPillar - Solar Arrays (spId: 11)

Example Data:
INSERT INTO ecomap.locations (iconid, name, street, town, state, zip, longitude, latitude, content, thumbnail, link, api, sub_pillar_id) VALUES

(1 ,"Location Name", "Address", "City", "State", "Zip code", "longitude", "latitude", "Content/description", 'URL to image', "website URL", "4", 11);

Backend: Missing Potable Water Plants

We are missing the following dataset:

Pillar - Clean Water (pId: 2)
SubPillar - Potable Water Plants (spId: 23)

Example Data:
INSERT INTO ecomap.locations (iconid, name, street, town, state, zip, longitude, latitude, content, thumbnail, link, api, sub_pillar_id) VALUES

(2 ,"Location Name", "Address", "City", "State", "Zip code", "longitude", "latitude", "Content/description", 'URL to image', "website URL", "4", 24);

Backend: Missing Orlando Wetlands Park

We are missing the following dataset:

Pillar - Clean Water (pId: 2)
SubPillar - Orlando Wetlands Park (spId: 22)

Example Data:
INSERT INTO ecomap.locations (iconid, name, street, town, state, zip, longitude, latitude, content, thumbnail, link, api, sub_pillar_id) VALUES

(2 ,"Location Name", "Address", "City", "State", "Zip code", "longitude", "latitude", "Content/description", 'URL to image', "website URL", "4", 22);

Calendar Button Issue

When you press the calendar button, and press it again, it does not close the calendar object.

Backend: Missing Wastewater Treatment Plants

We are missing the following dataset:

Pillar - Clean Water (pId: 2)
SubPillar - Wastewater Treatment Plants (spId: 23)

Example Data:
INSERT INTO ecomap.locations (iconid, name, street, town, state, zip, longitude, latitude, content, thumbnail, link, api, sub_pillar_id) VALUES

(2 ,"Location Name", "Address", "City", "State", "Zip code", "longitude", "latitude", "Content/description", 'URL to image', "website URL", "4", 23);

Backend: Missing Bus Stops Dataset

We are missing the following dataset:

Pillar - Electric & Alt. Transportation (pId: 3)
SubPillar - Bus Stops (spId: 33)

Example Data:
INSERT INTO ecomap.locations (iconid, name, street, town, state, zip, longitude, latitude, content, thumbnail, link, api, sub_pillar_id) VALUES

(3 ,"Location Name", "Address", "City", "State", "Zip code", "longitude", "latitude", "Content/description", 'URL to image', "website URL", "4", 33);

Filter Icon Bar

We need the icon bar to be responsive through mouse clicks. When an icon is clicked a grayscale effect will be implemented on the icon. We also want a tooltip for each icon.
iconBar

Backend: Missing Resiliency Hubs Dataset

We are missing the following dataset:

Pillar - Clean Energy (pId: 1)
SubPillar - Resilience Hubs (spId: 12)

Example Data:
INSERT INTO ecomap.locations (iconid, name, street, town, state, zip, longitude, latitude, content, thumbnail, link, api, sub_pillar_id) VALUES

(1 ,"Location Name", "Address", "City", "State", "Zip code", "longitude", "latitude", "Content/description", 'URL to image', "website URL", "4", 12);

Backend: Missing Solar Tables of Connection Dataset

We are missing the following dataset:

Pillar - Clean Energy (pId: 1)
SubPillar - Solar Tables of Connection (spId: 13)

Example Data:
INSERT INTO ecomap.locations (iconid, name, street, town, state, zip, longitude, latitude, content, thumbnail, link, api, sub_pillar_id) VALUES

(1 ,"Location Name", "Address", "City", "State", "Zip code", "longitude", "latitude", "Content/description", 'URL to image', "website URL", "4", 13);

Frontend: Misplacement of icons

When selecting the events and the filter options are deselected, when the calendar opens up the map icons reappear despite being deselected.

Filter Button Issue

When you click the map, the filter window stays open. It needs to close when the user clicks off the filter window.

Backend: Missing Bike Trails Dataset

We are missing the following dataset:

Pillar - Electric & Alt. Transportation (pId: 3)
SubPillar - Bike Trails (spId: 32)

Example Data:
INSERT INTO ecomap.locations (iconid, name, street, town, state, zip, longitude, latitude, content, thumbnail, link, api, sub_pillar_id) VALUES

(3 ,"Location Name", "Address", "City", "State", "Zip code", "longitude", "latitude", "Content/description", 'URL to image', "website URL", "4", 32);

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.