Skip to content

Commit

Permalink
Merge pull request #276 from headcube1/branch-dg-final
Browse files Browse the repository at this point in the history
Edit UG and DG
  • Loading branch information
headcube1 committed Apr 15, 2024
2 parents 15b4310 + 51161e1 commit fca3979
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -997,4 +997,16 @@ Given below are the planned enhancements we plan to implement for our applicatio
<br>
## **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.

2 changes: 1 addition & 1 deletion docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Below you will see a listing and explanation of the exact commands you will need

<br>

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
Expand Down

0 comments on commit fca3979

Please sign in to comment.