Skip to content
This repository was archived by the owner on May 3, 2026. It is now read-only.

Refactor emergency controllers for reusable async CRUD#187

Merged
brothercorvo merged 2 commits into
mainfrom
corvo/add-async-methods-for-crud-in-controllers_emergency.py
Oct 6, 2025
Merged

Refactor emergency controllers for reusable async CRUD#187
brothercorvo merged 2 commits into
mainfrom
corvo/add-async-methods-for-crud-in-controllers_emergency.py

Conversation

@brothercorvo

Copy link
Copy Markdown
Member

Summary

  • add reusable async CRUD helpers that leverage BaseModel operations in the Emergency Management controllers
  • update emergency controller methods to reuse the helpers and return persisted dataclasses or status mappings
  • log task completion for the new work in TASK.md

Testing

  • python -m pytest tests/test_example_emergency_management.py -k "emergency_action_message_crud or event_controller_crud" -q
  • python -m pytest tests/test_integration_webui_persistence.py -q

https://chatgpt.com/codex/tasks/task_e_68e3a5ff11488325b57f4991cae14505

@brothercorvo brothercorvo merged commit 82ee045 into main Oct 6, 2025
2 checks passed
@brothercorvo brothercorvo deleted the corvo/add-async-methods-for-crud-in-controllers_emergency.py branch November 14, 2025 18:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant