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

[Feature] aviso con mensaje random para los dias feriados #51

Merged
merged 16 commits into from
Jun 17, 2022

Commits on Apr 14, 2022

  1. Configuration menu
    Copy the full SHA
    c7453ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce8f067 View commit details
    Browse the repository at this point in the history
  3. Nuevo chequeo para detectar dias feriados

    - Chequeamos que el evento no este a mas de 4 dias de distancia
    - En caso de estarlo lo suponemos como que hay un feriado en el medio antes de la proxima clase
    IAvecilla committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    33c8403 View commit details
    Browse the repository at this point in the history
  4. Ran linter

    ilitteri committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    3e771e3 View commit details
    Browse the repository at this point in the history
  5. Ran linter & formatter

    ilitteri committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    4ba8dd2 View commit details
    Browse the repository at this point in the history
  6. Add Holiday event case

    ilitteri committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    bc1ca8c View commit details
    Browse the repository at this point in the history
  7. Fix response

    ilitteri committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    eb9aa90 View commit details
    Browse the repository at this point in the history
  8. Remove unused imports

    ilitteri committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    6159e39 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Uso de caracteres ascii en frases random

    Co-authored-by: Josué Bouchard <7890663+josuebouchard@users.noreply.github.com>
    IAvecilla and josuebouchard authored Apr 21, 2022
    Configuration menu
    Copy the full SHA
    e1193d2 View commit details
    Browse the repository at this point in the history
  2. Elimino linea comentada

    IAvecilla committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    4610ab2 View commit details
    Browse the repository at this point in the history
  3. Cambio en funcion para obtener frase random

    - Utilizamos el largo del array de frases dentro de la funcion para evitar hardcode
    IAvecilla committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    864312c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dce1f97 View commit details
    Browse the repository at this point in the history
  5. Cambio en la pagina de evento feriado

    - Elimino la funcion para obtener la frase random
    - La lista de frases ahora es global en el modulo
    - La funcion es definida como constante y recibe la lista de frases a utilizar
    IAvecilla committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    e440a13 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Configuration menu
    Copy the full SHA
    12ca964 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c93134 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5fdf010 View commit details
    Browse the repository at this point in the history