Files
metabuilder/docs/guides
JohnDoe6345789 3537211368 feat(todos): Add comprehensive TODO lists for various project areas
- Created TODO files for Testing, DBAL, Frontend, Packages, Database, and Lua Scripting.
- Updated README with a quick reference table for all TODO files and their priorities.
- Added specific tasks for improving testing coverage, implementing DBAL features, enhancing frontend components, and refining package management.
- Included documentation tasks to ensure thorough coverage and clarity across all areas.
- Implemented initial unit tests for the useAuth hook and improved password generation logic.
- Enhanced package loader functionality to support modular package seed data retrieval.
- Updated page renderer to include public role in permission checks.
- Added comments for future unit tests in workflow engine and other critical areas.
2025-12-25 15:47:15 +00:00
..
2025-12-25 11:42:22 +00:00
2025-12-25 11:42:22 +00:00
2025-12-25 12:32:52 +00:00
2025-12-25 11:42:22 +00:00
2025-12-25 11:42:22 +00:00
2025-12-25 11:42:22 +00:00
2025-12-25 11:42:22 +00:00
2025-12-25 11:56:14 +00:00
2025-12-25 11:56:14 +00:00
2025-12-25 11:56:14 +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