nus-cs2103-AY2324S2 / pe-dev-response

0 stars 0 forks source link

Repeated user behaviour to mark absence count for >10 #2609

Open nus-pe-bot opened 6 months ago

nus-pe-bot commented 6 months ago

Description

Assuming a student is absent for 20 days, and the user has to repeat the command two times with the maximum bolt number to mark the number of times the student was absent. Repetitive user behaviour should not happen, as it is meant to optimise user efficiency.

Steps to reproduce

  1. input bolt 2 b/20
  2. input bolt 2 b/10 followed by input bolt 2 b/10

Screenshots

image.png


[original: nus-cs2103-AY2324S2/pe-interim#3288] [original labels: severity.Low type.FeatureFlaw]

evedaktyl commented 6 months ago

Team's Response

We understand that efficiency is an important consideration. In this case, assuming a student is absent for 20 days, the TA is able to edit the student's number of bolts using 'edit INDEX b/20', which is rather efficient as well.

We’d like to note that we intend for TAs to use the bolt command to increment the student's number of bolts consistently (e.g. every lesson) if needed instead of leaving it to the end, where an edit command may be more appropriate.

Duplicate status (if any):

--