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

#16 show data in frontend #17

Merged
merged 14 commits into from
Jan 25, 2024
Merged

#16 show data in frontend #17

merged 14 commits into from
Jan 25, 2024

Commits on Jan 23, 2024

  1. chore: handle cancellations

    Jan Kühnlein committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    1204136 View commit details
    Browse the repository at this point in the history
  2. feat: add hooks and empty response apis

    Jan Kühnlein committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    1d38e21 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. fix: update mapping api handler

    Jan Kühnlein committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    43e4707 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into 16-show-data-in-frontend

    Jan Kühnlein committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    58de044 View commit details
    Browse the repository at this point in the history
  3. chore: re-add await for mappings

    Jan Kühnlein committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    ff9bf8c View commit details
    Browse the repository at this point in the history
  4. feat: get data from backend

    Jan Kühnlein committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    c7b325f View commit details
    Browse the repository at this point in the history
  5. feat: add enum validator and refactor validation a bit

    Jan Kühnlein committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    c58b047 View commit details
    Browse the repository at this point in the history
  6. fix: wrong key for validations and wrong mappings

    Jan Kühnlein committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    752f1f6 View commit details
    Browse the repository at this point in the history
  7. fix: only map selected target columns

    Jan Kühnlein committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    21f866f View commit details
    Browse the repository at this point in the history
  8. feat: show validation errors in table (very basic)

    Jan Kühnlein committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    8e4ac7b View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. chore: add all validation errors

    Jan Kühnlein committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    37e9a13 View commit details
    Browse the repository at this point in the history
  2. chore: refactor if

    Jan Kühnlein committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    5988a0d View commit details
    Browse the repository at this point in the history
  3. chore: add enum validator test to all validations test

    Jan Kühnlein committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    231d152 View commit details
    Browse the repository at this point in the history
  4. chore: remove unnecessary map

    Jan Kühnlein committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    83c5801 View commit details
    Browse the repository at this point in the history