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

Implement attachment resizing on uploads #3579

Open
2 tasks
dubdabasoduba opened this issue Oct 28, 2024 · 0 comments
Open
2 tasks

Implement attachment resizing on uploads #3579

dubdabasoduba opened this issue Oct 28, 2024 · 0 comments
Labels
Discussion This is an open discussion that may or may not lead to actionable points Enhancement New feature or request EUSM FHIR Content & Extraction

Comments

@dubdabasoduba
Copy link
Member

Describe the feature request.

  • The SDK allows image attachments via the SDC library here
  • These attachments have a limit of max 5MB size.
  • Due to the advancements in camera technology most cameras would take photos or videos larger than this size.
  • This ticket is for us to implement a resizing strategy to make sure we can store these attachments in a usable manner.

Additional context

Acceptance criteria

  • Resize all attachments before converting them to Binary and saving them.
  • All max attachment sizes should be adhered to.

Area path
A list of ordered steps in the app on the usage of the feature to support anyone testing it e.g. Code reviewer, QA e.g.

  1. Login to the app
  2. Open Navigation bar
  3. Click on Children register
  4. Click on Child profile
  5. Click on Edit profile from menu

Implementation plan (For Engineers)
The plan for implementing the solution e.g. via a description or a checklist for the various ordered tasks that will need to be completed.
i.e. Describe how you intend to solve the problem

@dubdabasoduba dubdabasoduba added Enhancement New feature or request Discussion This is an open discussion that may or may not lead to actionable points FHIR Content & Extraction EUSM labels Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Discussion This is an open discussion that may or may not lead to actionable points Enhancement New feature or request EUSM FHIR Content & Extraction
Projects
None yet
Development

No branches or pull requests

1 participant