When implementing the Student model we need to put all the related settings into the object in order to have some kind of order when creating the related screens and widgets
Requirements
The required fields would include the following fields:
[x] Image - Contains the image URL of the student which is located in the local db or remote db.
[x] Username - The username which defines the student.
[x] Password - A string field that would verify the user when he will log in.
[x] First name, Last name - I hope I won't need to explain about it ...
[x] Earned Credits - The number of credits that the student has earned so far due to his courses.
[x] Earned Points - The number of Points that the student has earned so far due to their participation in the application.
[x] School name - The name of the college/school in which the student is currently rolling in its courses.
[x] Email address - The email address is very important as part of identifying an individual user.
[x] Student ID - The ID generated by the UUID package which defines every student user individually.
[x] Related color - Although it's not that important as a part of the fun using the application and in the name of User Experience we need to add a unique identifier which would be a little silly like a color.
All this and more should be a part of the Student model in this project.
Overview
When implementing the Student model we need to put all the related settings into the object in order to have some kind of order when creating the related screens and widgets
Requirements
The required fields would include the following fields:
All this and more should be a part of the Student model in this project.