Open nus-pe-bot opened 1 day ago
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 of #3530
Background
Currently the product does not allow
edit
, removing theedit
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 todelete
an erroneous entry before weadd
the correct one.Fix
Reimplement
edit
or allow for fetching of previous command viaundo
tab``redo
mechanism.[original: nus-cs2103-AY2425S1/pe-interim#967] [original labels: type.FeatureFlaw severity.Low]