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

New filter options, owner aditions and feedback #110

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from

Conversation

UO278249
Copy link
Contributor

@UO278249 UO278249 commented May 1, 2023

There has been multiple changes on the map view:

  • Feedback is given while loading and succesfully adding a location and review.
  • Owner is shown on reviews and locations.
  • Two filter options for my locations and friend locations added.
  • Added feedback on friends view.
  • Changed display on photo preview on add review.

@UO278249 UO278249 added enhancement:up::arrow_up: New feature or request optional feature:wrench::white_circle: Functionality that can be implemented to improve the app UI/UX:iphone::ok_woman: labels May 1, 2023
@UO278249 UO278249 self-assigned this May 1, 2023
@uo276670
Copy link
Contributor

uo276670 commented May 1, 2023

The new parts seem to be working correclty but I am getting an error with our type MapMarker:

  • The type inside the types fule of the webapp has the new fields, but the our map file doesnt detect those new changes "Property 'isShared' does not exist on type 'MapMarker'. Did you mean 'shared'?" even if 'shared' was changed to 'isShared'.
  • But this seems to give no real errors, needs checking when parameters come through the RestAPI

The new box for the owner of the location doesnt correctly match the popUp box

@uo276670
Copy link
Contributor

uo276670 commented May 1, 2023

Also we will need some twicking on the filters. Right now the names are confusing. My location, Public locations, Friend locations seems a little bit confusing

  • Public locations reffer to my public locations or public locations in general?
  • My locations show both my public and private location?

Also it could be great If we could have on one column the list with the types, monument, sight, etc... and then another column with the other kind of filters like, my locations and friends locations

UO278249 added 4 commits May 2, 2023 00:35
…and now trying to make a marker without name makes a warning popup show without exiting the form.
# Conflicts:
#	webapp/src/components/FriendsPage/FriendsView.tsx
#	webapp/src/components/Map.tsx
@UO278249
Copy link
Contributor Author

UO278249 commented May 2, 2023

Branch updated due to comments filter changed and some more corrections and small aditions have been added.

@UO278249 UO278249 changed the title New filter options, owner aditions and fedback New filter options, owner aditions and feedback May 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement:up::arrow_up: New feature or request optional feature:wrench::white_circle: Functionality that can be implemented to improve the app UI/UX:iphone::ok_woman:
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants