Question: Nonfunctional Requirements The system should be accessible over the internet sentence. Only staff members are the users of the system. The system should ensure that
Nonfunctional Requirements
- The system should be accessible over the internet sentence.
- Only staff members are the users of the system.
- The system should ensure that only allowed users are able to use the system.
Functional Requirements
- Maintain Course Records
- The system should maintain CRUD operations on (i.e., provide CREATE, READ, UPDATE, and DELETE operations on) course records with the following attributes:
- Course identification (e.g., IT 315)
- Course name (e.g., Object-Oriented Analysis and Design)
- Credit hours
- Description
- Maintain Class Records
- Of the above courses, classes are offered each semester. There are two kinds of classes. Online classes are offered over the internet and accessible via a web browser; face-to-face classes that are offered on campus at the college. A class cannot exist without an associated course in the system
- The system should maintain CRUD operations on (i.e., provide CREATE, READ, UPDATE, and DELETE operations on) class records with the following attributes:
- Course identification
- Class begin date
- Class end date
- In addition, online classes maintain the following additional attributes:
- Class URL
- Class browser
- Similarly, face-to-face classes maintain the following additional attributes:
- Class building
- Class room
This template is a guide for you to organize your information. To complete it, replace the bracketed text with the relevant information. Some areas may be too large or too small for the information youre inserting. Adjust the size of the areas as necessary.
Name: [Insert your name.]
Date: [Insert the date.]
- Using this class responsibility collaboration (CRC) card template, document each class you identified from the Courses and Classes Records Requirements Definitions document (linked in Module Three of your course). Refer to pages 172175 in your textbook.
| Front: [Insert information.] | |||
| Class Name: [Insert information.] | ID: [Insert information.] | Type: [Insert information.] | |
| Description: [Insert information.] | Associated Use Cases: [Insert information.] | ||
| Responsibilities: [Insert information.] | Collaborators: [Insert information.] | ||
| Back: [Insert information.] | |||
| Attributes: [Insert information.] | |||
| Relationships
[Insert information.]
[Insert information.]
[Insert information.] | |||
CRC Card 1:
[Insert information.]
CRC Card 2:
[Insert information.]
CRC Card X:
[Insert information.]
- Verify and validate your CRC cards and class diagram against your courses and classes records requirements definition:
[Insert information.]
- Explain your approach to the problem, the decisions you made to arrive at your solution, and how you completed it:
[Insert information.]
- Reflect on this experience and the lessons you learned from it:
[Insert information.]
The goal of this software product is to maintain and track information about the courses offered by the institution and the classes with which these courses are offered. The product supports two kinds of classes online classes accessible over the internet and face-to-face classes offered on the grounds of the educational institution. The users of the system are the staff of the institution.
Embed your diagram into your post to the discussion topic with each class showing its responsibilities, collaborations, attributes, and relationships.
After embedding your CRC cards, make sure to complete the other deliverables listed below:
- Verification and validation of your work
- An explanation of your work and how you arrived at your solution
- A reflection on your learning experience and lesson learn
Nonfunctional Requirements:
- The student information system (SIS) should be accessible as both a website and a mobile app.
- The SIS users are students and enrollment staff.
- The SIS should enforce appropriate security privileges to its uses.
Functional Requirements:
- Maintain Student Records
- The SIS should maintain records of basic information about students such as:
- First name
- Middle initials
- Last name
- Date of birth
- Student ID
- Department (e.g., psychology)
- Cumulative GPA (on a scale of 1.0 to 4.0)
- These records are updated by the enrollment staff who has the permissions to add, modify, and/or delete any student record.
- Maintain Course Records
- The SIS should maintain records of all the courses offered by the college.
- The system should maintain the following fields for each course:
- Course ID
- Course name
- Credit hours
- Description
- Prerequisite course
- These records are updated by the enrollment staff who has the permissions to add, modify, and/or delete any course record.
- Maintain Class Records
- Classes are offered each semester of the above courses.
- There are two kinds of classes: Online classes offered over the internet are accessible via a web browser and face-to-face classes are offered on campus at the college.
- A class cannot exist without an associated course in the system.
- The basic information to maintain for all kinds of classes include the following:
- Course ID
- Class begin date
- Class end date
- In addition, online classes also maintain the following information:
- Class URL
- Class browser
- Similarly, face-to-face classes should maintain this additional information about them:
- Class building
- Class room
- These records are updated by the enrollment staff who has the permissions to add, modify, and/or delete any class record (either online or face-to-face).
- Register a Student for Classes
- Both students and enrollment staff should be able to register a student (either online or face-to-face) for a class offering for a course. The registration process should proceed as follows:
- The student information is entered to identify the registering student.
- The course information for which to register is entered to identify the course.
- All future classes with start dates after the current date for this course are displayed.
- The enrollment staff enter future classes for only one semester out.
- A selection of one class for which to register is then made.
- The selected class registration is then validated against the following registration rules:
- There is no duplicate registration for the same class in one semester.
- Online class registration requires students to acknowledge that they have the required hardware and software to access online classes.
- No more than three class registrations are allowed for one student in one semester unless the students GPA is greater than 3.5. (In this case, there is no limit on number of class registrations.)
- When the class registration is validated against the above rules, a confirmation is then displayed to confirm registration. Otherwise, a message explaining the violation of the associated rule is displayed.
- The process continues, starting from item b), until the user ends the session.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
