-
Notifications
You must be signed in to change notification settings - Fork 464
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
Implementing New Stamp Format Support in the Passport App #1542
Labels
Comments
nutrina
changed the title
Add support for new stamp format in the Passport App (both formats will need to be supported for s short period of time)
Add support for new stamp format in the Passport App
Aug 3, 2023
erichfi
changed the title
Add support for new stamp format in the Passport App
Implementing New Stamp Format Support in the Passport App
Aug 3, 2023
These changes became pretty tightly coupled with #1545 checkout 1545-compose-db-ts before spending any time on this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
User Story:
As a developer of the Passport App,
I want to add support for the new stamp format,
So that the app can interact with the updated IAM and scorer endpoints and write stamps to Compose.
Acceptance Criteria
GIVEN I am a user of the Passport App,
WHEN I open the passport application,
THEN the passport application will load the stamps from the scorer API (ceramic cache) in the new format,
AND the passport application will correctly indicate which stamps I have written on-chain.
GIVEN I am a user of the Passport App,
WHEN I claim or refresh a stamp,
THEN the passport application will create the stamp in the new format using the new IAM endpoint,
AND it will store the stamp in the scorer DB (ceramic cache),
AND it will also write the stamp to Compose.
GIVEN I am a user of the Passport App,
WHEN I have new stamps (new format) that are not on-chain,
THEN I can bring my passports on-chain,
AND the on chain label will be properly displayed after that operation for all my stamps.
Product & Design Links:
This depends on Implement ComposeDatabase for Reading & Writing from Compose
Tech Details:
Open Questions:
Notes/Assumptions:
The text was updated successfully, but these errors were encountered: