Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

Screenshots of Frontend React interaction with Registration Service

Tes�ng adding new student and add/drop of a course


ADDING STUDENT ‘SABRINA FERRAS’
Given initial student table shown in MySQL workbench add student Sabrina Ferras

Dialog to get student information

Success toast for student addition

Student table in MySQL workbench post add


ADDING COURSE CST 231 TO STUDENT’S SCHEDULE
Given initial data in the course, student, and enrollment tables. Screenshots show the
student adding class with id 30743 and dropping class with id 30743.

Initial enrolment table in MySQL workbench before add

Adding course

Success toast for add


Enrollment table in MySQL workbench post addition of new course

DROPPING COURSE CST 300 FROM STUDENT’S SCHEDULE


Pop-up message to confirm drop

Success toast for drop

Table enrollment in MySQL workbench post drop of the course


Testing Service to Service Communication using Http REST and Messaging
Gradebook service is running on localhost:8081 and registration service is running on
localhost:8080

ADDING A COURSE IN REGISTRATION SERVICE AND UPDATES GRADEBOOK SERVICE


Adding course from Postman in Registration service

Enrollment table in the enrollment schema after the above was sent

FINAL GRADES SENT FROM GRADEBOOK SERVICE TO REGISTRATION SERVICE


Sending final grades from Postman in gradebook service
Enrollment table in registration service updated with the final grade

You might also like