A guardian is not a member: the account type most club software lacks
In short
A guardian account is not a member record with children attached: it is a person plus one relationship per child, and the authority to book, pay, consent, collect and receive communications belongs to that relationship rather than to the person. Model it on the edge and separated households, grandparents and childminders all work. Model it on the account and none of them do.
Key takeaways
- A guardian is a person plus 1 relationship per child, not a member with dependants.
- Authority lives on the relationship, so 2 guardians of 1 child can hold different rights.
- Five authorities are genuinely separable: book, pay, consent, collect, receive communications.
- Every relationship needs a start date and an end date, because guardianship changes.
- Guardian rows must never enter membership counts, capacity maths or lapse logic.
A guardian account is a person record joined to a child record by a relationship that carries its own permissions. The distinction that matters is where authority lives: not on the guardian, not on the child, but on the edge between them. One adult can be guardian to 3 children with different rights over each, and 1 child can have 4 adults attached with different rights each.
Most club software does not model this. It has members, and lets a member have dependants — a parent-shaped hole with a member-shaped object pushed into it. The seams show the first time a household disagrees, and households disagree routinely.
The person, the child, and the row between them
Three objects, and the third is the one people leave out. The guardian is a person with contact details and a login. The child is the member — registered, booked, marked on registers. The relationship is a row of its own, and everything contested belongs to it.
- The pair it joins. One guardian, 1 child — never a household, because households are not stable and a child may belong to 2.
- The stated relationship. Parent, grandparent, foster carer, childminder. Descriptive only: it must never silently confer rights.
- The authority set. Which of the 5 actions below this adult may take, each granted independently.
- Effective dates. When the relationship starts and ends, both auditable.
- The primary-contact flag, held on the edge, because the primary contact for 1 sibling is not always the primary contact for another.
- Who granted it. A relationship created by an administrator and one asserted at self-registration carry different weight.
Five things an adult may be allowed to do, granted one at a time
| Authority | What it permits | The case that forces it apart |
|---|---|---|
| Book | Reserve, change or cancel sessions | A grandparent who does the school run but not the programme choice |
| Pay | Hold the mandate, see invoices, settle arrears | One parent pays; both need to see the schedule |
| Consent | Give or withdraw permission for a named purpose | A childminder may collect and may consent to nothing |
| Collect | Be released the child at the end of a session | A restriction on collection with contact otherwise intact |
| Receive communications | Schedule changes, cancellations, safety notices | A non-resident parent entitled to information but not to act |
The right to receive information is the one clubs most often fold into the others, and the one that causes most distress when it is wrong. An adult told nothing about a cancellation finds out at the gate; an adult who should not have been told a venue now knows it. Same field, and not the same field as booking.
The four households that break an account-level model
- Separated parents. Two adults, 1 child, different rights: one pays, both receive information, one may not collect. On an account-level model the second parent gets the first parent's login or nothing.
- Blended families. A step-parent with full authority for 1 child in the house and none for another, in the same basket, on the same evening.
- Grandparents and childminders. Real collection authority, no consent authority, often no address the club should be sending schedules to.
- Siblings on different arrangements. The commonest of the 4, and the one that disproves "permissions belong to the family" — worked through in one household, 3 children, 2 guardians and consents that disagree.
None of these is exotic: a club of 200 children contains all 4. That is the argument for modelling the edge on day one.
Guardianship ends, so the row needs dates
A childminder's arrangement ends with the term. A court order can change what a parent may do overnight. If a relationship can only be deleted, each of those is a destructive edit, and the club loses the ability to say who was permitted to do what on the evening something happened.
Never delete a guardian relationship. End it, with a date and a reason, so "who could have collected this child in March" still has an answer in December.
That history is also why the incident record behaves differently: an incident about a child is not automatically visible to that child's guardians, and its access rules are narrower than a club administrator's — argued in what a safeguarding incident log has to capture.
What the guardian record must never turn into
It must not become a member. Guardians are not registered, occupy no place in a session, and belong outside headcounts, capacity maths and anything deciding whether somebody has drifted away — the definitions in what counts as a lapsed member apply to the child, never the adult paying. It must not become a shared login either: 2 adults on 1 account cannot hold different rights, be audited separately, or have access withdrawn from one of them. Whether the child gets a login of their own is a separate question, decided by what they are asked to do rather than by age.
And anything automated has to read the edge, not the account. A reminder job, a waitlist filler or an assistant answering "can I move Ravi to Thursday" must resolve authority per child before acting — the permission failure named in what breaks when AI agents run in production, where software acts beyond the user it acts for. That boundary is ordinary AI agent and automation work in our sports and fitness practice, alongside the rest of guardians, minors and safeguarding.
Frequently asked questions
Short answers to the follow-ups this page tends to raise.
Should a parent have their own account in a youth club system?
Yes, as a person record with a login, joined to each child by a separate relationship. What they must not be is a member: they are not registered, take no place in a session, and should never appear in headcounts or membership reporting. The account exists so authority can be attached and withdrawn individually.
How do you handle 2 parents with different permissions for the same child?
Put the permissions on the relationship rather than the person or the household. Each parent has their own edge to the child, carrying its own authority set — so one can pay and receive communications while the other books and collects. A model storing permissions on a family or an account cannot express this at all.
Can a grandparent or childminder be given limited access?
That is exactly what separable authorities are for. A childminder can hold collection rights and nothing else: no consent authority, no visibility of fees, no ability to change a booking. Give the relationship an end date too, because these arrangements usually run for a term.
What happens to guardian access when a child grows up?
It should reduce on a schedule rather than switch off on a birthday, using the relationship's effective dates and a change to which authorities stay granted. Because the row is ended rather than deleted, the club keeps a full history of who could do what and when.
- youth sports
- data modelling
- safeguarding
- permissions
The work behind this page
Builds from our portfolio that this page draws on.
TenantDesk
An AI property-operations platform that triages every maintenance request, tracks rent to the unit, and dispatches the right vendor across a residential portfolio.
Real EstateFocuscare
End-to-end physiotherapy consultation automation: patient onboarding to AI-generated notes and follow-up scheduling.
Healthcare AIRead next
- One tick is not consent: what a consent record has to storeA consent flag says yes to something nobody wrote down. A consent record says who agreed, to which purpose, against which words, and what happened afterwards.definition
- The incident log: what gets written, who can read it, how long it livesThe incident record is the one object in a club system whose access list is narrower than the club's own administrator role, and the 3 fields that make it usable months later are the ones most forms omit.definition
- The restricted child is in the published clip. Where the permission leakedImage permissions are nearly always enforced at upload and nowhere else, so the leak appears on whichever publication surface never asked — usually an export, a group photograph or a stream overlay.diagnostic
- A session series is not eighteen sessions: the recurrence record explainedA series is a rule plus an exception list, not a pile of rows. Every confusing this-event-or-all-events prompt comes from that one storage decision.definition
- Court utilisation is a fraction, and the denominator is the argumentBooked, attended and revenue-bearing over available: three honest utilisation numbers for one week, and the denominator argument that decides all three.definition
- Freeze, pause, hold: three words, three different billing outcomesA freeze moves dates. Which dates — the next collection, the agreement end, or both — is a product decision most clubs never wrote down, and every freeze argument starts there.definition
Related across the site
Working on something in this space?
Tell us where you are in a sentence or two. We'll tell you honestly whether we're the right team, and what a sensible first slice of the work looks like.
Start the conversation