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

feat(opening times): dates with parsed TMB year #860

Merged
merged 2 commits into from
Jul 14, 2023

Commits on Jul 3, 2023

  1. feat(opening times): update check considering TMB year

    - main server returns special TMB data with the year
      of 1970, that we will be able to parse in order to
      check for correct opening times
    - added jest tests
      - added expo linking mock for running test successfully
    - removed `only` flag for jest test to run all in that
      file
      - added weekday to two checks to fulfill requirements
    
    SVA-985
    donni106 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    10a97fd View commit details
    Browse the repository at this point in the history
  2. feat(opening times): update rendering with removed year for TMB

    - main server returns special TMB data with the year
      of 1970, that we will be able to parse in order to
      render without the year
    
    SVA-985
    donni106 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    a7030b7 View commit details
    Browse the repository at this point in the history