[In progress] Add feedback/suggestion forms to Glossary and Adopting Principled Education pages - #872
Open
richarddushime wants to merge 5 commits into
Open
[In progress] Add feedback/suggestion forms to Glossary and Adopting Principled Education pages#872richarddushime wants to merge 5 commits into
richarddushime wants to merge 5 commits into
Conversation
Contributor
|
👍 All image files/references (if any) are in webp format, in line with our policy. |
Contributor
📝 Spell Check ResultsFound 6 potential spelling issue(s) when checking 7 changed file(s): 📄
|
| Line | Issue |
|---|---|
| 32 | Referenz ==> Reference |
📄 layouts/partials/glossary_feedback_form.html
| Line | Issue |
|---|---|
| 27 | oder ==> order, older, coder, odder, odor, over, doer |
| 27 | oder ==> order, older, coder, odder, odor, over, doer |
| 31 | Referenz ==> Reference |
| 34 | oder ==> order, older, coder, odder, odor, over, doer |
| 59 | bu ==> by, be, but, bug, bun, bud, buy, bum |
ℹ️ How to address these issues:
- Fix the typo: If it's a genuine typo, please correct it.
- Add to whitelist: If it's a valid word (e.g., a name, technical term), add it to
.codespell-ignore.txt - False positive: If this is a false positive, please report it in the PR comments.
🤖 This check was performed by codespell
Contributor
|
✅ Staging Deployment Status This PR has been successfully deployed to staging as part of an aggregated deployment. Deployed at: 2026-08-26 22:52:17 UTC The staging site shows the combined state of all compatible open PRs. |
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.
Description
Adds two native feedback forms, on individual glossary term pages and the "Adopting Principled Education" page, that submit directly to a Google Sheet via a shared Google Apps Script backend, no third-party form embed required.
Glossary entry pages
New "Suggest an improvement" form (correction / suggestion / other, message, optional email), translated into all 5 glossary languages, RTL-aware for Arabic.
Submits to a glossary_feedback sheet tab
Adopting Principled Education page
APE feedback form (tips used, what worked, student demographics, comments) matching the page's existing "share your experience" call-to-action, replacing a dead/empty Google Form link.
Submits to a separate adopting_feedback sheet tab in the same spreadsheet.
Appscript
.feedback-appscript/Code.js now dispatches on a type field to route chat / glossary / adopting submissions to their own created sheet tabs in one shared Apps Script deployment.
Fixes #743
Type of Change
Testing
Checklist
Notes