chore: remove vibe-coding artifacts from tracking, sync notes and obsidian config
- Untrack .claude/launch.json (Claude Code config) - Add .claude/, .mcp.json, CLAUDE.md, and AI-generated CSVs to .gitignore - Add _notes/ vault (architecture, API, tasks, bugs, infra docs) - Add .obsidian/ plugin/vault config (workspace state excluded) - Sync CHANGELOG.md Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
55
_notes/00 - Home/Dashboard.md
Normal file
55
_notes/00 - Home/Dashboard.md
Normal file
@@ -0,0 +1,55 @@
|
||||
# Eventify — Project Dashboard
|
||||
|
||||
> **Eventify** is a multi-platform event discovery & management ecosystem consisting of 4 frontends, a Django backend, and Docker-based infrastructure on AWS EC2.
|
||||
|
||||
---
|
||||
|
||||
## Ecosystem Overview
|
||||
|
||||
| Project | Domain / Platform | Tech Stack | Path |
|
||||
|---------|-------------------|------------|------|
|
||||
| **Main Web App** | `app.eventifyplus.com` | React 18 + Vite + TS + Tailwind | [[09 - Projects/App - Web Frontend]] |
|
||||
| **Admin Panel** | `admin.eventifyplus.com` | React 18 + Vite + Shadcn/UI + Tailwind | [[09 - Projects/Admin - Command Center]] |
|
||||
| **Partner Portal** | `partner.eventifyplus.com` | Next.js 16 + React 19 + Prisma + Tailwind | [[09 - Projects/Partner Portal]] |
|
||||
| **Mobile App** | iOS / Android / Desktop | Flutter (Dart) | [[09 - Projects/Mobile - Flutter]] |
|
||||
| **Backend API** | `uat.eventifyplus.com/api/` | Django (Python) | [[09 - Projects/Backend - Django]] |
|
||||
| **Infrastructure** | AWS EC2 + Docker | Docker Compose, Nginx | [[10 - Infrastructure/Server & Docker]] |
|
||||
| **Server Monitor** | `status.eventifyplus.com` | Node.js + Docker | [[10 - Infrastructure/Server Monitor]] |
|
||||
|
||||
---
|
||||
|
||||
## Quick Links
|
||||
|
||||
| Area | Note |
|
||||
|------|------|
|
||||
| Architecture | [[01 - Architecture/Overview]] |
|
||||
| Folder Structure | [[01 - Architecture/Folder Structure]] |
|
||||
| State Management | [[01 - Architecture/State Management]] |
|
||||
| Features | [[02 - Features/Auth]] · [[02 - Features/Events]] · [[02 - Features/Gamification]] · [[02 - Features/Reviews]] |
|
||||
| Screens | [[03 - Screens/Screen Index]] |
|
||||
| API & Backend | [[04 - API & Backend/API Notes]] |
|
||||
| Tasks | [[05 - Tasks & Planning/Kanban]] · [[05 - Tasks & Planning/Backlog]] |
|
||||
| Bugs | [[06 - Bugs & Issues/Bug Log]] |
|
||||
| Design | [[07 - Design & UI/Design Notes]] |
|
||||
|
||||
---
|
||||
|
||||
## Active Tasks
|
||||
|
||||
```dataview
|
||||
TASK
|
||||
FROM "_notes"
|
||||
WHERE !completed
|
||||
LIMIT 10
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Recent Notes
|
||||
|
||||
```dataview
|
||||
TABLE file.mtime AS "Last Modified"
|
||||
FROM "_notes"
|
||||
SORT file.mtime DESC
|
||||
LIMIT 8
|
||||
```
|
||||
Reference in New Issue
Block a user