Skip to content

Commit

Permalink
Merge pull request #248 from AY2324S1-CS2103T-W11-3/yytan25-patch-1
Browse files Browse the repository at this point in the history
Add page breaks
  • Loading branch information
tanyyyming authored Nov 14, 2023
2 parents acc53a5 + 8e54159 commit 2ec82ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,7 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli
* **Private contact detail**: A contact detail that is not meant to be shared with others

--------------------------------------------------------------------------------------------------------------------
<div style="page-break-after: always"></div>

## **Appendix 2: Instructions for manual testing**

Expand Down Expand Up @@ -863,6 +864,7 @@ testers are expected to do more *exploratory* testing.
**Expected:** Application is closed.

--------------------------------------------------------------------------------------------------------------------
<div style="page-break-after: always"></div>

## **Appendix 3: Effort**

Expand All @@ -876,8 +878,8 @@ Given below is the evidence for challenges faced and efforts required for our pr
2. We have two UI panels to display current musicians and current bands. We need to make sure that all operations, performed standalone or in group, must maintain a synchronized state between the two panels and do not cause confusion to the users.
3. Due to the addition in complexity of commands and the addition of two entities in our project, there are much more error-handling to do. We need to customize error messages as well as write many tests.


--------------------------------------------------------------------------------------------------------------------
<div style="page-break-after: always"></div>

## **Appendix 4: Planned Enhancements**

Expand Down

0 comments on commit 2ec82ce

Please sign in to comment.