Skip to content

feat: add simple validation system for app project#748

Open
dangershony wants to merge 1 commit intomainfrom
feature/simple-validation-system
Open

feat: add simple validation system for app project#748
dangershony wants to merge 1 commit intomainfrom
feature/simple-validation-system

Conversation

@dangershony
Copy link
Copy Markdown
Member

Summary

  • Implements simple validation system with single ProjectValidator class
  • Includes environment-aware validation (debug vs production modes)
  • Provides debug data population helper
  • Minimal code changes required for integration

Changes

  • Added - simple validation result pattern
  • Added - all validation logic in one class
  • Added - debug data population
  • Added - integration example

Validation Rules

  • Production: Strict validation (0.001-100 BTC, 10-365 penalty days, etc.)
  • Debug: Lenient validation (bypasses strict limits for testing)

Integration

Ready to integrate with app project ViewModels with minimal changes.

@dangershony dangershony force-pushed the feature/simple-validation-system branch from 989bdd9 to 542f43a Compare April 3, 2026 02:08
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.

1 participant