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

Agregar campos a modelo RegistroMigracion #1

Open
3 tasks
Alfareiza opened this issue Feb 8, 2024 · 0 comments
Open
3 tasks

Agregar campos a modelo RegistroMigracion #1

Alfareiza opened this issue Feb 8, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Alfareiza
Copy link
Owner

Con el objetivo de tener más información de las migraciones realizadas, sería de gran ayuda agregar las siguientes columnas en el modelo RegistroMigracion:

  • duracion: (IntegerField) Sería el calculo automático de la resta del finalizado menos iniciado.
  • tanda: (CharField) 1RA, 2DA, TEST
  • reporte: (JsonField) :
    { 
        "dispensacion":  [
                                        "archivo1.csv":
                                                                {
                                                                    "DocEntries": [1, 2, 3, 4, 5, 6, ...],
                                                                    "CSV": [ 7, 8, 9, 10, 11, ... ],
                                                                    "SAP": [ 12, 13, 14, 15, 16, ... ],
                                                                    "TIMEOUT": [17, 18, 19, 20, 21, ... ],
                                                                    "CONNECTION": [22, 23, 24, 25, 26, ... ]
                                                                }
                                        "archivo2.csv": { ... },
                                     ],
      "ajustes_entrada": [
                                        "archivo1.csv":
                                                                {
                                                                    "DocEntries": [1, 2, 3, 4, 5, 6, ...],
                                                                    "CSV": [ 7, 8, 9, 10, 11, ... ],
                                                                    "SAP": [ 12, 13, 14, 15, 16, ... ],
                                                                    "TIMEOUT": [17, 18, 19, 20, 21, ... ],
                                                                    "CONNECTION": [22, 23, 24, 25, 26, ... ]
                                                                }
                                        "archivo2.csv": { ... },
                                     ],
        . . . 
    }
    
@Alfareiza Alfareiza added the enhancement New feature or request label Feb 8, 2024
@Alfareiza Alfareiza self-assigned this Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant