feat(feedback-site): tell answers from different links apart (#363) #597
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/feedback-response-source"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The owner wants to send round two to people outside their group without mixing those answers with the group's. They also asked to follow answers as they arrive, which turned up a gap from #594: the admin page never showed the new wiki ratings or the wiki answer.
What changes
SHARE_KEYS=external:<key>[,label:<key>…]sits besideSHARE_KEY.source, overwriting anything the page sends, so nobody can relabel their own answers.SHARE_KEY's link isgroup, and so is every response from before labels existed, when it was the only key.SHARE_KEYSentry stops the app at start-up rather than being skipped. A skipped entry would leave its link refusing everyone in a way that looks like the respondent's fault. The error message never repeats key material.a_wiki,b_wiki) and the "Wanted from the wiki" answersourceas its last column, so anything reading columns by position is unaffected..env.exampleexplain how to send a link to a different group.Checked
groupin the JSON and the CSVruff checkis clean.node --check.SHARE_KEYS=external:…line was appendedgroup🤖 Generated with Claude Code