You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Display statusMatch on the opportunity card (volunteer section), and reflect the auto-derived opp-active status. This is the opportunity-side mirror of the volunteer profile's opportunity section.
Summary
Display
statusMatchon the opportunity card (volunteer section), and reflect the auto-derivedopp-activestatus. This is the opportunity-side mirror of the volunteer profile's opportunity section.Status design
opportunity.status(shown on opportunity header)opp-newopp-searchingopp-activeopp-inactiveopportunity.statusMatch(shown in volunteer section of opportunity card)vol-no-matchesvol-pending-matchvol-matchedvol-pastFE changes needed
statusMatchto opportunity card volunteer section display (badge/label), similar to how volunteer profile shows opportunity statusstatusMatchfrom SDKApiOpportunityGet.statusMatch(available after SDK create volunteer editable profile logic #88)opp-activestatus on the opportunity header is now auto-set by BE — no manual trigger needed from FEDepends on