This file tracks high-level tasks for the monorepo. Each area has its own TODO.md with concrete, section-specific tasks.
Website: https://mosque.api
| Section | TODO file | Description |
|---|---|---|
| API | apps/api/TODO.md | Backend implementation, DB, auth, all endpoints |
| Documentation | apps/docs/TODO.md | API docs, OpenAPI, examples, guides |
| Landing | apps/landing/TODO.md | Landing page, SEO, metadata, schema |
| Resources | resources/TODO.md | Guides, use cases, pillar content, blog |
- Environment config (API URL, docs URL, landing URL) for dev/staging/prod
- CI/CD: build and test API, docs, landing
- Changelog and versioning strategy for API
- Security: rate limiting, CORS, API key validation
- Monitoring and error tracking
- API TODO — Endpoints, database, auth, webhooks, tests
- Docs TODO — OpenAPI, reference, getting started, examples
- Landing TODO — Pages, SEO, schema markup, sitemap
- Resources TODO — Guides, use cases, pillar/cluster content
See the main README.md for repo structure and quick start.