Skip to content

Releases: RubaiyadNoorShahriar1999/Attendance-System-for-Devskill

Feature updates(Update Profile)

31 Dec 16:41
Compare
Choose a tag to compare

Update Profile

  1. Student and Teacher can update their Username and Password but not Name.
  2. Student and Teacher can't update same username or password. (ex. Present username: X, updated username should be anything other than X, could be x,X1,XY etc. Same goes for password. Duplication not allowd.
  3. As this is a console application there are some limitation on consecutive updates.

Upcoming Feature

  1. Student or Teacher have to re-login after 1 update to do another profile update.

Deuplication checking Upgraded (Timspan Edition)

29 Dec 12:18
Compare
Choose a tag to compare

Updates

  1. Students can give attendance only in their enrolled courses
  2. Class time attribute moved to Schedule Model
  3. Dependency on TeacherID replacement in Course deletion removed
  4. Teacher can see all the attendances of all student in the courses he/she is assigned to
  5. Duplication check in attendance . A student can give his/her attendance once in a course
  6. A student can only give his/her attendance in his/her enrolled courses ( Student ID input removed)
  7. Students can give attendance in a course once in a day

Deuplication checking Upgraded

29 Dec 11:53
Compare
Choose a tag to compare

Updates

  1. Students can give attendance only in their enrolled courses
  2. Class time attribute moved to Schedule Model
  3. Dependency on TeacherID replacement in Course deletion removed
  4. Teacher can see all the attendances of all student in the courses he/she is assigned to
  5. Duplication check in attendance . A student can give his/her attendance once in a course
  6. A student can only give his/her attendance in his/her enrolled courses ( Student ID input removed)

Logout & Re-Login Feature

28 Dec 21:11
Compare
Choose a tag to compare

Logout & Re-Login Feature
Added logout method. User can logout after the task is done. User can re-login after they logout. Every session has a Logout option.

View Courses

28 Dec 19:57
Compare
Choose a tag to compare

View Courses
Teacher can view his/her courses he/she is assigned to.

Duplication Checking

28 Dec 17:54
Compare
Choose a tag to compare

Duplication Handled
Course assignment related duplication handled. Requires further improvement but this one is a stable version.

Feature Update

28 Dec 14:35
Compare
Choose a tag to compare

Attendance Sheet

Major updates on student giving attendance and viewing the attendance list.

Major Features

28 Dec 14:40
15a854c
Compare
Choose a tag to compare

Major Features Created

Major features such as

5.	Admin can assign a teacher in a course
6.	Admin can assign students in a course.
7.	Admin can set class schedule for a course
       a.	Class schedule consists of day and time and total number of classes.
       b.	For example, Sunday 8PM - 10PM, Monday 7PM - 9PM, 20 Classes.
8.	Students can login and give attendance in the course he/she is enrolled in.