PK Phoung Kosal
- Login: kosal
- Registered on: 10/14/2025
- Last sign in: 04/08/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 4 | 0 | 4 |
| Reported issues | 9 | 0 | 9 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| CHLL | Manager | 04/06/2026 |
Activity
04/08/2026
- PK 09:40 AM CHLL Bug #316 (New): Title: Restart API and validate `/dashboard/overview` response
- - Restart the NestJS backend after code changes
- Call `/api/v1/dashboard/overview?startDate=...&endDate=...`
- Verify response includes non-empty `dailyTrend`
- Confirm frontend receives the correct data shape and displays the ... - PK 09:39 AM CHLL Bug #315 (New): Title: Verify `HomeDailyChart` uses backend dailyTrend correctly
- - Review `delivery-app-front/app/components/home/HomeDailyChart.client.vue`
- Confirm `dailyTrend` props are mapped into chart data
- Ensure totals for Requests, Orders, and Completed are computed from the prop values
- Confirm ... - PK 09:39 AM CHLL Bug #313 (New): Title: Remove invalid daily trend fallback in dashboard pag
- - Update `delivery-app-front/app/pages/index.vue`
- Remove `buildDailyTrendFromRequests()` fallback that hardcoded orders/completed to `0`
- Keep dashboard data loading from `/dashboard/overview` only
- Ensure `dashboardData.da... - PK 09:38 AM CHLL Bug #312 (New): Title: Fix `getDailyTrend()` in dashboard service
- - Replace broken TypeORM query in `delivery-app-api/src/modules/dashboard/dashboard.service.ts`
- Use a raw PostgreSQL query with `generate_series` to return one row per day
- Aggregate `delivery_requests`, `delivery_orders`, and c...
04/06/2026
- PK 03:04 AM CHLL Feature #291 (New): App Version Management API (Force & Soft Update)
- Implement backend APIs in NestJS to manage mobile app versions for iOS and Android. This system will allow the app to check whether a user must update (force) or should update (soft prompt).
The API will use the app_versions table to ...
04/04/2026
- PK 02:57 AM CHLL Feature #290 (New): Testing
- Testing Mobile app IOS and Android, IOS have issues don't provide locations service,
Image is to Large can't upload - PK 02:55 AM CHLL Feature #289 (New): fix & modify backend api
- refactor migrations file and data-sousse, include make it easy migration:run and modify.
04/02/2026
- PK 04:17 AM CHLL Bug #282 (New): Home Page 500 Error Fix
- Renamed chart components to .client.vue to prevent SSR errors
- PK 04:16 AM CHLL Bug #281 (New): Customer Search Fix
- Server-side search with debouncing in the delivery request forms