Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] Populate the map with project markers #13

Merged
merged 6 commits into from
Oct 18, 2024

Conversation

ethan-tam33
Copy link
Collaborator

@ethan-tam33 ethan-tam33 commented Oct 13, 2024

What's new in this PR

Description

  • added markers to google map by creating addMarker.tsx dependent on approval status
  • added Project type object

Screenshots

Screenshot 2024-10-13 at 4 33 51 PM

How to review

  • review the app/page.tsx file
  • review the api/maps/addMarkers.tsx file
  • review the types/helper.d.ts file
  • load the home screen to see that all the markers with approval render properly (ensure that you have the API key in .env.local)

Next steps

Relevant links

Online sources

Related PRs

CC: @itsliterallymonique

@ethan-tam33 ethan-tam33 linked an issue Oct 13, 2024 that may be closed by this pull request
Copy link
Collaborator

@itsliterallymonique itsliterallymonique left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

beautiful work! approved

@itsliterallymonique
Copy link
Collaborator

@ethan-tam33 Make sure you don't overwrite Julee's schema changes when you squash and merge! Thanks!

api/maps/addMarker.tsx Outdated Show resolved Hide resolved
types/helper.d.ts Outdated Show resolved Hide resolved
components/Map/map.tsx Outdated Show resolved Hide resolved
app/testing/page.tsx Outdated Show resolved Hide resolved
app/page.tsx Outdated Show resolved Hide resolved
api/maps/addMarker.tsx Outdated Show resolved Hide resolved
Copy link
Collaborator

@jjstnlee jjstnlee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great job ethan!!! i wrote some comments so just take a look at those when you can and also if i am wrong abt something pls lmk i am not a genius :(

@ethan-tam33
Copy link
Collaborator Author

Thank you Monique and Justin! Just fixed all the issues mentioned above in the most recent push.

@ethan-tam33 ethan-tam33 requested a review from jjstnlee October 17, 2024 08:05
@itsliterallymonique
Copy link
Collaborator

Thank you Monique and Justin! Just fixed all the issues mentioned above in the most recent push.

@ethan-tam33 thanks. you can squash + merge to main now

Copy link
Collaborator

@jjstnlee jjstnlee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome sauce

@ethan-tam33 ethan-tam33 merged commit 82a0112 into main Oct 18, 2024
2 checks passed
@ethan-tam33 ethan-tam33 deleted the 7-feat-populate-the-map-with-project-markers branch October 18, 2024 03:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] Populate the Map with Project Markers
3 participants