Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.41 KB

File metadata and controls

37 lines (25 loc) · 1.41 KB

Mosque.API — Master TODO

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


Overview

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

Cross-cutting

  • 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

Links to section TODOs

  • 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.