2/2 chore(starter): Delete old filters component (#192)#776
2/2 chore(starter): Delete old filters component (#192)#776
Conversation
otrocadev
left a comment
There was a problem hiding this comment.
Hello @JungleGiu, the files of the component 'starter-filters are still there'. Are we keeping it for something?
| </div> | ||
| </fieldset> | ||
| </header> | ||
| </header> --> |
There was a problem hiding this comment.
All this comented code should be deleted once the component is not there anymore
There was a problem hiding this comment.
sorry had a problem with a duplicated git branch and I had to rebase and push the branch again, the component is now definitely deleted
Arnau-66
left a comment
There was a problem hiding this comment.
Old filters component removal
The old filters component has been properly removed from the layout and only the new filtering component is rendered.
Commented legacy code
I noticed the previous implementation remains commented in the HTML.
Just to confirm — was this kept intentionally for traceability, or could it be safely removed to avoid leaving commented legacy code?
Tests status
All tests are passing successfully ✅
Functional validation
The new filtering component works as expected and there are no conflicts resulting from the removal of the old component.
Filtering behavior remains stable and consistent.
Overall, everything looks correct from my side 👍
…div to match the figma look
|




📍 Context
(IT-Academy-BCN/ita-challenges#192)
As part of the ongoing migration to the new filtering system, the
start-filters.componenthas been rendered obsolete. All its functionality has already been replaced by the new implementation in a prior PR.This PR is the final cleanup step: removing every remaining trace of the old component to prevent confusion, reduce bundle size, and keep the codebase maintainable.
✅ What Was Done
start-filters.component.ts,start-filters.component.html,start-filters.component.scssandstart-filters.component.spec.tsstart-filters.componentNgModuledeclarations/exports where it was registeredstarter.component.ts🔍 Why This Matters
Leaving deprecated components in a codebase introduces several risks:
🧪 Testing
start-filters.component🔗 Related
📌 Notes