CS2103-AY1819S1-W13-3 / main

ConTAct - A CS2103 project aimed at making a teaching assistant's job easier
https://cs2103-ay1819s1-w13-3.github.io/main/
MIT License
2 stars 5 forks source link

Modify Person to better represent students #77

Closed andrewtanJS closed 5 years ago

andrewtanJS commented 5 years ago

Currently the Person is a generic representation of usual person information. Ideally it should reflect students and student fields. Preliminary changes should include: Person -> Student Address -> Faculty Phone number -> student number

andrewtanJS commented 5 years ago

refactor done from #103