Files
metabuilder/docs/guides
copilot-swe-agent[bot] ab40e74ba1 Add testing guide and update TODO tracking
- Add comprehensive act testing guide for gated workflows
- Update SDLC TODO with completed deployment gate items
- Mark auto-merge workflow updates as complete

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 04:46:13 +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