You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, upon testing, I realized that my initial code base failed to do a very basic thing - get ALL events.
The current map only shows the events in the initial response - in the response there is a next attribute that offers the next pagination.
This feature should modify the original effect hook to get all the events and append them into a JSON object that will then be set to state.
Additionally, with the new search area limit feature, this won't lead to getting the whole country.
I can see how this might potentially impact other features, so whoever takes this up please make sure to have it live on a personal Github Page so we can test it thoroughly!
The text was updated successfully, but these errors were encountered:
So, upon testing, I realized that my initial code base failed to do a very basic thing - get ALL events.
The current map only shows the events in the initial response - in the response there is a next attribute that offers the next pagination.
This feature should modify the original effect hook to get all the events and append them into a JSON object that will then be set to state.
Additionally, with the new search area limit feature, this won't lead to getting the whole country.
I can see how this might potentially impact other features, so whoever takes this up please make sure to have it live on a personal Github Page so we can test it thoroughly!
The text was updated successfully, but these errors were encountered: