Sports, Fitness & Athletics// definition

The incident log: what gets written, who can read it, how long it lives

In short

A safeguarding incident record has to carry 6 things: who raised it and when, who it concerns, what was observed as fact, what was done and at what time, whether it was referred onward, and who may read it. The last is the field most club systems have no concept of — the record must be invisible to the general administrator role, including whoever administers the software.

Key takeaways

  • The record is written for a stranger reading it in 8 months, not for the person writing it tonight.
  • Observed fact and the reporter's interpretation are 2 fields. Merged into 1 paragraph, neither can be relied on.
  • Access is narrower than the club administrator role, evaluated per record, and every read is logged.
  • Entries are appended, never edited. A correction is a new entry naming the one it corrects.
  • Retention runs on its own clock and needs an explicit, tested exclusion from the deletion job.

A safeguarding incident log is the club's record of a concern raised about a child: what was observed, by whom, when, and what was done about it. Its purpose is reconstruction — someone who was not there, who may know none of the people involved, has to read it 8 months later and understand what was known at each point in time. That requirement decides the fields, the write rules and the access list, and it is why this cannot be a notes box on a member record.

It is not a judgement engine, and it decides nothing. Categories, escalation thresholds and the decision to refer a concern onward belong to the club and its governing body. Software builds the record, the access control and the reminders. That boundary holds without exception across our sports and fitness work.

The 10 fields, and the 3 that most forms omit

FieldWhat it holdsWhy it is there
Reference, raised-atIdentifier and the server timestamp of first saveA typed date can be backfilled; the stamp evidences the record existed that day
Occurred-atA point or a range, plus an explicit 'not known'Rarely equal to raised-at, and the gap between the 2 is information
ReporterPerson, role that day, witnessed or was toldFirst-hand and second-hand accounts must not look alike
Subjects, others presentChildren concerned and everyone else named, as record linksTyped names duplicate; the others are what gets redacted on disclosure
CategoryOne value from the club's list, sourced from its governing bodyFree-text categories make the log unsearchable within 1 season
AccountWhat was seen and heard, with a child's words quoted verbatimQuotation survives retelling. Paraphrase does not
InterpretationThe reporter's view, labelled as a viewOpinion disguised as observation is what gets challenged hardest
Actions and referralAppend-only: actor, timestamp, what was done, reference given backThe question afterwards is almost always 'what did you do'
Review dateNext date a named person must look at this againOpen concerns go quiet; a date with an owner reopens them
Access listWho may read this record, and on what basisThe field almost no club platform has, and the one defining the object
One incident record, field by field

The 3 routinely missing are others-present, the review date and the access list: the fields with no payoff on the night, whose value appears only when somebody else reads the record. Splitting fact from interpretation is the other habit to enforce in the schema rather than in training — give the reporter 2 boxes and label them, for the reason the free-text coach note is the best field in the schema sets out: unconstrained text earns its place when its status is unambiguous.

Write it for someone who has never met the child

Most incident records fail on legibility, not completeness: written in the shorthand of people who were in the room, they are unreadable to the next welfare officer or the same coach 2 seasons on. The general version is an audit record that still makes sense a year later.

  • Name the source of every fact. 'I saw' and 'a parent told me she saw' are different claims and the sentence must say which.
  • Quote rather than summarise. A summary of what a child said is the reporter's interpretation wearing the child's voice.
  • No initials, no nicknames, no squad shorthand. Every person is a record link or a full name with a stated role.
  • Absolute times, 1 timezone. 'After training' is not a time; the session ended at a known hour.
  • Write before discussing. An account composed after talking to 3 other people is merged, and no later reader can unmerge it.

The read list sits below the administrator role, not above it

Everywhere else the administrator sees most: rosters, attendance, dues, contacts. This object inverts that. Readers are the 2 people the club has appointed to the welfare role — an officer and a named deputy — plus anyone added to a specific record because they are handling it. Membership of the admin group grants nothing, and neither does having set the software up.

Nothing is edited: how a correction gets recorded

  1. The reporter writes the account and saves it. The server stamps the time; the form offers no date field for that stamp.
  2. The welfare officer acknowledges as a new entry with its own actor and time, not a status flag overwritten on the record.
  3. Every action appends as it happens: a call made, a conversation held, a referral sent, a decision that nothing further is needed.
  4. A referral appends recipient, time and the reference given back. No reference given is itself recorded.
  5. A correction is a new entry naming what it corrects. The original text stays exactly as written.
  6. A review date creates a task with an owner, and stays visible as overdue when nobody does it.

A record you can edit answers the question 'what do we say happened'. A record you can only append to answers 'what did we know, and when' — and that is the question anyone actually asks.

It outlives the membership, the season and usually the platform

Retention here runs on its own clock, normally far longer than anything else the club holds and long after the member record would ordinarily be purged. The period is set by the club under its governing body's policy and its own legal advice; what software owes them is that the period is a stored field with a stated source rather than an assumption in somebody's head. The engineering consequence is direct. The deletion job needs an explicit exclusion for this class and the exclusion needs a test, because a sweep that quietly takes safeguarding records along with an erased member is the worst bug available here — see building deletion that actually runs in a youth club system.

One boundary is tempting to cross. A concern sometimes first shows up as a change in the data — a child who stops turning up, a household whose payments start failing — but those are commercial signals, and what visit frequency or a failed payment actually tells you is a retention question. Routing that inference into a welfare record puts unfounded suspicion into the one object that must hold only observed fact.

We build the record; the club owns the judgement

Say this out loud with a club before any of it is built. They own the categories, the thresholds, the referral routes and every decision about a specific concern. The build owns the schema, the access model, the append-only guarantee, the review reminders, the retention field and the tests proving all of it survives the next release — the shape of most internal tools and operations work. One overlap catches clubs out: an image published against a restriction is usually reportable under their own policy as well as being a defect, so tracing the leak, covered in the restricted child who appeared in the published clip, often ends with an entry in this log. The rest of the model for under-18s sits in guardians, minors and safeguarding.

Frequently asked questions

Short answers to the follow-ups this page tends to raise.

Who should be able to read a safeguarding incident record?

Only people the club has appointed to a welfare role, plus anyone added to that specific record because they are handling it. Being an administrator, a coach or the person who configured the software grants nothing. Access is evaluated per record rather than per role, because an adult named in a record must not be able to open it, and every read should be logged with the reader and their reason.

Should the person who reported a concern be able to edit what they wrote?

No — the record is append-only, and a correction is a new entry naming the one it corrects. Editing destroys the thing the log exists to prove: what was known at a point in time. A reporter who realises they wrote something inaccurate adds an entry saying so, and both versions stay visible to whoever reads the record later.

Does a parent's request to erase their child's data cover the incident log?

Not automatically, and assuming it does is a serious design error. Safeguarding material normally follows a longer, separately justified retention schedule set by the club under its governing body's policy, so the deletion job needs an explicit exclusion for it. What a specific request covers is a determination for the club and its advisers.

Can an ordinary club management platform hold safeguarding records?

Only if it can enforce a read list narrower than its own administrator role, keep the records out of exports and reports, log reads, and refuse edits. Most club platforms fail at least 2 of those, which is why many clubs keep this material elsewhere. Test it rather than trusting the feature list.

  • safeguarding
  • record keeping
  • access control
  • youth sport
// shipped work

The work behind this page

Builds from our portfolio that this page draws on.

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