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

Map Note View UI Changes & Published Notes Redirect #121

Merged
merged 13 commits into from
Feb 25, 2024
Merged

Conversation

AndchooChen
Copy link
Collaborator

@AndchooChen AndchooChen commented Feb 14, 2024

This pull request attempts to bring changes to the Map Note View, NoteDetailModal, and to change the navigation of the published notes to this view, instead of the current view which is an edit note screen without the ability to edit the note. As of now the Map Note View looks like this:

IMG_3307

The images and the text for the note are shown separately, which completely disregards the story that the Ethnographer is trying to tell. Thus, this change puts the images away and puts it into the text inline in the same way that the user inputs it into the Note themselves. The image scroller is still a valuable tool, so now a button is present in the top right corner which allows the user to view the pictures like before.

With this pull request, this page will be changed to have buttons for both the video and the image at the top right of the modal. These buttons can be pressed so that the images and videos can be viewed separately. It should be noted that images will still be displayed on the note, although, it is not optimized yet! Below is the updated version of the NoteDetailModal, as well as, the views for both ImageModal and VideoModal. There are also test cases for this pull request.

Updated NoteDetailModal:
Screen Shot 2024-02-24 at 3 47 58 PM

ImageModal:
Screen Shot 2024-02-24 at 3 48 08 PM

VideoModal:
Screen Shot 2024-02-24 at 3 48 23 PM

@AndchooChen AndchooChen requested a review from yashb196 February 14, 2024 02:30
@AndchooChen AndchooChen linked an issue Feb 14, 2024 that may be closed by this pull request
@AndchooChen AndchooChen self-assigned this Feb 19, 2024
@AndchooChen AndchooChen added the enhancement New feature or request label Feb 19, 2024
@AndchooChen AndchooChen marked this pull request as ready for review February 24, 2024 22:08
Copy link
Collaborator

@yashb196 yashb196 left a comment

Choose a reason for hiding this comment

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

looks good approving the PR

@yashb196 yashb196 merged commit a4eeb4f into main Feb 25, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

View Note Screen from Map Revamp & Changing Publish Note View
2 participants