AY2425S1-CS2103T-W13-2 / tp

MIT License
0 stars 4 forks source link

Allow field-level update #52

Closed mongj closed 2 weeks ago

mongj commented 4 weeks ago

Is your feature request related to a problem? Please describe. Currently when a user updates a contact, he/she needs to type in all the information again (including the fields that are not changed). This new person then replaces the old person object.

Describe the solution you'd like We should allow field-level update to any contact, instead of treating every person as immutable objects. If a user only wants to update the name, he/she should be able to specify just the user's id and the new name, and the system will update the name accordingly while keeping the other fields intact.

AppleJem commented 2 weeks ago

This was already present in AB3