Skip to content

Commit

Permalink
Fix DG To Say CCA Manager instead of AB3 Addressbook (#223)
Browse files Browse the repository at this point in the history
* Fix DG

* Fix DG More
  • Loading branch information
chuahjiajie authored Apr 15, 2024
1 parent 16f45a5 commit bf46578
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
pageNav: 3
---

# AB-3 Developer Guide
# CCA Manager Developer Guide

<!-- * Table of Contents -->
<page-nav-print />
Expand Down Expand Up @@ -354,7 +354,7 @@ Following the implementation of this meta-feature, the following features can be
More details of these specific features in the future.


### \[Proposed\] Attendance Tracking
### Attendance Tracking

After members of a CCA has been added to CCA Manager, it is expected to be able to track
their attendance. This will be displayed below their CCA.
Expand All @@ -366,13 +366,15 @@ An example command for setting attendance is ``setatt index att\9 s\10``. Which
2. Edit the attendance details according to the input.
3. Update the attendance details of the person in the model.

#### \[Proposed\]
An example command for setting the number of sessions is ``setsess index s\10``. Which means
"Set the number of sessions of person at index to be 10". The process is as follows.

1. Retrieve the attendance information of John Doe.
2. Increment the attendance value by 1.
3. Update the attendance details of the person in the model.

#### \[Proposed\]
An example command for incrementing attendance is ``incatt index``. Which means
"Increment the attendance of person at index by 1". The process is as follows.

Expand Down

0 comments on commit bf46578

Please sign in to comment.