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
+43
View File
@@ -0,0 +1,43 @@
# QA Test Report
**Date:** 2026-06-28 08:00:55
**URL:** https://falahos.my/mobile
**Layer:** render
## Summary
| ✅ Pass | ❌ Fail | ⚠️ Warn | Total | Grade |
|:------:|:------:|:------:|:----:|:-----:|
| 16 | 0 | 9 | 25 | **A** |
## Details
| Result | Message |
|:------|:--------|
| ⚠️ | Landing (/) — suspiciously small (20 bytes) |
| ⚠️ | Prayer (/prayer) — suspiciously small (20 bytes) |
| ⚠️ | Dhikr (/dhikr) — suspiciously small (20 bytes) |
| ⚠️ | Qibla (/qibla) — suspiciously small (20 bytes) |
| ⚠️ | Halal Monitor (/halal-monitor) — suspiciously small (20 bytes) |
| ⚠️ | Nur (/nur) — suspiciously small (20 bytes) |
| ⚠️ | Forum (/forum) — suspiciously small (20 bytes) |
| ⚠️ | Souq (/souq) — suspiciously small (20 bytes) |
| ⚠️ | Groups (/groups) — suspiciously small (20 bytes) |
| ✅ | Pattern "Invalid response" — absent from all pages |
| ✅ | Pattern "Internal Server Error" — absent from all pages |
| ✅ | Pattern "Application error" — absent from all pages |
| ✅ | Pattern "Cannot read properties of" — absent from all pages |
| ✅ | Pattern "undefined is not" — absent from all pages |
| ✅ | Pattern "TypeError" — absent from all pages |
| ✅ | Pattern "Failed to fetch" — absent from all pages |
| ✅ | Pattern "not found" — absent from all pages |
| ✅ | Pattern "500 Internal" — absent from all pages |
| ✅ | Pattern "JSON Parse error" — absent from all pages |
| ✅ | Pattern "Unexpected token" — absent from all pages |
| ✅ | Pattern "Cannot find module" — absent from all pages |
| ✅ | Pattern "Minified React error" — absent from all pages |
| ✅ | /prayer — 2 loading indicators (acceptable) |
| ✅ | /dhikr — 2 loading indicators (acceptable) |
| ✅ | /qibla — 3 loading indicators (acceptable) |
## Re-run
```bash
python3 tests/qa-test-suite.py
```