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:
@@ -0,0 +1,30 @@
|
||||
# QA Test Report
|
||||
**Date:** 2026-06-18 16:25:40
|
||||
**URL:** https://falahos.my/mobile
|
||||
**Layer:** system
|
||||
|
||||
## Summary
|
||||
| ✅ Pass | ❌ Fail | ⚠️ Warn | Total | Grade |
|
||||
|:------:|:------:|:------:|:----:|:-----:|
|
||||
| 12 | 0 | 0 | 12 | **A** |
|
||||
|
||||
## Details
|
||||
| Result | Message |
|
||||
|:------|:--------|
|
||||
| ✅ | Landing page (/) → 200 in 378ms |
|
||||
| ✅ | Prayer times (/prayer) → 200 in 97ms |
|
||||
| ✅ | Dhikr counter (/dhikr) → 200 in 137ms |
|
||||
| ✅ | Qibla finder (/qibla) → 200 in 171ms |
|
||||
| ✅ | Halal monitor (/halal-monitor) → 200 in 121ms |
|
||||
| ✅ | Nur AI (/nur) → 200 in 145ms |
|
||||
| ✅ | Forum (/forum) → 200 in 150ms |
|
||||
| ✅ | Souq (/souq) → 200 in 116ms |
|
||||
| ✅ | Groups (/groups) → 200 in 81ms |
|
||||
| ✅ | Health API endpoint (/api/health) → 200 in 78ms |
|
||||
| ✅ | Prayer API endpoint (/api/prayer) → 200 in 715ms |
|
||||
| ✅ | Landing returns 200 directly |
|
||||
|
||||
## Re-run
|
||||
```bash
|
||||
python3 tests/qa-test-suite.py
|
||||
```
|
||||
Reference in New Issue
Block a user