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

date/time from EXIF FE processing #799

Closed
TanyaStere42 opened this issue Sep 26, 2024 · 4 comments
Closed

date/time from EXIF FE processing #799

TanyaStere42 opened this issue Sep 26, 2024 · 4 comments
Assignees
Labels
duplicate already reported; link issues, close the less detailed report
Milestone

Comments

@TanyaStere42
Copy link
Member

TanyaStere42 commented Sep 26, 2024

Context

When uploading images as part of an encounter, users should be able to leverage the information from the photographs to simplify their data entry experience. We want users to be able to see a list of date/times from their photos, but it needs to come from the front end so we aren't dependent on a backend call to get the information. (needed for #793)

Requirements

Non-Functional Requirement

  • PR needs to branch off of feature branch: submission_page

Functional Requirement

  1. The dropdown is populated with datetimes from the photo EXIF
  2. The user selects a datetime from this dropdown
  3. The encounter date is populated with the datetime from this dropdown
@TanyaStere42 TanyaStere42 converted this from a draft issue Sep 26, 2024
@TanyaStere42 TanyaStere42 added this to the 10.5.0 milestone Sep 26, 2024
@TanyaStere42 TanyaStere42 added enhancement new or improvements on existing features modernization Updating the tech stack iteratively labels Sep 26, 2024
@naknomum
Copy link
Member

naknomum commented Sep 27, 2024

maybe worth investigating submit.jsp and its use of javascript/exif.js through exifFindLatLon() (this would be frontend-only implementation).

otherwise could be BE api that can return MediaAssetMetadata on already-uploaded files (from #750)

@TanyaStere42 TanyaStere42 moved this from Todo to Blocked in React Submission page Sep 27, 2024
@erinz2020 erinz2020 self-assigned this Oct 7, 2024
@erinz2020
Copy link
Contributor

erinz2020 commented Oct 7, 2024

do we intend to put those info to text input automatically so user don't have to enter them manually?

@TanyaStere42
Copy link
Member Author

  1. The dropdown is populated with datetimes from the photo EXIF
  2. The user selects a datetime from this dropdown
  3. The encounter date is populated with the datetime from this dropdown

@TanyaStere42 TanyaStere42 changed the title date/time from EXIF API date/time from EXIF FE processing Oct 7, 2024
@TanyaStere42 TanyaStere42 moved this from Blocked to Todo in React Submission page Oct 7, 2024
@TanyaStere42
Copy link
Member Author

closing issue as duplicate of #794 now that this has been shifted to front end management

@github-project-automation github-project-automation bot moved this from Todo to Done in React Submission page Oct 7, 2024
@TanyaStere42 TanyaStere42 added duplicate already reported; link issues, close the less detailed report and removed enhancement new or improvements on existing features modernization Updating the tech stack iteratively labels Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate already reported; link issues, close the less detailed report
Projects
Status: Done
Development

No branches or pull requests

3 participants