diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index 59618e12beb..5ad511213cd 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -997,4 +997,16 @@ Given below are the planned enhancements we plan to implement for our applicatio
## **Appendix: Effort** -**To be added** +**Challenges** : +* Designing and implementing the `addInterviewCommand` from scratch. +* Getting the GUI to display a separate list for interviews and ensuring it did not distort other current GUI components. +* Saving of `Interview` and `Person` together in the same JSON file with no issues. +* Implementing multi status for `Interviewer`. + +**Effort Required and Difficulty** : +* 2 new sub-entity types (`Applicant`, `Interviewer`) extending AB3's 1 entity type (`Person`). +* 1 new entity type (`Interview`). +* 3 new data type (`Remark`, `Type` , `Status`). +* 12 new commands (AB3 only had 8 commands of which we removed 2 and updated 3 commands). +* Updated UI to accommodate to `Person` and `Interview` - 2 list panels compared to 1 in AB3. + diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 1f8a26d8eb7..e2014aefb66 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -78,7 +78,7 @@ Below you will see a listing and explanation of the exact commands you will need
-2. Click to download the latest `tether.jar` from [here](https://github.com/AY2324S2-CS2103T-F11-3/tp/releases/tag/v1.3). +2. Click to download the latest `tether.jar` from [here](https://github.com/AY2324S2-CS2103T-F11-3/tp/releases/tag/v1.4). 3. Open your _file manager_ (search for File Explorer in your computer for Windows, or Finder for Mac), and navigate to your _downloads_ section