vestr-at-work / mff-uk-introduction-to-software-engineering

Repo for homework to the course Intoduction to Software Engineering.
2 stars 0 forks source link

Filtering list of subjects #2

Open vestr-at-work opened 2 months ago

vestr-at-work commented 2 months ago

User requirement as a user story

As a student, I want to be able to view a list of subjects based on various criteria such as subject code, name, or department, to quickly find relevant courses for my academic requirements, because it helps me find relevant subjects.

vestr-at-work commented 2 months ago

Clerk and teacher also needs this?

basvas-jkj commented 1 month ago

Use case

View filtred list of subjects Actors: Student, Clerk, Teacher Primary Actor: Student

Starting situation

There are some subjects registered in the system. The student has opened the form for searching subjects.

Normal

1) The student fills some filtering information. 2) SIS checks if all fields are in correct format. 3) SIS search for all subjects that satisfied all filled criteria. 4) SIS show results to the student.

What can go wrong

System state on completion