AY2425S1-CS2103T-F12-3 / tp

MIT License
3 stars 5 forks source link

Implement Person Class to support Priority #72

Closed PresleyChew closed 5 hours ago

PresleyChew commented 2 days ago

Since PriorityCommand and PriorityCommandParser has been implemented, it is time to add Priority to the models and ensure Person class supports Priority feature. GUI will be amended here as well. All other classes that is coupled with aforementioned classes will be amended as well to ensure support for Priority feature. Test cases for PriorityCommand will be made more comprehensive as well. Currently the test case for PriorityCommand specifically is not comprehensive enough as we have yet to implement the ability for Person class to support Priority fully as a new parameter.