Add Relay Entries#83
Draft
jZejda wants to merge 13 commits into
Draft
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
40cca1e to
dc59f82
Compare
- Added `legs` attribute to the `SportClass` model, database schema, and API integration. - Updated layouts and forms in Filament RelationManagers to display and edit the `legs` property. - Enhanced UI for relay teams to dynamically populate `slots_count` based on the selected sport class's `legs`. - Adjusted migration and casting rules for proper `legs` property handling.
…ement - Added a new `TableBlock` custom block with configuration, rendering, and preview capabilities. - Centralized custom block definitions in `RichContentBlocks` for better maintainability. - Simplified `RichEditor` and `RichContentRenderer` setups by using `RichContentBlocks::all()`. - Enhanced rich content-related CSS with styles for `TableBlock` display and editor previews. - Updated baseline configuration to reflect new custom block.
…ce readability - Reorganized layout structure for better clarity and maintainability. - Added breadcrumb navigation, metadata row, and improved support for displaying warnings, cancellations, and event details. - Enhanced visual presentation with updated CSS styling for sections, tags, and metadata. - Incorporated helper methods for cleaner condition checks and data rendering. - Introduced numbered sections for event details, such as maps, basic info, and categories.
- Restructured footer layout: moved copyright section to a separate container with improved styling. - Adjusted `app.css` styles for better layout consistency, including padding and border color updates. - Removed unused SVG icons from the aside component for cleaner code. - Updated documentation examples to reflect the new date `2026-05-17` for consistency.
…category selection, and update documentation dates - Replaced `lg:block` with `lg:table-cell` for better table column responsiveness across views. - Enhanced category filtering logic by adding URL parameter handling (`toggleCategory`, `clearCategories`, and `updateUrl` methods). - Updated documentation examples and Scribe output dates to reflect the new `2026-05-20` placeholder value.
- Introduced a new route `/startovka/{slug}/bez-vakantu` to download start lists excluding Vakants.
- Added `downloadWithoutVakant` method in `StartListController` for processing and returning modified XML files.
- Updated single start list view to include links for downloading XML with and without Vakants.
- Adjusted filesystem disk configuration for `events` to use a more specific URL structure.
- Scribe documentation examples updated to reflect new date `2026-05-22` for consistency.
This was
linked to
issues
Jun 12, 2026
- Removed default relay team creation logic from `SportEvent` model lifecycle. - Updated `RelayTeam` and `RelayTeamMember` models with additional relationships and constraints. - Refined relay event tests to reflect new logic and cover edge cases. - Adjusted user API routes to include `/v1/` namespace and introduced API key-based authentication. - Improved relay member slot handling to prevent duplicate entries within the same team.
- Added `legs` attribute to the `SportClass` model, database schema, and API integration. - Updated layouts and forms in Filament RelationManagers to display and edit the `legs` property. - Enhanced UI for relay teams to dynamically populate `slots_count` based on the selected sport class's `legs`. - Adjusted migration and casting rules for proper `legs` property handling.
- Removed default relay team creation logic from `SportEvent` model lifecycle. - Updated `RelayTeam` and `RelayTeamMember` models with additional relationships and constraints. - Refined relay event tests to reflect new logic and cover edge cases. - Adjusted user API routes to include `/v1/` namespace and introduced API key-based authentication. - Improved relay member slot handling to prevent duplicate entries within the same team.
…to feature/DEV-12_Relay-entries
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.