-
Notifications
You must be signed in to change notification settings - Fork 10
PR 1/2 - feat(challenge-filters): add logic to manage language tags selected filters #768
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
Merged
ivilarop
merged 34 commits into
develop
from
feature232/Add-logic-to-manage-language-tags-slected-filters
Mar 5, 2026
Merged
Changes from 6 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
db94c79
feat(filters): add tag filtering by selected languages in challenge f…
otrocadev 5d5c287
feat(filters): implement tag selection with checkboxes in challenge f…
otrocadev af56223
feat(filters): remove mocked languages from initial filters in challe…
otrocadev 98a384b
test(filters): add missing ChallengeFormService mock and NO_ERRORS_SC…
otrocadev 8e13e59
test(filters): add tag selection and language map emission tests for …
otrocadev d9f49e9
chore: bump version from 3.27.0 to 3.28.0 and update changelog for ta…
otrocadev d92a665
refactor: optimize tag resolution using global signal cache and compu…
vaniaferreresteban db44509
test: Add unit tests for starter component, challenge service, and ch…
vaniaferreresteban 79237f7
test: add coverage test and some linting
vaniaferreresteban 845827a
chore: bump to version 3.28.0
vaniaferreresteban 6dfbf44
fix(challenge): show related cards in grid layout
Arnau-66 fbfb1d8
chore(release): bump version to 3.27.1-RELEASE
Arnau-66 4a5f1e1
feat(filters): enable Escape and backdrop close on ChallengeFiltersTr…
Arnau-66 467cd55
test(filters): update modal config expectations after enabling Escape…
Arnau-66 796c6f8
chore(release): bump version to 3.27.1-RELEASE
Arnau-66 5c9d5c6
chore(release): bump version to 3.27.2-RELEASE
Arnau-66 6eeef50
added / to fix the route of user submissions env variable
JungleGiu f6503bc
version updated
JungleGiu 86e9ed4
the mock data file for all tags has been generated
JungleGiu 9712058
mock data created in previous sprint deleted
JungleGiu 1153e16
changed to responses array replicating tags by language endpoint
JungleGiu b97639c
changed file naming for clarity
JungleGiu adec1fb
refactor(filters): update tag data structure to match the API respons…
otrocadev bb7fb35
fix(starter): remove trailing angle bracket in challenge-list-filters…
otrocadev 9260bb9
refactor(starter): remove unused ChallengeService injection from chal…
otrocadev 40713ba
Merge branch 'develop' into feature232/Add-logic-to-manage-language-t…
otrocadev 43cb8f4
refactor(starter): remove merge conflict markers and unused imports f…
otrocadev 91c5473
Resolve merge conflict in .env.CI.dev
otrocadev 6a512e4
refactor(challenge-card): remove tags component from challenge card t…
otrocadev 459c695
Merge branch 'develop' into feature232/Add-logic-to-manage-language-t…
otrocadev 63c4dcb
Merge branch 'develop' into feature232/Add-logic-to-manage-language-t…
otrocadev 6dfce4c
chore: bump version to 3.32.0-RELEASE
otrocadev 1ce5539
test(starter): add comprehensive unit tests for challenge-filters-tri…
otrocadev 40e4dc9
refactor(starter): improve test structure and readability for challen…
otrocadev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| MICROSERVICE_DEPLOY=ita-challenges-frontend | ||
| MICROSERVICE_VERSION=3.27.0-RELEASE | ||
| MICROSERVICE_VERSION=3.28.0-RELEASE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.