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

hotfix: ajuste de consulta para tener en cuenta el ultimo periodo vigente #431

Merged
merged 42 commits into from
May 25, 2022

Commits on Mar 28, 2022

  1. Merge pull request #404 from udistrital/develop

    hotfix: Ajuste de respuesta para admision/postcupos. udistrital/sga_cliente#911
    fabianbarreto02 committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    07987f8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #407 from udistrital/develop

    hotfix: ajuste de carga de recibos de inscripción
    fabianbarreto02 committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    80c1932 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Configuration menu
    Copy the full SHA
    8eddf69 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #409 from udistrital/feature/issue-sga_cliente-914

    fix: ajustes de seguridad en derechos pecuniarios. udistrital/sga_cliente#914
    fabianbarreto02 committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    dffd001 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #410 from udistrital/develop

    hotfix: ajustes de seguridad en derechos pecuniarios. udistrital/sga_cliente#914
    fabianbarreto02 committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    5578ce5 View commit details
    Browse the repository at this point in the history
  4. fix: ajuste en tipo de solicitud de transferencia

    JQuinteroC committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    1e7eb62 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #411 from udistrital/feature/issue-sga_cliente-914

    fix: ajuste en tipo de solicitud de transferencia
    fabianbarreto02 committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    d843455 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #412 from udistrital/develop

    hotfix: ajuste en tipo de solicitud de transferencia
    fabianbarreto02 committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    c9db12d View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. feat: funcionalidad MID consulta notas estudiantes #942

    Se desarrolla funcionalidad GET a nivel de mid que toma como parametros el espacio_academico_id y periodo_id,
    retornando listado de estudiantes relacionados al determinado periodo y asignatura; retorna informacion del estudiante
    y si hay valores de calificiaciones.
    NeFaWaltPint committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    2367d58 View commit details
    Browse the repository at this point in the history
  2. feat: funcionalidad MID para registro de notas estudiantes #943

    Función que recibe array con datos de estudiantes y calificaciones de primer corte, segundo...
    Los datos se registran en la tabla nota a través del api calificaciones_crud
    
    Se añade detección de error 404 y manejo de respuesta de manera general, permite entregar respuesta estandar
    cuando se ha especificado una ruta erronea o el campo de entrada al controlador es vacío.
    NeFaWaltPint committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    a9bd758 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Configuration menu
    Copy the full SHA
    fcf1e6e View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. refactor: for issue #942 reorganización de código para validación y m…

    …anejo de errores
    
    Gran modificacion en get y putPorcentajes y getCapturaNotas para mejor manejo de errores y validación de los datos entrantes a mid cuando se ingresan datos.
    NeFaWaltPint committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    c4b1f6e View commit details
    Browse the repository at this point in the history
  2. refactor: for issue #493 refactor de código para mejor manejo de erro…

    …res y validación
    
    Se añade GetModificacionExtemporanea para en cliente verificar antes de entrar a modificar notas
    Se re-estructura el código para mejor manejo de errores y validacion de los datos que ingresan a mid en relacion a notas
    de estudiantes.
    recordatorio: tambíen se ha añadido control de error general en dado caso que por falta de parámetro la ruta no coincida.
    NeFaWaltPint committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    0a6b044 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #413 from udistrital/feature/issue-sga_cliente-864

    fix: carga de elementos cuando no se tiene un código de estudiante en transferencias. udistrital/sga_cliente#864
    fabianbarreto02 committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    9b24bd9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #414 from udistrital/develop

    hotfix: carga de elementos cuando no se tiene un código de estudiante en transferencias. udistrital/sga_cliente#864 #413
    fabianbarreto02 committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    7ef41a5 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Configuration menu
    Copy the full SHA
    66a98bf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #417 from udistrital/feature/issue-sga_cliente-864

    fix: ajuste de respuesta en calendario de transferencias
    fabianbarreto02 committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    c67ab8f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #415 from udistrital/feature/issue-sga_cliente-942

    Feature/issue sga cliente 942
    fabianbarreto02 committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    01cd40f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    659fcd4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #416 from udistrital/feature/issue-sga_cliente-943

    Feature/issue sga cliente 943
    fabianbarreto02 committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    567f424 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #418 from udistrital/develop

    management: desarrollo de funcionalidad para la consulta y registro de notas y ajuste del modulo de transferencia
    fabianbarreto02 committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    9d19dcd View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Configuration menu
    Copy the full SHA
    db63d42 View commit details
    Browse the repository at this point in the history
  2. feat: funcionalidad obtener Estados Registros de notas for issue #970

    GetEstadosRegistros(): funcion que retorna los estados de los registros de notas de todas las asignaturas para determinado periodo.
    
    -  fix: se retiran datos quemados que emulan plan_estudio, ahora se consulta periodo_id
    NeFaWaltPint committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    01d8872 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29cf982 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Merge pull request #420 from udistrital/feature/issue-sga_cliente-864

    fix: ajustes para bugs en transferencias externas. udistrital/sga_cliente#864
    fabianbarreto02 committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    8eff566 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #421 from udistrital/develop

    hotfix: ajustes para bugs en transferencias externas. udistrital/sga_cliente#864 #420
    fabianbarreto02 committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    dccd341 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #419 from udistrital/feature/issue-sga_cliente-970

    feat: funcionalidad obtener Estados Registros de notas for issue #970
    fabianbarreto02 committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    7e2dff1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #422 from udistrital/develop

    management: funcionalidad obtener Estados Registros de notas for issue #970 #419
    fabianbarreto02 committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    347de27 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. feat: for issue #971 funcionalidad listar notas parciales para estudi…

    …ante.
    
    añadido funcionalidad GetDatosEstudianteNotas(): consulta y retorna datos del estudiante y lista de las notas parciales para
    el presente periodo académico.
    fix: ajuste en funciones para que consulten el campo: proyecto_academico_id en vez de pasar por el plan_estudio
    NeFaWaltPint committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    8c0e2d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    356bc32 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #423 from udistrital/feature/issue-sga_cliente-971

    feat: for issue #971 funcionalidad listar notas parciales para estudiante.
    fabianbarreto02 committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    56105ab View commit details
    Browse the repository at this point in the history
  4. Merge pull request #424 from udistrital/develop

    management: for issue #971 funcionalidad listar notas parciales para estudiante. #423
    fabianbarreto02 committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    cc1ca51 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Configuration menu
    Copy the full SHA
    c6d0da5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #425 from udistrital/feature/issue-sga_cliente-864

    fix: Ajustes en la información complementaria. udistrital/sga_cliente#864
    fabianbarreto02 committed May 2, 2022
    Configuration menu
    Copy the full SHA
    7dd7753 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #426 from udistrital/develop

    hotfix: Ajustes en la información complementaria. udistrital/sga_cliente#864
    fabianbarreto02 committed May 2, 2022
    Configuration menu
    Copy the full SHA
    e81b5c8 View commit details
    Browse the repository at this point in the history
  4. feat: for issue #984, ajustes para calculo definitiva y cierre califi…

    …caciones
    
    Se hacen los ajustes para el cálculo y registro de notas definitivas.
    NeFaWaltPint committed May 2, 2022
    Configuration menu
    Copy the full SHA
    32a75f3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #427 from udistrital/feature/issue-sga_cliente-984

    feat: for issue #984, ajustes para calculo definitiva y cierre califi…
    fabianbarreto02 committed May 2, 2022
    Configuration menu
    Copy the full SHA
    2949fdb View commit details
    Browse the repository at this point in the history
  6. Merge pull request #428 from udistrital/develop

    management: for issue #984, ajustes para calculo definitiva y cierre calificaciones
    fabianbarreto02 committed May 2, 2022
    Configuration menu
    Copy the full SHA
    dc6d006 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Configuration menu
    Copy the full SHA
    47ec6fb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #429 from udistrital/fix/issue-inscripcion

    fix: ajuste de consulta para tener en cuenta el ultimo periodo vigente
    fabianbarreto02 committed May 25, 2022
    Configuration menu
    Copy the full SHA
    15f1563 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #430 from udistrital/develop

    hotfix: ajuste de consulta para tener en cuenta el ultimo periodo vigente
    fabianbarreto02 committed May 25, 2022
    Configuration menu
    Copy the full SHA
    056618b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a60b07e View commit details
    Browse the repository at this point in the history