YetAnotherSuite Dev
|
c7d98523c6
|
init backup
CI / Quality Check (push) Has been cancelled
|
2026-07-23 23:33:50 +02:00 |
|
YetAnotherSuite Dev
|
436f6dda6c
|
fix: remove notification plugin config (initialized in Rust, no JS config needed)
|
2026-07-20 23:16:53 +02:00 |
|
YetAnotherSuite Dev
|
76ca906471
|
fix: notification plugin config format for Tauri v2
In Tauri v2, the notification plugin expects a boolean or unit value,
not an object with 'all' key.
|
2026-07-20 23:15:13 +02:00 |
|
YetAnotherSuite Dev
|
43ad965300
|
fix: generate RGBA icons for Tauri (requires alpha channel)
|
2026-07-20 23:13:47 +02:00 |
|
YetAnotherSuite Dev
|
78fda1e1a7
|
chore: gitignore Rust target directory, add src-tauri/.gitignore
|
2026-07-20 23:12:38 +02:00 |
|
YetAnotherSuite Dev
|
e937627e1f
|
fix: add Tauri icons and remove unused Manager import
- Create placeholder icon.png (32x32, 128x128, 256x256) for Tauri build
- Remove unused from lib.rs
|
2026-07-20 23:12:18 +02:00 |
|
YetAnotherSuite Dev
|
e5cbb66020
|
fix: add missing Tauri main.rs binary entry point
Tauri v2 requires both src/lib.rs (library) and src/main.rs (binary).
main.rs calls yetanothersuite_lib::run() as the standard entry point.
|
2026-07-20 23:07:25 +02:00 |
|
YetAnotherSuite Dev
|
2a2b2e5398
|
feat: Phase 6 platform — public API, desktop app, Docker deployment, analytics
Phase 6.1: Public API & Webhooks
- OpenAPI/Swagger docs at /docs (from Phase 1)
- Webhook subscription CRUD with secret-based verification
- Webhook delivery with event type headers
- Test webhook endpoint for debugging
Phase 6.2: Desktop App (Tauri)
- Tauri v2 project skeleton with Rust backend
- Window configuration (1200x800, min 800x600)
- Shell and notification plugins configured
- Desktop build documentation
Phase 6.3: Docker Deployment
- Multi-service Docker Compose (PostgreSQL 16, Redis 7, Meilisearch)
- Production Dockerfiles for API and web (multi-stage builds)
- Nginx config with API proxy and WebSocket upgrade
- Health checks on all services
Phase 6.4: Analytics Dashboard
- Analytics overview endpoint (node counts, completion rates)
- Activity tracking feed (30-day history)
- Weekly activity metrics
|
2026-07-20 22:30:12 +02:00 |
|