pivot: migrate V1 mobile from Docker to Netlify serverless

- Switch Prisma schema from SQLite to PostgreSQL
- Add netlify.toml for Netlify deployment config
- Add @netlify/plugin-nextjs for serverless Next.js
- Remove Docker build files (Dockerfile, docker-compose, start.sh)
- Remove auto-healer and scripts directories
- Update next.config.ts (remove standalone output)
- Database: falah_mobile_v1 on Contabo Postgres
This commit is contained in:
2026-06-28 23:02:48 +02:00
parent 5b08f8b041
commit a1c5fecd83
117 changed files with 8619 additions and 2837 deletions
+25
View File
@@ -0,0 +1,25 @@
# QA Test Report
**Date:** 2026-06-25 15:56:01
**URL:** https://falahos.my/mobile
**Layer:** api
## Summary
| ✅ Pass | ❌ Fail | ⚠️ Warn | Total | Grade |
|:------:|:------:|:------:|:----:|:-----:|
| 5 | 0 | 2 | 7 | **A** |
## Details
| Result | Message |
|:------|:--------|
| ✅ | Prayer API — full contract satisfied |
| ✅ | Prayer API — all 5 prayer times present |
| ✅ | Prayer API — date: 25 Jun 2026 |
| ✅ | Prayer API — hijri: 10 Muḥarram 1448 |
| ⚠️ | Prayer API (empty) — unexpected: None |
| ✅ | Health API — status=ok |
| ⚠️ | Ummah ID Health → 404 |
## Re-run
```bash
python3 tests/qa-test-suite.py
```