Con aplicación personal para realizar inspecciones de manera local sin necesidad de conectarse una base de datos funciona regularmente me faltaba una pantalla donde se puedan editar inspecciones que quedaron en un estado de edición o inspecciones completadas en las cuales se veían corregir algunos datos.
Lo había dejado para lo último prácticamente porque dada la estructura de proyectos iba a ser una de las cosas más sencillas de replicar como prácticamente copiar y pegar código cambiando algunas líneas.
My personal application for performing local inspections without needing to connect to a database works regularly. What I was missing was a screen where I could edit inspections that were in an editing state or completed inspections where some data needed correcting. I had left this until almost the end because, given the project structure, it was going to be one of the easiest things to replicate—basically just copying and pasting code and changing a few lines.
Por suerte la negra necesitaba era el identificador de cada tabla creada para poder editar sus datos correspondientes la función extra que tuve que agregar es que al momento de empezar a editar estos datos el PDF generado se debía borrar y esto es correcto porque al momento de dictar si no se borra el archivo iba a tener archivos duplicados o en peor caso múltiples archivos en el cual todos iban a pertenecer al mismo identificador.
Luckily, the black one needed was the identifier of each table created in order to edit its corresponding data. The extra function I had to add is that when starting to edit this data, the generated PDF should be deleted, and this is correct because when dictating, if the file is not deleted, there would be duplicate files or worse, multiple files in which all would belong to the same identifier.
Como todo esto funciona de manera local la aplicación no requiere una conexión a internet es bastante rápido y aunque en algunas cosas que me gustaría mejorar como el hecho de poder descargar el archivo generado dentro del celular para poder visualizarlo pero con esto últimos cambios yo considero que la aplicación se encuentra lista para salir al campo a probarse y restan pequeños cambios visuales como el hecho de que el teclado se pone por encima de algunos campos para escribir.
Since everything works locally, the application doesn't require an internet connection and is quite fast. Although there are some things I'd like to improve, such as being able to download the generated file to the phone for viewing, with these latest changes I believe the application is ready for field testing. Only minor visual tweaks remain, such as the keyboard appearing over some fields for typing.