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

Correct df7_10 road alignments according the changes to the EEA template #13

Merged
merged 4 commits into from
Aug 28, 2024

Commits on Aug 28, 2024

  1. refactor(df7_10): update Major Roads template schema

    Implement the changes to the DF7_10 Major Railways Excel template in the
    corresponding HSD JSON schema.
    
    SVC-1872
    annat2022 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5503a52 View commit details
    Browse the repository at this point in the history
  2. feat(df7_10): implement check for max URL length

    Extend the `urlCheck` so that the maximum allowed length of a URL is checked.
    The maximum length is configurable via the project variable `MAX_URL_LENGTH`.
    
    SVC-1872
    annat2022 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    a0228fa View commit details
    Browse the repository at this point in the history
  3. feat(df7_10): set freetext length limit to new value

    Previously the limit was set to 10.000 characters. EEA updated this limit to
    4.000 characters.
    
    SVC-1872
    annat2022 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    08c7285 View commit details
    Browse the repository at this point in the history
  4. feat(df7_10): implement changes to Major Roads alignments

    Implement changes required by the change of the DF7_10 Major Roads Excel
    template.
    
    SVC-1872
    annat2022 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    8ae7bc6 View commit details
    Browse the repository at this point in the history