docs(app): 回填 admin 評分可見性+新增三項維護待辦 - #47
Merged
Merged
Conversation
- TODO/README 記錄 B5 下游補完(dispatch #47 + admin #22):三端齊備—— 乘客評 → 司機看得到自己的平均分 → 營運看得出誰評價低。 - 「下次任務」新增三項**不需前置條件、隨時可做**的維護項(原本四項全被外部資源卡住): 5. 清開發殘留:三個 repo 累積十幾個已合併卻沒刪的 worktree 與舊分支。 6. 清 dev DB 測試殘留:2026-07-27 的 B5 實跑就因十幾個殘留的「線上」司機擋在 派單佇列前,白跑一輪逾時才輪到目標司機。會寫 DB,動手前要先問過。 7. 評分的營運動作:三端現在只「看得到」評分,沒有低分司機的處理流程。 等營運說得出要做什麼再開——做在前面只會做出沒人用的流程。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
純文件,無程式碼改動。
回填
B5 下游補完(dispatch#47 +
admin#22):評分原本只有司機自己看得到,
admin 端
grep -i rating零命中,營運方對爛司機完全無感。補完後三端齊備——乘客評 → 司機看得到自己的平均分 → 營運看得出誰評價低。
新增待辦
「下次任務」原本四項全部被外部資源卡住(Firebase 專案、iPhone 實機、真金流、產品拍板),
新增三項不需前置條件、隨時可做的:
會讓
git branch -a難讀,也讓下次開 worktree 撞名。純維護,不動產品程式碼。白跑一輪派單逾時才輪到目標司機。會寫 DB,動手前要先問過。
等實際累積評分、營運說得出要做什麼再開——做在前面只會做出沒人用的流程。
🤖 Generated with Claude Code