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

feat(cat-voices): parse missing document properties, add validation #1503

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

dtscalac
Copy link
Contributor

@dtscalac dtscalac commented Jan 10, 2025

Description

Parses json schema array and object property types and adds validation.

  • Since json schema allows nesting each property can include child properties.
  • Updates UI widgets to build recursively UI for corresponding properties until the full document graph is traversed.

Related Issue(s)

Closes #1466

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream module

@dtscalac dtscalac added draft Draft dart Pull requests that update Dart code labels Jan 10, 2025
@dtscalac dtscalac added this to the M4: Voting & Delegation milestone Jan 10, 2025
@dtscalac dtscalac self-assigned this Jan 10, 2025
Copy link
Contributor

Test Report | ${\color{lightgreen}Pass: 374/385}$ | ${\color{red}Fail: 11/385}$ |

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dart Pull requests that update Dart code draft Draft
Projects
Status: 🏗 In progress
Development

Successfully merging this pull request may close these issues.

🛠️ [TASK] : Add validation logic for document properties
1 participant