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/onapp take photo #60

Merged
merged 18 commits into from
Nov 24, 2023
Merged

Feat/onapp take photo #60

merged 18 commits into from
Nov 24, 2023

Conversation

prime2do
Copy link
Contributor

PR Title: Implement onapp take photo feature

Related Issue(s):

PR Description:

Clicking the AddPhotoButton pops up the PhotoOptionDialog.
User can choose to take photo or to select a photo from gallery.
User can dismiss the dialog either by clicking the cancel button, or touching any area outside the dialog.

Changes Included:
  • Added new feature(s)
  • Fixed identified bug(s)
  • Updated relevant documentation
Notes for Reviewer:

Reviewer Checklist:

  • Code is written in clean, maintainable, and idiomatic form.
  • Automated test coverage is adequate.
  • All existing tests pass.
  • Manual testing has been performed to ensure the PR works as expected.
  • Code review comments have been addressed or clarified.

Additional Comments:

The 'stringResource(id = R.string.cancel)' is a string resource that is not included in symbolCreation part, but to avoid conflict, I just used it. I would change it if necessary.

Copy link
Contributor

@89645321 89645321 left a comment

Choose a reason for hiding this comment

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

잘 작동하는 것은 확인했습니다! 그리고 main 끌고 와서 conflict 해결해주시면 감사하겠습니다

@89645321 89645321 merged commit bd1ad3d into main Nov 24, 2023
1 check passed
@89645321 89645321 deleted the feat/onapp-take-photo branch November 24, 2023 01:04
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.

2 participants