Files
metabuilder/docs/guides
JohnDoe6345789 7243f29f19 feat: Add UI Standards, Refactoring Summary, and Dependency Update Reports
- Introduced UI Standards document to enforce Material-UI and SASS usage.
- Created Refactoring Summary detailing the conversion of large TypeScript files to JSON, improving maintainability and reducing code complexity.
- Added Dependency Update Summary outlining major version updates and API refactoring for Prisma and other dependencies.
- Documented Legacy Pipeline Cruft Analysis to identify redundant workflows post-implementation of gated workflows.
- Enhanced PR Summary for converting TODO items to GitHub issues with new scripts and automation workflows.
- Established Renovate Dependency Dashboard Status Report confirming successful dependency updates and compliance with UI standards.
2025-12-29 21:37:54 +00:00
..
2025-12-26 02:27:07 +00:00
2025-12-25 11:42:22 +00:00

Development Guides

Practical how-to guides and tutorials for MetaBuilder development.

Getting Started

Component Development

  • Component development workflow
  • Building custom components
  • Integrating with the package system

Database Operations

  • Common database patterns
  • Query optimization
  • Multi-tenancy considerations

API Development

  • Building new API endpoints
  • Integrating with DBAL
  • Working with schemas

Testing & Quality

  • Writing effective tests
  • Running test suites locally
  • Performance optimization

Additional Resources