Skip to content

Conversation

@Mishael-2584
Copy link
Contributor

  • Fix validation to properly handle forms/ext.json (root-level ext.json)
  • Previously only handled forms/{formName}/ext.json (form-level)
  • Updated all 4 locations where ext.json files are checked:
    1. Form directory tracking (skip forms/ext.json)
    2. Form file validation (skip forms/ext.json)
    3. Extension renderer collection (include forms/ext.json)
    4. Extension validation (include forms/ext.json)

Fixes validation error: 'invalid form file path: forms/ext.json'

Pull Request Title

Description

Type of Change

  • Bug Fix
  • New Feature / Enhancement
  • Refactor / Code Cleanup
  • Documentation Update
  • Maintenance / Chore
  • Other (please specify):

Component(s) Affected

  • formulus (React Native mobile app)
  • formulus-formplayer (React web app)
  • synkronus (Go backend server)
  • synkronus-cli (Command-line utility)
  • Documentation
  • DevOps / CI/CD
  • Other:

Related Issue(s)

Closes/Fixes/Resolves:


Testing

  • Unit tests added/updated
  • Integration tests added/updated
  • Manually tested
  • Tested on multiple platforms (if applicable)
  • Not applicable

Breaking Changes

  • This PR introduces breaking changes
  • This PR does NOT introduce breaking changes

If breaking changes, please describe migration steps:


Documentation Updates

  • Documentation has been updated
  • Documentation update is not required

Checklist

  • Code follows project style guidelines
  • All existing tests pass
  • New tests added for new functionality
  • PR title follows Conventional Commits format

Thank you for contributing to Open Data Ensemble (ODE)!

- Fix validation to properly handle forms/ext.json (root-level ext.json)
- Previously only handled forms/{formName}/ext.json (form-level)
- Updated all 4 locations where ext.json files are checked:
  1. Form directory tracking (skip forms/ext.json)
  2. Form file validation (skip forms/ext.json)
  3. Extension renderer collection (include forms/ext.json)
  4. Extension validation (include forms/ext.json)

Fixes validation error: 'invalid form file path: forms/ext.json'
@Ndacyayisenga-droid Ndacyayisenga-droid merged commit a188c32 into dev Jan 21, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants