SRS Student progress - ita-social-projects/what-front GitHub Wiki

Student details

[THIS PAGE IS UNDER CONSTRUCTION!!!]

Process

  • [?] have access to this component from List of Students
  • This component shows information about a student's education progress by student ID
  • After clicking on button Student Progress in Student Details - system will redirect user to Student Progress component and relevant content
  • [?] The system sends a request to the server and if the request is successfully loaded, it will show us Student Progress

Requirements [?]

  • User must be logged in as an [?]
  • Until the student by id is downloaded, inside "Student details" component the loader is being shown
  • Until all groups are downloaded, inside "Student details" component the loader is being shown
  • Until the groups by student id are downloaded, opposite the "Group(s)" the loader is being shown
  • Until the lessons by student id are downloaded, opposite the "Lesson(s)" the loader is being shown
  • The Button arrow, to the left of the first tab, is enabled and redirects us to the previous component(List of Students)
  • Clicking on the Edit student details Tab - this tab becomes active and shows us relevant content

Student details loading Student details loaded

Errors

Description Result
Writing the wrong id in the URL address redirect to Not Found component

Back to content