Context
Sub-task of #379.
All volunteers in the new dashboard are currently marked as regular, even those who are accompanying volunteers. The correct type needs to be migrated from Notion.
What to do
- Read volunteering type from the Notion CSV/export per volunteer
- Map to
ProfileVolunteeringType: regular, accompanying, or regular-accompanying
- Update each volunteer record with the correct
volunteeringType / statusType value
Note
The FE already supports all three types in the UI. The BE entity and SDK types (ProfileVolunteeringType) also already have the three options — this is purely a data migration task.
Field
volunteer.statusType → ProfileVolunteeringType (regular | accompanying | regular-accompanying)
Context
Sub-task of #379.
All volunteers in the new dashboard are currently marked as
regular, even those who are accompanying volunteers. The correct type needs to be migrated from Notion.What to do
ProfileVolunteeringType:regular,accompanying, orregular-accompanyingvolunteeringType/statusTypevalueNote
The FE already supports all three types in the UI. The BE entity and SDK types (
ProfileVolunteeringType) also already have the three options — this is purely a data migration task.Field
volunteer.statusType→ProfileVolunteeringType(regular|accompanying|regular-accompanying)