|
c19206be0c
|
Enhance validation in PersonEdit : Introduce hasValidationError and validationError helpers for form inputs. Improve error feedback for fields such as firstName , lastName , gender , and others. Refactor postPerson to handle validation exceptions and map errors to specific fields. Update related methods, styles, and API error type definitions.
|
2025-09-22 14:03:53 +02:00 |
|
|
27548ad654
|
Add support for person identifiers workflow: update PersonEdit component, API methods, and modals for identifier handling during person creation. Adjust related types for improved consistency.
|
2025-09-22 14:03:48 +02:00 |
|
|
852523e644
|
Refactor person management workflow: Introduce SetGender , SetCivility , and SetCenter lightweight interfaces. Replace PersonState with PersonEdit for streamlined type usage. Enhance queryItems logic and API methods for better consistency. Adjust AddPersons modal to handle query input.
|
2025-09-22 14:03:47 +02:00 |
|
|
c05d0aad47
|
Refactor person creation workflow: Introduce PersonEdit component and integrate it across Create , Person.vue , and modals for improved modularity. Update type definitions and API methods for consistency.
|
2025-09-22 14:03:47 +02:00 |
|