SmartGrid-ETHIndia / Smart-grid

https://smart-ethindia.vercel.app/
MIT License
22 stars 24 forks source link

[FEAT]: Display ratings and other necessary information of the charging stations #38

Open RAVEYUS opened 4 months ago

RAVEYUS commented 4 months ago

Since, the application utilizes Google Maps API to render the Ev Map, we can integrate the Places API in a better way to render more relevant content(images, ratings, reviews) to the user. The application as of now only renders the distance of the station from the user.

Current State: Screenshot 2024-05-11 014150

RAVEYUS commented 4 months ago

Apparently these are dummy addresses, working on dummy data so we won't be able to do that. I don't get as to why we are not utilizing the Maps API itself to filter out EV stations.

RAVEYUS commented 4 months ago

I am expecting a reply @Mayank2808sharma .

Mayank2808sharma commented 4 months ago

@RAVEYUS

The thing is we got this data from a charging station company operating in Delhi NCR in csv form

if you can add google map apis and all that would be great

RAVEYUS commented 4 months ago

@Mayank2808sharma we can go about 1 way from here ,

Instead of relying on the data provided by the said company, we can use the station data provided by the map itself (Google), filter them out and display it as a custom map with custom pointers for the EV station.

This way we can be a bit more certain about the existence of the actual stations.

You can assign this to me, if you want the said to be implemented.

Mayank2808sharma commented 4 months ago

Go ahead @RAVEYUS