nus-cs2103-AY2425S1 / pe-dev-response

0 stars 0 forks source link

[App] Overzealous implementation of the app #682

Open nus-pe-bot opened 1 day ago

nus-pe-bot commented 1 day ago

Background

Currently the product does not allow edit, removing the edit command inherited from AB3 made it very cumbersome if one were to type incorrectly. There is no pressing of tab/undo/redo to get previous command , making it incredibly cumbersome to have to delete an erroneous entry before we add the correct one.

Fix

Reimplement edit or allow for fetching of previous command via undo tab``redo mechanism.


[original: nus-cs2103-AY2425S1/pe-interim#967] [original labels: type.FeatureFlaw severity.Low]

snowstopxt commented 16 hours ago

Team's Response

As quoted from the course website: "In general, a flaw (e.g., a missing feature, a suboptimal design of a feature, a known bug) can be considered NotInScope if rectifying it is less important than the work that has been done already (because it is fine to delay lower priority work until future iterations)"

This is considered a missing feature and adding it is not very important and low priority as we feel that the other features would be more important as users can already delete and add the internship application. We plan to delay this lower-priority work until future iterations

Duplicate status (if any):

Duplicate of #3530