Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Releases: Computer-Engineering-UdL/Game-Management

Deliverable 2

17 May 21:38
Compare
Choose a tag to compare

Version 2.0.0 - Deliverable 2

This is the release of deliverable 2 of the web application for game management. The documentation for this release can be viewed here.

Features

  • Create Games: Users can now create games using the API or manually.
  • Update and Delete Games: Users can modify and remove games as needed.
  • Verify and Unverify Games: Games can be marked as verified or unverified in edit mode.
  • Add E2E Tests: Introduced tests to ensure the correct functionality of the application.

Preview

Game list
Game_list_1

Game detail
Game_detail_2

Game edit
Game_edit_3

Game add choose menu
Game_add_4

Game add api
Game_add_api_5

Game add manual
Game_add_manual_6

Deliverable 1

06 Apr 17:54
Compare
Choose a tag to compare

Version 1.0.0 - Deliverable 1

This is the release of deliverable 1 of the web application. The documentation of this release can be checked here.

Features

  • Login system: A basic log-in system providing the users with the ability to authorize. They can also log-in, sign-up and log-out.
  • Docker deployment: Add docker files to prepare the application to be deployed with docker.
  • UI layout: Simple basic UI layout being responsive. This layout will be the base to develop the interface for the next deliverables.

Preview

Home screen
Preview_1

List of games
Preview_2

Log-in
Preview_3

Sign-up
Preview_4