dhiway / cord.js

Cord JS API
Apache License 2.0
36 stars 48 forks source link

Make object as a valid type in schema fields #103

Closed NiranjanAP closed 7 months ago

NiranjanAP commented 1 year ago

Description

When a data is represented digitally, it can be of complex type, not just a basic 'string', number, date, boolean format. If there is a complex data type, it can then be represented as an 'object' in schema, which can be handled during parsing of the data during IDocument (Verifiable document) format.

Goals

Expected Outcome

We should be able to store a complex type.

Acceptance Criteria

NA

Implementation Details

NA

Mockups / Wireframes

NA


Product Name

CORD

Organization Name

Dhiway

Domain

Blockchain

Tech Skills Needed

Rust

Mentor(s)

@amarts

Complexity

Medium

Category

Feature

Sub Category

Technical Debt

heh155 commented 7 months ago

I want to contribute about this issue 103. I am really interested for a contribution.i am new to this if possible can I get a guidance. @NiranjanAP @amarts

NiranjanAP commented 7 months ago

Sure, pls start by making yourself familiar with the steps in running the demo script and the code

Gmin2 commented 7 months ago

Sure, pls start by making yourself familiar with the steps in running the demo script and the code

Hey @NiranjanAP i have done the following steps can i work on this!

NiranjanAP commented 7 months ago

@Min2who this is already implemented as part of a refactor, will be closing this now. Thanks