stef-cruz / power-up-point

https://stef-cruz.github.io/power-up-point/
2 stars 4 forks source link

USER STORY - RU05 - User review about charging station - As a returning user I want to be able to provide feedback about the charging points, so that I can report charging points out of order, or with restricted access #13

Open stef-cruz opened 1 year ago

stef-cruz commented 1 year ago

Acceptance Criteria -[ ] As I user I want to be able to create reviews about a particular charging station (particularly status e.g. broken/out of order, inaccessible parking, etc). -[ ] As I user I want to be able to see other user reviews about the charging station,so that I have better information on status (and can save myself a wasted journey to a broken charging point)

Tasks

Idea: Use Google Sheets - see discussion below from chat:

DeeMcCart commented 1 year ago

This came up in our team channel today 06/09 - instructing the user to create an account with OpenChargeMap is not a good solution!
one workaround might be: build an independent database on power-up-points to hold supplemental/user data per charging point - keyed on some unique field(s). user would then need to search on a panel below the map to see additional/status information, and would need to key in the charging point unique field. (Pain in the neck as the user has to re-key information) A better solution might involve getting raw data from the API, which would allow manipulation of the data, and presenting it in something like google maps.... but that's a more complex proposition