Skip to content

[codex] Add question deletion#64

Merged
justinjoy merged 1 commit into
mainfrom
codex/delete-questions
Jul 2, 2026
Merged

[codex] Add question deletion#64
justinjoy merged 1 commit into
mainfrom
codex/delete-questions

Conversation

@justinjoy

Copy link
Copy Markdown
Contributor

Summary

  • Add a delete action for questions in the Questions table.
  • Remove deleted questions from SQLite and rewrite facts/query.dl so translated query rules do not linger.
  • Cover store deletion and web deletion behavior with tests.

Why

Questions could be added and translated, but there was no way to remove obsolete or mistaken questions from the UI. Deleting translated questions also needs to keep the generated Datalog query file in sync.

Validation

  • python -m pytest -q

@justinjoy justinjoy marked this pull request as ready for review July 2, 2026 02:49
@justinjoy justinjoy merged commit 75fd4cc into main Jul 2, 2026
4 checks passed
@justinjoy justinjoy deleted the codex/delete-questions branch July 2, 2026 02:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant