nus-cs2103-AY2425S1 / pe-dev-response

0 stars 0 forks source link

Changes to attendance will not update immediately if attendance window is already open #1288

Open nus-se-script opened 1 week ago

nus-se-script commented 1 week ago

Steps to replicate:

  1. Click on the "Attendance" button for a particular student to open the window.
  2. Go back to the main application WITHOUT closing the opened window in step 1.
  3. Insert some attendance entries via commands. For instance, let's use the command attend-present m/A1234567X c/CS1010 tut/T01 a few times.
  4. The success message is shown on the feedback panel on the main page:

image.png

But when we go back to the window that is still open, our attendance records for that student remains un-updated!

image.png

It is recommended to fix the attendance window such that attendance changes made through commands are synced with the window if it was already open.


[original: nus-cs2103-AY2425S1/pe-interim#1780] [original labels: severity.Medium type.FunctionalityBug]

Zeepheru commented 1 week ago

Team's Response

No details provided by team.

Duplicate status (if any):

Duplicate of #1222