mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 14:25:02 +00:00
- 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.
Development Guides
Practical how-to guides and tutorials for MetaBuilder development.
Getting Started
- ACT Cheat Sheet - Quick reference for GitHub Actions local testing
- SASS Setup Guide - Configure SASS for your project
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
- Architecture Documentation - System design
- Testing Guidelines - Test standards
- API Reference - API documentation