@@ -491,7 +491,7 @@ Priorities: High (must have) - `* * *`, Medium (Good to have) - `* *`, Low (nice
491
491
1 . User requests to <u >list students (UC1)</u >.
492
492
2 . User selects the specific student from the list to update.
493
493
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 >
495
495
Use case ends.
496
496
497
497
** Extensions**
@@ -509,7 +509,7 @@ Priorities: High (must have) - `* * *`, Medium (Good to have) - `* *`, Low (nice
509
509
1 . User requests to <u >list students (UC1)</u >.
510
510
2 . User selects the specific student to record a grade.
511
511
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 >
513
513
Use case ends.
514
514
515
515
** Extensions**
@@ -528,7 +528,7 @@ Priorities: High (must have) - `* * *`, Medium (Good to have) - `* *`, Low (nice
528
528
2 . User selects one or more students to be categorized.
529
529
3 . StoreClass requests for the group to assign the students to.
530
530
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 >
532
532
Use case ends.
533
533
534
534
** Extensions**
@@ -548,16 +548,16 @@ Priorities: High (must have) - `* * *`, Medium (Good to have) - `* *`, Low (nice
548
548
2 . User selects one or more students to be tagged.
549
549
3 . StoreClass requests for the tag(s) to assign the students to.
550
550
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 >
552
552
Use case ends.
553
553
554
554
** Extensions**
555
555
556
556
* 4a. StoreClass detects an invalid tag(s).
557
557
558
558
* 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 >
561
561
Use case resumes from step 6.
562
562
563
563
#### ** Use case 9: Archive Student Data**
@@ -568,7 +568,7 @@ Priorities: High (must have) - `* * *`, Medium (Good to have) - `* *`, Low (nice
568
568
2 . StoreClass requests confirmation for archiving.
569
569
3 . User confirms.
570
570
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 >
572
572
Use case ends.
573
573
574
574
** Extensions**
@@ -588,7 +588,7 @@ Priorities: High (must have) - `* * *`, Medium (Good to have) - `* *`, Low (nice
588
588
1 . User chooses to export student data.
589
589
2 . StoreClass requests confirmation for exporting.
590
590
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 >
592
592
Use case ends.
593
593
594
594
** Extensions**
@@ -605,7 +605,7 @@ Priorities: High (must have) - `* * *`, Medium (Good to have) - `* *`, Low (nice
605
605
606
606
1 . User performs an action/command.
607
607
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 >
609
609
Use case ends.
610
610
611
611
** Extensions**
@@ -621,12 +621,12 @@ Priorities: High (must have) - `* * *`, Medium (Good to have) - `* *`, Low (nice
621
621
** Main Success Scenario**
622
622
623
623
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 >
625
625
Use case ends.
626
626
627
627
** Extensions**
628
628
* 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 >
630
630
Use case ends.
631
631
632
632
### Non-Functional Requirements
0 commit comments