-
Notifications
You must be signed in to change notification settings - Fork 1
MVP Overview
Garot Conklin edited this page Dec 26, 2024
·
1 revision
- Event discovery using Google Search API
- Google Calendar integration
- Simple user authentication
RunOn/
├── .github/
│ └── workflows/
│ └── build.yml
├── backend/
│ ├── functions/
│ │ ├── event_discovery/
│ │ └── calendar_sync/
│ ├── models/
│ ├── tests/
│ ├── scripts/
│ └── README.md
├── README.md
└── sonar-project.properties
- Backend-first approach
- 100% test coverage
- Clean architecture
- Minimal viable feature set
- Phase 1: Backend Core (Current)
- Phase 2: API Integration
- Phase 3: Testing & Documentation
© RunOn! 2024
Full-Featured Documentation
- Android Technical Stack (Archived)
- Android Architecture (Archived)
- Business Prospectus (Archived)
- Feature Specifications (Archived)
- UI/UX Design (Archived)