Skip to content

Add status transition history / audit log #11

Description

@lukesmmr

Context

The disasters table only stores the current status (active/contained/resolved). There is no record of when status transitions happened. The mobile app Before/During/After lifecycle view would benefit from knowing:

  • When did this fire go from active to contained?
  • How long was it active?
  • Timeline of the disaster progression

Proposed Change

Add a disaster_status_history table to auto-log transitions via trigger on the disasters table. Include a statusHistory field on GET /api/v1/disasters/:id.

Priority

P3 - Nice to have for MVP. Important for the full Before/During/After narrative.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions