AY2425S1-CS2103T-F09-2 / tp

MIT License
1 stars 5 forks source link

Add Roles processing to model #62

Closed jan-kai1 closed 9 hours ago

jan-kai1 commented 6 days ago

To add role field to person have to

Current Implementation: In line with the current implementation of edit, which creates a new edited person and replaces the old instance in the addressBook, Person Object will NOT be able to modify its roles (Add role command could use the same logic as edit, but only modify roles?)

Might be too big for single issue, will split if unable to finish