CS2103-AY1819S1-W13-3 / main

ConTAct - A CS2103 project aimed at making a teaching assistant's job easier
https://cs2103-ay1819s1-w13-3.github.io/main/
MIT License
2 stars 5 forks source link

[PE Dry Run]`attendance` command does not update presence consistently #115

Closed nus-se-bot closed 5 years ago

nus-se-bot commented 5 years ago

When using the attendance command, if at/ is not specified, the person's attendance is marked as UNDEFINED. I expected it to show PRESENT.

0 marks the person as absent, while 00 marks them as undefined. Similar for 1 and 01 for present.


Reported by: @fongyuan Severity: Low

[original: nus-cs2103-AY1819S1/pe-dry-run#1317]

yogtew commented 5 years ago

Noted, thank you.