I noticed an issue during student registration using the public registration link on the landing page.
Currently, if a parent has multiple children in the school, they are required to register each child one after the other. While this is manageable, I suggest introducing a feature that allows parents to add multiple children during a single registration session. This would improve usability and reduce repetitive data entry.
Additionally, there’s an inconsistency in how the system handles parent accounts when registering multiple children:
When registering a second child, the system correctly detects that the parent record already exists.
However, upon accepting the second registration, a new user account is created again for Parent 2, even though the record already exists.
Meanwhile, Parent 1 is correctly linked without creating a duplicate account.
Expected Behavior:
Parents should be able to register multiple children at once.
When registering additional children, the system should not create duplicate user accounts for either Parent 1 or Parent 2 if they already exist. Both parents should be correctly linked to the new child(ren) under the existing accounts.
This would help prevent duplication and improve the integrity of parent records in the system.