Skip to content

Conversation

@DharmpratapSingh
Copy link
Owner

  • Fixed src directory path to backend/src
  • Updated .env path to backend/.env
  • Added helpful error message for missing .env file

Pull Request

Description

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Performance improvement
  • Code quality improvement

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own 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 modules

Testing

Related Issues

claude and others added 8 commits November 12, 2025 23:24
- Fixed src directory path to backend/src
- Updated .env path to backend/.env
- Added helpful error message for missing .env file
- Lists all existing schemas on Walacor tenant
- Checks for required IntegrityX schemas (ETIds 100001-100004)
- Checks for schema creation meta-schema (ETId 50)
- Provides recommendations based on findings
- Shows actual field definitions from Walacor
- Compares with expected schema structure
- Lists all fields, types, required status, and indexes
- Helps identify schema mismatches
- Changed from get_schema() to get_list_with_latest_version()
- Find schemas in the list by ETId
- Should now properly display field definitions
- Fix seal_document_hash to send all required loan_documents fields
- Fix seal_loan_packet to match loan_documents schema structure
- Fix log_audit_event to match audit_logs schema (add user, fix timestamp format)
- Fix add_provenance_link to use DATETIME_EPOCH format for timestamp
- Fix create_attestation to use DATETIME_EPOCH format and make signature optional
- All timestamps now use int epoch format instead of ISO strings
- All fields now match the exact Walacor schema definitions
- Tests direct insertion into loan_documents and audit_logs schemas
- Shows exact data being sent
- Displays detailed error messages from Walacor
- Helps diagnose insertion failures
- Added detailed exception attribute inspection
- Added response body and headers capture
- Added query test to check if schema reads work
- Added diagnosis section explaining 500 errors
- Provides recommended actions for debugging
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