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
While the addition of the Withdrawn status to the Status enum is covered in another issue (#119), this task focuses on adding the API endpoint to allow users to withdraw an offer.
Add a /v0/offers/<offer_id>/withdraw endpoint which can be called to withdraw a Credential Offer.
Create a new command to handle the withdrawal of an offer, triggering the appropriate event that updates the offer's status to Withdrawn.
Update the OfferView to exclude withdrawn offers from the active offers list presented to users.
Motivation
Users will no longer see the withdrawn offers in their active list, reducing confusion.
Resources
n/a
To-do List
Add Offer withdraw endpoint
The text was updated successfully, but these errors were encountered:
Description
While the addition of the
Withdrawn
status to the Status enum is covered in another issue (#119), this task focuses on adding the API endpoint to allow users to withdraw an offer.Add a
/v0/offers/<offer_id>/withdraw
endpoint which can be called to withdraw a Credential Offer.Create a new command to handle the withdrawal of an offer, triggering the appropriate event that updates the offer's status to Withdrawn.
Update the
OfferView
to exclude withdrawn offers from the active offers list presented to users.Motivation
Users will no longer see the withdrawn offers in their active list, reducing confusion.
Resources
n/a
To-do List
The text was updated successfully, but these errors were encountered: