-
Notifications
You must be signed in to change notification settings - Fork 55
Adding credential application CRUD and validation #94
Adding credential application CRUD and validation #94
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #94 +/- ##
==========================================
- Coverage 25.94% 23.90% -2.04%
==========================================
Files 14 14
Lines 844 962 +118
==========================================
+ Hits 219 230 +11
- Misses 594 701 +107
Partials 31 31 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, minor comments. main question is whether the API should be to create an application from a presentation submission/manifest id like you have or should we accept an already formed application.
I had conceived of it working opposite to how you have it but open to this
…ps://github.com/TBD54566975/ssi-service into sip-2-create-credential-application-crud-ose-27
Updated Input: Create Manifest Input:
Create Manifest Output:
Submit Application Input:
Submit Application Output:
|
Ok much better now with objects at top level of request: Create Manifest Input:
Create Manifest Output:
Submit Application Input:
Submit Application Output:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥
…se-103 * origin/main: upgrade to go 1.19 (#104) Bump go.opentelemetry.io/otel/exporters/jaeger from 1.9.0 to 1.10.0 (#98) Bump go.opentelemetry.io/otel/sdk from 1.9.0 to 1.10.0 (#99) Bump go.opentelemetry.io/otel from 1.9.0 to 1.10.0 (#97) Bump github.com/magefile/mage from 1.13.0 to 1.14.0 (#100) Bump go.opentelemetry.io/otel/trace from 1.9.0 to 1.10.0 (#101) Adding credential application CRUD and validation (#94) SiP-3 to accepted with some small changes # Conflicts: # go.mod # go.sum
This is the implementation of the Credential Application CRUD and Apply functionality according to SIP 2
https://github.com/TBD54566975/ssi-service/tree/main/sip/sips/sip_2
PUT Manifest Input (We need a valid manifest ID to do an application)
PUT Application Input
Application Output