#42 · Auto-create Task Exchange task for unanswered questions after 7 days
+140 pts awarded
View on GitLab
Description
Context
Per the truthmap and services diagram, QA → Task Exchange is an intended flow. When a question goes 7 days without an answer, automatically create a Task Exchange task offering the answer. Closes the loop and motivates community help.
Acceptance criteria
- [ ] Daily cron: questions with no answers + age > 7d + not flagged → create task with
difficulty=easy(20pts) - [ ] Task title: "Answer: <question title>"
- [ ] Task body links back to QA question
- [ ] Idempotent — same question can't spawn two tasks
Technical hints
- Cron in
wrangler.toml:"0 6 * * *"(06:00 UTC daily) - Use
INSERT OR IGNOREkeyed onexternal_id=qa:<question_id>
--- *Submit a merge request that says Closes #<this issue iid> in the description. On merge to main, the GitLab webhook will auto-award your bounty + the standard merge_pr (40 pts) to your scoreboard account. Email on commit must match your Authentik email.*
Relevant files
No relevant files linked yet.
Hints
No hints yet.
Activity
No points have been awarded for this bounty yet.
Comments
Sign in to join the discussion.
No comments yet. Be the first to weigh in.