Scouttlo
All ideas/devtools/Plataforma SaaS de gestión y validación de flujos de carga y conversión de archivos multimedia para aplicaciones backend, con soporte extensible para formatos emergentes como HEIC.
GitHubB2Bdevtools

Plataforma SaaS de gestión y validación de flujos de carga y conversión de archivos multimedia para aplicaciones backend, con soporte extensible para formatos emergentes como HEIC.

Scouted 8 hours ago

6.5/ 10
Overall score

Turn this signal into an edge

We help you build it, validate it, and get there first.

Go from idea to plan: who buys, what MVP to launch, how to validate it, and what to measure before spending months.

Extra context

Learn more about this idea

Get a clearer explanation of what the opportunity means, the current problem behind it, how this idea solves it, and the key concepts involved.

Share your email to view this expanded analysis.

Score breakdown

Urgency7.0
Market size6.0
Feasibility8.0
Competition5.0
Pain point

Dificultad para integrar y validar el manejo global de archivos HEIC en flujos de carga y conversión de formularios backend sin generar errores o incompatibilidades.

Who'd pay for this

Equipos de desarrollo backend y empresas que manejan formularios con carga y conversión de archivos, especialmente en sectores con alta demanda de procesamiento documental.

Source signal

"HEIC file handling logic has recently been introduced at a more global controller level. Before adopting or relying on this behavior, we need to verify from a backend perspective that the global HEIC handling logic can be inherited or extended by our forms without conflict"

Original post

[BE] All Forms: Verify if new file input can be extended on the controller

Published: 8 hours ago

Repository: department-of-veterans-affairs/va.gov-team Author: andrea-merrill ### User Story **As a** VA.gov backend engineer **I want** to validate how the global HEIC file handling logic behaves with our forms **So that** I can confirm it can be safely extended and works with existing IVC upload and PDF conversion workflows --- ### Context HEIC file handling logic has recently been introduced at a more global controller level. Before adopting or relying on this behavior, we need to verify from a backend perspective that: - The global HEIC handling logic can be inherited or extended by our forms without conflict - The logic executes correctly within our form submission pipeline - The integration does not introduce regressions or unexpected behavior Additionally, IVC forms perform PDF conversion during file upload. It is critical to confirm that: - HEIC files are properly converted prior to PDF conversion - The existing PDF conversion process remains compatible with HEIC-transformed files - No failures or ordering issues occur in the upload pipeline This investigation will determine whether the current global implementation is sufficient for our needs or if additional backend work is required. --- ### Acceptance Criteria - [ ] Identify where the global HEIC handling logic is implemented and how it is applied - [ ] Verify that our forms can inherit or extend this logic without additional configuration issues - [ ] Confirm HEIC files are successfully processed within our form submission flow - [ ] Validate that HEIC conversion occurs before PDF conversion in IVC upload workflows - [ ] Confirm PDF generation succeeds with HEIC-originated files - [ ] Document any gaps, limitations, or required follow-up work --- ### Resources - [Slack thread](https://dsva.slack.com/archives/C01DBGX4P45/p1768430147060729?thread_ts=1768430127.969769&cid=C01DBGX4P45) - [Past investigation findings](https://github.com/department-of-veterans-affairs/va.gov-team/issues/120242#issuecomment-3715565635) - [Design System: createPayload / parseResponse support](https://github.com/department-of-veterans-affairs/vets-design-system-documentation/issues/5500) - [Design System: attachmentName / attachmentSchema support](https://github.com/department-of-veterans-affairs/vets-design-system-documentation/issues/5520) - [Design System: password decryption support](https://github.com/department-of-veterans-affairs/vets-design-system-documentation/issues/5792)