kylelhk / Pictionary

CITS5505 Agile Web Development - Group Project
MIT License
1 stars 0 forks source link

Issue #71 - Add Guess History table in Home page #72

Closed kylelhk closed 2 months ago

kylelhk commented 2 months ago

Change Summary

  1. Replaced the Game In Progress table under Activity Feed in Home page with a new table Guess History given the absence of in_progress status and the project requirements below: image
image
  1. Revised the deprecated datetime method in the route /drawings/<int:drawing_id> for showing correct Date Attempted in the Guess History table.

  2. Conducted manual testing by creating and guessing drawings and checking the corresponding changes in both the New Games and Guess History tables.

Change Form

Other Information

TODO (subject to completion of other tasks): Show a placeholder / empty state message in the two Activity Feed tables if there is no entry to show.