Roadmap

Digital Signatures for Permission Slips

A permission slip response that holds up as a real consent record — name, timestamp, and a signature — not just a yes/no click nobody can point back to.

Back to roadmap
Planned Not yet started — this page describes the intended design and build plan.

Overview

Extends the shipped permission slip roster — currently yes, no, or no-answer per student — into an attributable consent record: a name, a timestamp, and a signature behind each response, not just a tap. It fits Notipa's self-hosting position well: the school keeps this record on its own instance, without needing a third-party e-signature vendor in the middle.

How it will work

Development plan

1Data model
  • Extend the existing permission slip response model with a signature field (typed name or a drawn-signature image), timestamp, and device metadata.
2Signature UI
  • A typed-name confirmation step as the default response flow.
  • A draw-to-sign canvas as an option for slips flagged as needing it.
3Per-slip requirement toggle
  • A setting on each permission slip letting a teacher or admin decide whether it needs a full signature or the existing plain click.
4Testing & export
  • Tests confirming signature data is stored correctly against the right student and guardian, and can't be edited after the fact.
  • Signature detail included in data export tools once that ships, so a school can produce a compliance record on request.

Technical considerations