Skip to content
This repository has been archived by the owner on Jan 14, 2023. It is now read-only.

Latest commit

 

History

History
87 lines (44 loc) · 2.64 KB

SHOWCASE.md

File metadata and controls

87 lines (44 loc) · 2.64 KB

Showcase

ModManagerClient is an Angular SPA which consumes REST Web API. In this document you can see how the application looks like.

Register

This view contains register form which allows to create new user accounts.

alt text

Login

This view contains login form which allows to login in to application. Logged in user can access protected views.

alt text

Home

This view provides access to basic actions and also shows statistics.

alt text

Add Game

This view contains add game form which allows to create new games. Only users with admin role can add new games.

alt text

Games

This view shows list of all games.

alt text

Show Game

This view shows details about specific game.

alt text

Edit Game

This view contains edit game form which allows to edit game.

alt text

Delete Game

This modal window allows to delete game.

alt text

Add Mod

This view contains add mod form which allows to creating new mods.

alt text

Mods

This view shows list of all mods.

alt text

Show Mod

This view shows details about specific mod.

alt text

Edit Mod

This view contains edit mod form which allows to edit mod.

alt text

Delete Mod

This modal window allows to delete mod.

alt text

Page Not Found

This view is used as error page.

alt text