Skip to content

Commit

Permalink
feat: implement prettyVc in bulk issuance porcess (#869)
Browse files Browse the repository at this point in the history
* fix: send email verification issue

Signed-off-by: bhavanakarwade <[email protected]>

* refcator: schema endorsement flow

Signed-off-by: bhavanakarwade <[email protected]>

* fix: resolved sonar lint issues

Signed-off-by: bhavanakarwade <[email protected]>

* fix: worked on sonarcloud issues

Signed-off-by: bhavanakarwade <[email protected]>

* fix: delete organization bugs

Signed-off-by: bhavanakarwade <[email protected]>

* fix: cred def id space fixes

Signed-off-by: bhavanakarwade <[email protected]>

* fix: create organization bug

Signed-off-by: bhavanakarwade <[email protected]>

* fix: pagination issue for preview file

Signed-off-by: bhavanakarwade <[email protected]>

* fix: pagination issue

Signed-off-by: bhavanakarwade <[email protected]>

* fix: imageurl issue in verification

Signed-off-by: bhavanakarwade <[email protected]>

* fix: made request if parameter optional

Signed-off-by: bhavanakarwade <[email protected]>

* refactor: added templateId mapping in file upload functionality

Signed-off-by: bhavanakarwade <[email protected]>

* refactor: interface types

Signed-off-by: bhavanakarwade <[email protected]>

* feat: implemented prettyvc while bulk issuance

Signed-off-by: bhavanakarwade <[email protected]>

* fix: issuance process

Signed-off-by: bhavanakarwade <[email protected]>

* wip: pretty for bulk issuance

Signed-off-by: bhavanakarwade <[email protected]>

* wip: made autoacceptcredential flag always

Signed-off-by: bhavanakarwade <[email protected]>

* fix: datatype issue

Signed-off-by: bhavanakarwade <[email protected]>

---------

Signed-off-by: bhavanakarwade <[email protected]>
  • Loading branch information
bhavanakarwade authored and KulkarniShashank committed Sep 6, 2024
1 parent 5b16b49 commit fe2c2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/prisma-service/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ model file_upload {
organisation organisation? @relation(fields: [orgId], references: [id])
orgId String? @db.Uuid
credential_type String?
templateId String? @db.VarChar
templateId String? @db.VarChar
}

model file_data {
Expand Down

0 comments on commit fe2c2d3

Please sign in to comment.