kylelhk / Pictionary

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

Add Guess History table in Home page #71

Closed kylelhk closed 2 months ago

kylelhk commented 2 months ago

Background In Home page, the Game In Progress table under Activity Feed should be replaced by a new table as the in_progress status has not been implemented.

Expected Outcome To fulfil the project requirement, a Guess History table can be created to track user activities and results. Columns include:

  1. Date Attempted
  2. Creator
  3. Category
  4. Result (Successful / Unsuccessful)

Other Information Reference can be made to the "New Games" table in PR #54.