We conducted manual testing by running the application locally in Docker with yarn dev and accessing it at http://localhost:3000/about. We confirmed that the map displayed correctly and tested it on various devices, such as iPads and phones, to ensure resizability across different environments.
Impact
This is intended to enhance the main page by displaying a map of Mongolia, an MVP for this semester.
Screenshots
Notes
The next step is to refine the data processing for hexTiles. We currently have an initial draft, but development will continue to enhance and finalize it.
Overview
This ticket address showing the map of Mongolia for the homepage. Part of https://github.com/cornellh4i/greenzone/issues/47#issue-2615183496 issue
Testing
We conducted manual testing by running the application locally in Docker with
yarn dev
and accessing it athttp://localhost:3000/about
. We confirmed that the map displayed correctly and tested it on various devices, such as iPads and phones, to ensure resizability across different environments.Impact
This is intended to enhance the main page by displaying a map of Mongolia, an MVP for this semester.
Screenshots
Notes
The next step is to refine the data processing for hexTiles. We currently have an initial draft, but development will continue to enhance and finalize it.