Investigation: Whats going on with the filtration system? #19
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The goal being to get this to work. i've noticed the sidebar filter selection doesnt work. is it a placeholder? i think the logic is in place, is all this pre-processed during the pull? whats going on?
Investigation completed - found and fixed multiple issues with the filtration system!
Problems Found:
Root Cause:
The sidebar filter functionality was a placeholder - it updated the UI but never passed filter parameters to the backend API, so all requests used the user's default filter regardless of sidebar selection.
Fixes Implemented:
Backend
/api/filtersendpoint - Gets available filtersets from filter engine/api/posts- Acceptsfilterquery parameterFrontend
Available Filters:
The filtration system now properly connects the sidebar UI to the filter pipeline backend!
Commit:
146ad75~claude