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
+48
View File
@@ -0,0 +1,48 @@
# QA Test Report
**Date:** 2026-06-25 17:09:14
**URL:** https://falahos.my/mobile
**Layer:** render
## Summary
| ✅ Pass | ❌ Fail | ⚠️ Warn | Total | Grade |
|:------:|:------:|:------:|:----:|:-----:|
| 30 | 0 | 0 | 30 | **A** |
## Details
| Result | Message |
|:------|:--------|
| ✅ | Landing (/) — clean (no error patterns) |
| ✅ | Landing (/) — contains "Falah" |
| ✅ | Prayer (/prayer) — clean (no error patterns) |
| ✅ | Prayer (/prayer) — contains "Prayer Times" |
| ✅ | Prayer (/prayer) — contains "Kuala Lumpur" |
| ✅ | Dhikr (/dhikr) — clean (no error patterns) |
| ✅ | Qibla (/qibla) — clean (no error patterns) |
| ✅ | Halal Monitor (/halal-monitor) — clean (no error patterns) |
| ✅ | Nur (/nur) — clean (no error patterns) |
| ✅ | Forum (/forum) — clean (no error patterns) |
| ✅ | Souq (/souq) — clean (no error patterns) |
| ✅ | Groups (/groups) — clean (no error patterns) |
| ✅ | Learn (/learn) — clean (no error patterns) |
| ✅ | Wallet (/wallet) — clean (no error patterns) |
| ✅ | Profile (/profile) — clean (no error patterns) |
| ✅ | 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 "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
```