Details
Details
- Reviewers
tusooa - Group Reviewers
O1: the Kazv Project - Maniphest Tasks
- T167: Restore user's draft
Type some draft in a room, then edit a event, check if old draft is restored when exit editing.
Continuously select multiple events for editing, check if initial draft is restored when exit editing.
Try switching rooms or reopening kazv, and verify it wroks fine.
Verify unit tests pass.
Diff Detail
Diff Detail
- Repository
- rK kazv
- Branch
- nannanko/delete-edit-message
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 583 Build 1148: Invoke Buildbot Buildbot build #1465 Build 1147: arc lint + arc unit
Event Timeline
| src/tests/quick-tests/tst_SendMessageBoxDrafts.qml | ||
|---|---|---|
| 156 | I don't know why, the test_saveDraftsOnSwitching() doesn't pass without this line. | |
Comment Actions
Currently Kazv cannot remember a room is in the state of editing or replying to an event, which makes restoring a draft difficult to achieve. I think this feture should be divided into several diffs instead of being completed in one diff.
Comment Actions
then you can develop more diffs on top of this. once they are all ready, we can land them together.