Skip to content

MVP Overview

Garot Conklin edited this page Dec 26, 2024 · 1 revision

MVP Overview

Core Features

  • Event discovery using Google Search API
  • Google Calendar integration
  • Simple user authentication

Project Structure

RunOn/
├── .github/
│   └── workflows/
│       └── build.yml
├── backend/
│   ├── functions/
│   │   ├── event_discovery/
│   │   └── calendar_sync/
│   ├── models/
│   ├── tests/
│   ├── scripts/
│   └── README.md
├── README.md
└── sonar-project.properties

Development Focus

  • Backend-first approach
  • 100% test coverage
  • Clean architecture
  • Minimal viable feature set

Timeline

  • Phase 1: Backend Core (Current)
  • Phase 2: API Integration
  • Phase 3: Testing & Documentation

RunOn Documentation

MVP Documentation

Core Documentation

Archived (Full-Featured)

Full-Featured Documentation

Clone this wiki locally