mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-20 20:00:45 +02:00
plan-eng-review: verify server-gated UI outcomes
Reconstructs PR #1874 from its source template and generated section.
This commit is contained in:
@@ -126,6 +126,7 @@ Evaluate:
|
||||
* Code organization and module structure.
|
||||
* DRY violations—be aggressive here.
|
||||
* Error handling patterns and missing edge cases (call these out explicitly).
|
||||
* Server-gated or actuated actions with optimistic UI—does the client await and surface the real result, or assume success? A swallowed rejection (auth/permission/validation) renders as false success; verify the effect landed, not the toast.
|
||||
* Technical debt hotspots.
|
||||
* Areas that are over-engineered or under-engineered relative to my preferences.
|
||||
* Existing ASCII diagrams in touched files — are they still accurate after this change?
|
||||
|
||||
@@ -28,6 +28,7 @@ Evaluate:
|
||||
* Code organization and module structure.
|
||||
* DRY violations—be aggressive here.
|
||||
* Error handling patterns and missing edge cases (call these out explicitly).
|
||||
* Server-gated or actuated actions with optimistic UI—does the client await and surface the real result, or assume success? A swallowed rejection (auth/permission/validation) renders as false success; verify the effect landed, not the toast.
|
||||
* Technical debt hotspots.
|
||||
* Areas that are over-engineered or under-engineered relative to my preferences.
|
||||
* Existing ASCII diagrams in touched files — are they still accurate after this change?
|
||||
|
||||
Reference in New Issue
Block a user