Skip to content

Releases: AY2425S2-CS2103T-T09-4/tp

v1.6 Release

Choose a tag to compare

@waylonggggg waylonggggg released this 08 Apr 05:55
c618bfe
Update Attendance.java

v1.5 Release

Choose a tag to compare

@Judy1x4 Judy1x4 released this 03 Apr 15:06
c68d968

v1.5 Release Notes

Overview

Welcome to CCAttendance App v1.5! This release includes all proposed features for the users! It is now a completely different application from the original AB3, with a focus on CCA management, attendance tracking, and an enhanced user interface.

What’s New

  1. Refined UG and DG with new diagrams and testing instructions

    • New sequence diagrams are updated to help the developers a better understanding.
    • More use cases and comprehensive manual testing instructions are updated.
  2. New Commands

    • add CCA to student

    • e.g. add_c 1 c/Acting

    • image

    • remove CCA from student

    • e.g. remove_c 1 c/Acting

    • image

    • edit CCA

    • e.g. edit_c 4 r/Captain r/President c/Canoe t/1

    • from here:

    • image

    • to here!

    • image

These commands streamline how you manage students and CCAs in your CCAttendance.

Screenshots

Below are a few snapshots showing off the redesigned interface:
image
image

Not much difference in the Ui from the previous iteration, except for few refinements!

Feedback & Contributions

If you spot any bugs or have feature requests, please file an issue. We’re excited to hear your feedback and improve the CCAttendance App further!


We hope you enjoy the new v1.5 release. Thank you for using CCAttendance App!

v1.4 Release

Choose a tag to compare

@Judy1x4 Judy1x4 released this 27 Mar 15:57
a4e430d

v1.4 Release Notes

Overview

Welcome to CCAttendance App v1.4! This release includes significant improvements over the original AB3 application, with a focus on CCA management, attendance tracking, and an enhanced user interface.

What’s New

  1. Refined UG and DG with new diagrams

    • New sequence diagrams are updated to help the developers a better understanding.
    • image
    • More use cases and comprehensive manual testing instructions are updated.
    • image
  2. New Commands

    • add role to student of its cca

    • e.g. add_r 1 c/Canoe r/Captain

    • image

    • delete role to student of its cca

    • e.g. delete_r 1 c/Canoe

    • image

    These commands streamline how you manage students and CCAs in your address book.

Screenshots

Below are a few snapshots showing off the redesigned interface:

Main Dashboard

image

On the left: CCA listings with roles and session counts. On the right: Student listings with contact info, roles, and attendance.
Each CCA has a list of roles and total number of sessions. The roles can be used to assign to a student in that CCA!

Feedback & Contributions

If you spot any bugs or have feature requests, please file an issue. We’re excited to hear your feedback and improve the CCAttendance App further!


We hope you enjoy the new v1.4 release. Thank you for using CCAttendance App!

v1.3 Release

Choose a tag to compare

@waylonggggg waylonggggg released this 20 Mar 15:58
62987ae

v1.3 Release Notes

Overview

Welcome to CCAttendance App v1.3! This release includes significant improvements over the original AB3 application, with a focus on CCA management, attendance tracking, and an enhanced user interface.

What’s New

  1. Revamped GUI Layout

    • New side-by-side panels for CCAs (left) and Students (right).
    • Each Student card shows:
      • CCAs joined (e.g., Canoe (5/8)) indicating the number of sessions attended out of the total.
      • Roles in each CCA (e.g., Captain, Member, Vice-President).
    • Each CCA card shows:
      • The range of Roles (e.g., President, Vice-Captain, Member).
      • Total number of sessions the CCA has conducted.
  2. New Commands

    • create_s: Create a new student entry.
  • delete_s: Delete an existing student.
  • create_c: Create a new CCA entry.
  • delete_c: Delete an existing CCA.
  • attend: Mark the attendance of a student

These commands streamline how you manage students and CCAs in your address book.

  1. Enhanced edit Command
    • Now handles both student roles in a CCA and the CCAs a student is enrolled in.
    • Easily update a member’s role (e.g., from Member to Vice-Captain) or even add/remove a CCA in one go.
  1. New Role-Based Tag System

    • Repurposes AB3’s "tags" feature to capture CCA roles instead.
    • This makes it clearer who is President, Captain, Member, etc., without relying on generic tags.
  2. Attendance Tracking

    • Each Student’s panel now shows attendance (e.g., 10/12) for every CCA they join.
    • Quickly see a member’s participation rate across multiple CCAs.

Screenshots

Below are a few snapshots showing off the redesigned interface:

Main Dashboard

Image

On the left: CCA listings with roles and session counts. On the right: Student listings with contact info, roles, and attendance.

Student Card Details

Image

Each student’s attendance is now visually displayed, along with roles in the respective CCAs.

Feedback & Contributions

If you spot any bugs or have feature requests, please file an issue. We’re excited to hear your feedback and improve the CCAttendance App further!


We hope you enjoy the new v1.3 release. Thank you for using CCAttendance App!