sysbeams / codelearnersmanagmentapp

This is the repository for all backend code for clhsysbeams managment app
0 stars 2 forks source link

Select Staff #108

Open EbukaAnthony opened 2 days ago

EbukaAnthony commented 2 days ago

As an admin, I should be able to get complete staff details on the application Acceptance Criteria: Staff’s full name (Title, First name, Last name) It should contain staff’s home address Staff’s phone number Staff’s email address Staff’s list of stack(s)

TASK

DESCRIPTION AND Entities Staff Entity Properties

  1. Staff Full Name as staff ID
  2. Staff Email Address
  3. Staff Phone Number
  4. Staff Home Address
  5. Staff List Of Stack(s) (Value Object)
EbukaAnthony commented 2 days ago

Staff should be able to provide necessary information when signing up on the system Acceptance Criteria: Name field on the registration form should be marked required Address fields should be marked as required Stack(s) field should be marked required Email Address field should be marked required

Staff Registration Staff should be able to provide all the necessary fileds(Name, Address, Email Address, Stack(s)) when registering in the system.

EbukaAnthony commented 2 days ago

Staff should be able to log-in into the application
Acceptance Criteria: Log-in details should be the Id and password staff should be able to change password after the first successful login There should be provision for retrieving password when password is forgotten

Staff should be able to view student(s) result/progress status Acceptance Criteria: Student’s name should be filled appropriately Student’s batch should be selected correctly

Staff should be able to view his/her progress status Acceptance Criteria: Staff’s name should be filled appropriately

Staff should be able to log students result or grades on the application Acceptance Criteria: Input student’s grade by students Id Have access to log results or grades for all batches of students an instructor takes

Business Rule: Registered Staff should be able to access advanced courses at a discounted rate/almost free.

Staff Login

  1. Staff should be able to login with Id and Password

Change Password Staff should be able to change password after successful login TASK

Forgotten Password Staff should be able to retrieve his/her password when password is forgotten TASK

Student Result Staff should be able to view student result/progress status TASK