Skip to content
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

Add list validation for time slot priorities and refactor time initialization #47

Merged
merged 3 commits into from
Dec 18, 2024

Conversation

raywo
Copy link
Collaborator

@raywo raywo commented Dec 18, 2024

Description:

  • Introduce ListMustNotBeEmptyDirective to ensure the first priority list is non-empty.
  • Update corresponding logic, styles, and improve drag-and-drop functionality.
  • Enhance data handling and validation feedback.
  • Create actual Time objects when deserializing persons from storage.
  • Ensure slot start and end times are properly instantiated as Time objects.

Ensure slot start and end times are properly instantiated as Time
objects when retrieving time slots from persistence.
Create actual Time objects when deserializing persons from storage.
Introduce `ListMustNotBeEmptyDirective` to ensure the first priority
list is non-empty and update corresponding templates, logic, and
styles. Improve drag-and-drop functionality with enhanced data handling
and validation feedback.
@raywo raywo linked an issue Dec 18, 2024 that may be closed by this pull request
@raywo raywo merged commit 6c9610b into main Dec 18, 2024
@raywo raywo deleted the 36-fix-time-slot-drag-and-drop-in-personedit-component branch December 29, 2024 10:07
raywo added a commit that referenced this pull request Jan 13, 2025
Add list validation for time slot priorities and refactor time initialization
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.

Fix time slot drag and drop in PersonEdit component
1 participant