Complete screens with cactus were added when the add students process is finished
AddStudentsComplete.tsx and AddClassroomComplete.tsx have the same component
<ClassroomComplete
h2Text={""}
isDisabled={}
path={""}
/>
AddClassroomNotificationMethod.tsx has the same logic for both creating a classroom and adding students, though different routes uses to call it : path="/classrooms/add/notification-method" vs path="/classrooms/view/:classroomId/add_students/notification-method"
Logic needs to be added for the AddStudentsComplete.tsx so students can be added to the already existed class
Updates were made to the Add students logic:
AddStudentsComplete.tsx
andAddClassroomComplete.tsx
have the same component<ClassroomComplete h2Text={""} isDisabled={} path={""} />
AddClassroomNotificationMethod.tsx
has the same logic for both creating a classroom and adding students, though different routes uses to call it :path="/classrooms/add/notification-method"
vspath="/classrooms/view/:classroomId/add_students/notification-method"
AddStudentsComplete.tsx
so students can be added to the already existed class