nus-cs2103-AY2223S2 / pe-dev-response

1 stars 0 forks source link

No Bulk Editing or Deletion of datas #369

Open nus-pe-bot opened 1 year ago

nus-pe-bot commented 1 year ago

Description: app may not provide the ability to bulk edit or delete data, causing inconvenience for users managing large contact lists.

Steps to Reproduce:

  1. Launch app.
  2. Add multiple records (any records).
  3. Attempt to edit or delete multiple recordssimultaneously.

Expected Result: app should provide the option to bulk edit or delete records for efficient data management.

Actual Result: app may not support bulk editing or deletion of data , causing inconvenience for users.


[original: nus-cs2103-AY2223S2/pe-interim#459] [original labels: severity.Medium type.FeatureFlaw]

9fc70c892 commented 1 year ago

Team's Response

Thank you for the feedback.

However, Developers believe that CRUD functionality, specifically the D, should be separated based on user profiles (normal user, limited-admin user, super user).

Bulk delete goes against original intent of the application being an application that also keeps historical records of what was done for both practical and legalistic reasons.

Duplicate status (if any):

--