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

[FAU-434] Correctly assign campo keys to multiple terms within degree program #42

Merged
merged 5 commits into from
Sep 4, 2024

Conversation

zhyian
Copy link
Collaborator

@zhyian zhyian commented Sep 4, 2024

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes/features)
  • Docs have been added/updated (for bug fixes/features)

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Feature

What is the current behavior? (You can also link to an open issue here)

https://inpsyde.atlassian.net/browse/FAU-434

Currently we have only one campo key per taxonomy in the degree program data, even if degree program has a few terms with different campo keys.

What is the new behavior (if this is a feature change)?

The new logic presented in related PR, includes campo keys from all related terms to degree program data. And in this PR, we update the current implementation to handle an array of campo keys instead of a single string, as was previously done.

Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
No

Other information:
RRZE-Webteam/FAU-Studium-Common#17

Copy link
Collaborator

@tyrann0us tyrann0us left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Could you please check the Psalm errors?

@zhyian
Copy link
Collaborator Author

zhyian commented Sep 4, 2024

Psalm errors are occurring because the related PR (RRZE-Webteam/FAU-Studium-Common#17) in the common package hasn't been merged into the dev branch yet.

Copy link
Collaborator

@tyrann0us tyrann0us left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Psalm errors are occurring because the related PR (RRZE-Webteam/FAU-Studium-Common#17) in the common package hasn't been merged into the dev branch yet.

I also thought of that but didn't realize that was indeed the case. Sorry for the noise!

Copy link
Collaborator

@amiut amiut left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you

@zhyian zhyian merged commit 0e4e9c7 into dev Sep 4, 2024
7 checks passed
@zhyian zhyian deleted the FAU-434 branch September 4, 2024 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants