dhrumilp12 / EcoTrace

EcoTrace is a web-based platform designed to empower communities by enabling individuals to report and track environmental issues such as pollution, deforestation, and illegal dumping. The platform leverages citizen science to gather data, raise awareness, and foster community action towards environmental conservation and sustainability.
https://eco-trace.vercel.app
MIT License
0 stars 1 forks source link

Data Visualization with GIS Integration #9

Closed dhrumilp12 closed 3 weeks ago

dhrumilp12 commented 1 month ago

Objective: Implement interactive maps and dashboards to visualize environmental data. Tasks:

dhrumilp12 commented 1 month ago

Review of Backend Capabilities for Dashboards:

Data Creation, Modification, and Deletion:

Data Retrieval with Filtering:

User Authentication:

dhrumilp12 commented 1 month ago
  1. Aggregation Endpoint: Provides summarized environmental statistics, which are useful for dashboard displays.

  2. Caching: Implements simple in-memory caching to store and retrieve the results of database queries. This reduces the number of times you need to query the database for frequently requested data.

dhrumilp12 commented 1 month ago

"type" field to environmentalData schema to categorize the environmental data, for instance, "Air Quality", "Water Pollution", "Noise Levels", etc.