Skip to content

Commit

Permalink
refactor: update states for events and families
Browse files Browse the repository at this point in the history
  • Loading branch information
Osneil Drakes authored and Osneil Drakes committed Oct 1, 2024
1 parent 9de3e38 commit c99b377
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gcf_data_mapper/enums/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ class EventColumnNames(Enum):
class EventTypeNames(Enum):
"""The GCF event type names (should map to the GCF taxonomy)."""

APPROVED = "Approved"
APPROVED = "Project Approved"
UNDER_IMPLEMENTATION = "Under Implementation"
COMPLETED = "Completed"
COMPLETED = "Project Completed"


class Events:
Expand Down

0 comments on commit c99b377

Please sign in to comment.