Welcome to the Project Dobby documentation. We follow a Feature-Centric approach.
1. Features
The "Home" for each capability. Each folder contains the Product Spec (Requirements), Technical Spec (Design), and any other relevant docs.
- Video Ads: Automated video ad creation and management.
- Notion Integration: Syncing data with Notion databases.
- Approval Workflows: Ad approval processes.
- SSO: Single Sign-On configuration.
2. Architecture
Cross-cutting concerns that affect multiple features.
- Database: Schema definitions and migrations.
- API: API standards and endpoints.
- Deployment: Infrastructure and deployment guides.
- Queue System: Asynchronous job processing architecture.
- New Feature: Create a new folder in
features/. - Plan: Add
product-spec.md(Requirements). - Design: Add
technical-spec.md(Implementation Plan). - Build: Implement and update
task.mdin the feature folder.