Add the parental consent form, and confirm what IJNDD actually says - #8
Merged
Conversation
Two things the launch checklist was blocked on. The district policy question is settled. Melrose's IJNDD is not the MASC model policy §8 was reasoning from: it is a locally drafted "Electronic Communication/Social Media" adopted June 12, 2018, and it contains neither of the two clauses §8 quoted, nor the "improper fraternization" language §8 attributed to it. Its operative provision on individual contact is advisory — "should" use district e-mail, in a policy that says "shall not" and "must" in the clauses on either side — and its second half presupposes that outside platforms do carry school business once families are told. Our employee-mentor is not barred from Slack. Two consequences. The district_observer seat is goodwill rather than compliance with anything written, since the clause that would have required it is absent. And the real constraint on that mentor is clause (k) — coach messages go to all team members — which is stricter than §4.1 and belongs to the employee manual, not to hawk-mod. IJNDD also puts a public-records burden (M.G.L. c. 66 §10) on that mentor personally, which export-conversation covers in substance. The consent form is new. It carries §4.3's audit disclosure to both students and parents, the Slack CSS §IV notice of what is collected and shared, and IJNDD's requirement that families be told which platforms carry school business. It leads with Slack keeping everything for as long as the workspace exists and describes the team's own records as a much smaller copy on top of that, because the reverse framing made our deletion promise read as more total than it can be. Consent is unbundled: media release lives on its own form, and the optional items are nowhere on this page. Three commitments here outrun the code, and are filed as issues: nothing purges at the retention deadline (#3), revokeConsent() has no caller so withdrawal cannot be performed (#4), and the monthly Drive archive needs both a bulk export (#5) and its own retention (#6). Rendering is one source, two outputs — parents read the HTML on a phone and sign the PDF, so the two cannot drift. Puppeteer and markdown-it are devDependencies only; the runtime image does not carry them, and --ignore-scripts means Chromium needs an explicit install. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes the two items the launch checklist was waiting on: the district-policy question in §8, and the consent form itself.
IJNDD says less than we assumed
Melrose's policy is not the MASC model §8 was reasoning from. It is a locally drafted IJNDD — Electronic Communication/Social Media, adopted June 12, 2018, and it contains neither clause §8 quoted, nor the "improper fraternization" language §8 attributed to it. Its operative provision reads:
"Should," in a policy that says "shall not" and "must" in the clauses on either side of it — and half (b) presupposes that non-district platforms do carry school business, or there would be nothing to tell families about. Our employee-mentor is not barred from Slack.
Two consequences:
district_observerseat is goodwill, not compliance. The clause that would have required it is absent.IJNDD also puts an M.G.L. c. 66 §10 public-records burden on that mentor personally.
export-conversationcovers the substance; the forward-to-school-e-mail expectation is one to settle with the principal.The consent form
docs/consent-form.mdcarries YPP §4.3's audit disclosure to both students and parents, the Slack CSS §IV notice of what is collected and shared, and IJNDD's requirement that families be told which platforms carry team business.It leads with Slack keeping everything for as long as the workspace exists, and describes the team's records as a much smaller copy on top of that. The reverse framing made the deletion promise read as more total than it can be — Slack gives no way to remove one student's messages, and the form now says so.
Consent is unbundled: the media release is a separate form, and nothing optional appears on this page. Deletion-on-request is not offered, because it would not be honored.
Three promises that outrun the code
Filed rather than fixed here:
revokeConsent()has no caller, so withdrawal cannot be performedAlso opened #7, to investigate huddle tracking.
Rendering
npm run render:form→ HTML + PDF from one source, so what parents read on a phone and what they sign cannot drift. Puppeteer and markdown-it are devDependencies; the runtime image does not carry them, and--ignore-scriptsmeans Chromium needsnpx puppeteer browsers install chromeonce.Still open for a human
2027.1.🤖 Generated with Claude Code