Ye-walmart / Leapfrog_FMI

Leapfrog FMI Testing feedback
0 stars 0 forks source link

Problem with bookmark management #8

Open Ye-walmart opened 6 years ago

Ye-walmart commented 6 years ago

Severity: Critical Description:

  1. When I delete an item from one label, the current logic is that this item will be deleted from all the labels, which makes the bookmark management very hard. Also it's not the expected result from users.
  2. I always have to try twice to successfully create a new label. And no proper confirmation pop-up box indicating" 成功创建标签” or "出错了“ for users. After creating a label, the mini-program should go back to the new label page.. not "全部'
  3. Bookmark is somehow having data cache problem. Mini-program seems will refresh itself to make the label and related items right. But user sees the wrong information.
  4. The entire bookmark has many crunches at the moment. We definitely need to revisit the quality asap.

Steps To Reproduce: Test bookmark function for several minutes.

Actual Result: not fully functional Expectation Result:

  1. Pop-up box after user action to tell user the result, e.g.” 成功创建“
  2. Delete one item from A label meaning from THE label not all labels
  3. Smooth user experience of "add label" and "delete label"

Device: honor v10 OS Version: Android 8.0 WeChat Version: 6.6.2

xueyuanren commented 6 years ago
  1. Implemented pop-up to tell the user the result
  2. Correcting the logic of deleting items.
  3. Fixing the problem of cannot create a bookmark at the first time.