Skip to content

Conversation

@mreq
Copy link
Member

@mreq mreq commented Jan 27, 2026

No description provided.

mreq added 4 commits January 27, 2026 10:29
- Introduced `created_by_folio_user` relation in `Folio::File` model to track the user who created the file.
- Updated `Folio::User` model to include a corresponding `has_many` association.
- Added migration to create the `created_by_folio_user_id` foreign key in the `folio_files` table.
- Updated relevant job and console logic to set the `created_by_folio_user_id` when a file is created.
- Added boolean input handling in the FiltersComponent to allow for better filtering options.
- Updated the component's styles to accommodate the new boolean input layout.
- Modified the Slim template to reflect the new boolean filter class.
- Adjusted the file controller to include a boolean filter option for user-created items.
- Localized the new boolean filter label in both English and Czech.
- Introduced `created_by_current_user` scope in `Folio::File` model to filter files based on the user who created them.
- The scope returns files created by the current user if available, otherwise returns none.
@mreq mreq self-assigned this Jan 27, 2026
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.

2 participants