Skip to content

Commit ef82b96

Browse files
authored
Merge pull request #180 from AY2425S1-CS2103T-W10-4/branch-UpdateDGBreakLine
Update DeveloperGuide.md
2 parents 55b9f62 + e636fcd commit ef82b96

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/DeveloperGuide.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ Priorities: High (must have) - `* * *`, Medium (Good to have) - `* *`, Low (nice
491491
1. User requests to <u>list students (UC1)</u>.
492492
2. User selects the specific student from the list to update.
493493
3. User enters the new information.
494-
4. StoreClass updates the student's details and display a success message. </br>
494+
4. StoreClass updates the student's details and display a success message. <br>
495495
Use case ends.
496496

497497
**Extensions**
@@ -509,7 +509,7 @@ Priorities: High (must have) - `* * *`, Medium (Good to have) - `* *`, Low (nice
509509
1. User requests to <u>list students (UC1)</u>.
510510
2. User selects the specific student to record a grade.
511511
3. User enters the grade information.
512-
4. StoreClass updates the student's grades and display a success message. </br>
512+
4. StoreClass updates the student's grades and display a success message. <br>
513513
Use case ends.
514514

515515
**Extensions**
@@ -528,7 +528,7 @@ Priorities: High (must have) - `* * *`, Medium (Good to have) - `* *`, Low (nice
528528
2. User selects one or more students to be categorized.
529529
3. StoreClass requests for the group to assign the students to.
530530
4. User selects the group.
531-
5. StoreClass categorize the student(s) and display a success message. </br>
531+
5. StoreClass categorize the student(s) and display a success message. <br>
532532
Use case ends.
533533

534534
**Extensions**
@@ -548,16 +548,16 @@ Priorities: High (must have) - `* * *`, Medium (Good to have) - `* *`, Low (nice
548548
2. User selects one or more students to be tagged.
549549
3. StoreClass requests for the tag(s) to assign the students to.
550550
4. User enters the tag(s)
551-
5. StoreClass applies the tags to the selected student(s) and display a success message. </br>
551+
5. StoreClass applies the tags to the selected student(s) and display a success message. <br>
552552
Use case ends.
553553

554554
**Extensions**
555555

556556
* 4a. StoreClass detects an invalid tag(s).
557557

558558
* 4a1. StoreClass requests a valid tag.
559-
* 4a2. User enters a valid tag. </br>
560-
Steps 4a1-4a2 are repeated until a valid tag is entered. </br>
559+
* 4a2. User enters a valid tag. <br>
560+
Steps 4a1-4a2 are repeated until a valid tag is entered. <br>
561561
Use case resumes from step 6.
562562

563563
#### **Use case 9: Archive Student Data**
@@ -568,7 +568,7 @@ Priorities: High (must have) - `* * *`, Medium (Good to have) - `* *`, Low (nice
568568
2. StoreClass requests confirmation for archiving.
569569
3. User confirms.
570570
4. StoreClass archives the students data and removes them from the current interface.
571-
5. StoreClass displays a success message. </br>
571+
5. StoreClass displays a success message. <br>
572572
Use case ends.
573573

574574
**Extensions**
@@ -588,7 +588,7 @@ Priorities: High (must have) - `* * *`, Medium (Good to have) - `* *`, Low (nice
588588
1. User chooses to export student data.
589589
2. StoreClass requests confirmation for exporting.
590590
3. User confirms.
591-
4. StoreClass exports the students data and displays a success message. </br>
591+
4. StoreClass exports the students data and displays a success message. <br>
592592
Use case ends.
593593

594594
**Extensions**
@@ -605,7 +605,7 @@ Priorities: High (must have) - `* * *`, Medium (Good to have) - `* *`, Low (nice
605605

606606
1. User performs an action/command.
607607
2. User chooses to undo the action.
608-
3. StoreClass reverses the action and displays a success message. </br>
608+
3. StoreClass reverses the action and displays a success message. <br>
609609
Use case ends.
610610

611611
**Extensions**
@@ -621,12 +621,12 @@ Priorities: High (must have) - `* * *`, Medium (Good to have) - `* *`, Low (nice
621621
**Main Success Scenario**
622622

623623
1. User request to filter a list of student based on specified conditions.
624-
2. StoreClass displays all students that match all conditions. </br>
624+
2. StoreClass displays all students that match all conditions. <br>
625625
Use case ends.
626626

627627
**Extensions**
628628
* 1a. No matching student found.
629-
* 1a1. StoreClass display a message indicating that no students match the search query. </br>
629+
* 1a1. StoreClass display a message indicating that no students match the search query. <br>
630630
Use case ends.
631631

632632
### Non-Functional Requirements

0 commit comments

Comments
 (0)