feat(feedback): capture app version + browser zone; Filed time in three zones #115
Reference in New Issue
Block a user
Delete Branch "feature/feedback-version"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds the app version to feedback (the build a report was sent from) and shows it in the operator console, and renders Filed in UTC plus the sender's time zone.
FeedbackSubmitRequest(newversionfield; client attaches__APP_VERSION__) → gateway transcode → backend, persisted infeedback_messages.app_version(migration00003, nullable/additive → image rollback DB-safe). Snapshotted like the interface language.UTC · local (zone)(the sender account'stime_zone; the local part is dropped when the zone is UTC).Verified: feedback integration tests (migration + version round-trip), codec round-trip; check 0/0, unit 311, build green. Folds into the held v1.2.1 promotion (PR #114).
New commits pushed, approval review dismissed automatically according to repository settings
feat(feedback): capture app version; Filed time in UTC + user zoneto feat(feedback): capture app version + browser zone; Filed time in three zones