Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Withdraw Endpoint for Issuance Offers #127

Open
1 task
nanderstabel opened this issue Oct 3, 2024 · 0 comments
Open
1 task

Implement Withdraw Endpoint for Issuance Offers #127

nanderstabel opened this issue Oct 3, 2024 · 0 comments
Labels
Added A new feature that requires a minor release.

Comments

@nanderstabel
Copy link
Collaborator

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

  • Add Offer withdraw endpoint
@nanderstabel nanderstabel added the Added A new feature that requires a minor release. label Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Added A new feature that requires a minor release.
Projects
None yet
Development

No branches or pull requests

1 participant