John-sCC / jcc_frontend

Apache License 2.0
0 stars 0 forks source link

Kevin Du - Project Checkpoint 3 #114

Open DasMoge124 opened 1 month ago

DasMoge124 commented 1 month ago

My Demonstration for my features

Links: Sign Up Class Creation Feature

My checklist:

@GetMapping("/getBySubject/{subjectOfInterest}") public ResponseEntity<?> getPersonsBySubject(@PathVariable String subjectOfInterest) { List personList = personDetailsService.getPersonsBySubjectOfInterest(subjectOfInterest); // regardless of outcome, even if it's an empty list, it's still a valid output return new ResponseEntity<>(personList, HttpStatus.OK); }



## Undo and Redo Stacks and Queues:
![image](https://github.com/John-sCC/jcc_frontend/assets/75040379/ff753bca-577c-48f4-9cd5-f37ee87c2215)
![image](https://github.com/John-sCC/jcc_frontend/assets/75040379/bd141bc4-f590-44d5-8ba0-c2d516bf26e9)
- I tried to use backend for this method, but it didn't work out well so I have frontend