Skip to content
Marisela A Gomez edited this page Feb 27, 2024 · 2 revisions

Full CRUD Features

Game Reviews Management

  • Create: Users can post new reviews with text and ratings.
  • Read: Users can browse, search, and filter reviews.
  • Update: Users can edit review content or rating.
  • Delete: Users can remove reviews entirely.

Shopping Cart Management

  • Create: Users can add games to their shopping cart.
  • Read: Users can view the items in their shopping cart.
  • Update: Users can change the quantity of the items or update their selections in the shopping cart.
  • Delete: Users can remove items from their shopping cart.

Partial CRUD Features

Game Library Management

  • Read: Users can view and sort the games in their library after purchase.
  • Update: Users can organize, categorize, or edit game details in their library.
  • Delete: Users can remove games from their library or hide them.

Friend System

  • Create: Users can send friend requests.
  • Read: Users can view their friends list and friend requests.
  • Delete: Users can remove friends or cancel/reject friend requests.

Messaging System

  • Create: Users can send messages to other users.
  • Read: Users can read messages from other users.
  • Delete: Users can delete messages from their chat history.

Game Wishlist

  • Create: Users can add games to their wishlist.
  • Read: Users can view their wishlist.
  • Delete: Users can remove games from their wishlist.