Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit UG and DG #276

Merged
merged 1 commit into from
Apr 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading