Scouttlo
Todas las 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.

Detectado hace 8 horas

6.5/ 10
Puntaje general

Convierte esta senal en ventaja

Te ayudamos a construirla, validarla y llegar primero.

Pasamos de la idea al plan: quien compra, que MVP lanzar, como validarlo y que medir antes de invertir meses.

Contexto extra

Ver mas sobre la idea

Te contamos que significa realmente la oportunidad, que problema existe hoy, como esta idea lo resolveria y los conceptos clave detras de ella.

Comparte tu correo para ver este analisis ampliado.

Desglose del puntaje

Urgencia7.0
Tamano de mercado6.0
Viabilidad8.0
Competencia5.0
Dolor

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.

Quien pagaria por esto

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.

Senal de origen

"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"

Publicacion original

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

Publicado: hace 8 horas

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)