Skip to content

HaychBe/SFIA1Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#SFIAProject

MainBanner

DownloadStats ReleaseStats

Table of contents



Introduction


This is a short introduction into my project for QA's Cloud Native Development course.

In this .README I will be going through the product I have built and the general fundamentals of the application

To start us off, I'd like to just give you some of the ideas that I originally had when scoping this project. Below are some of these ideas.

Ideas:

  • Runescape Slayer helper

    • Inbuilt calculator (Current task experience) -- Calculates experience you will receive from current task by MonsterHP x Quantity
    • Searchable database, shows slayable monsters at X level
    • provides recommendable gear for task + provides notable drops
  • Fantasy Football

    • Searchable Player database for player stats (goals, appearance, assists etc)
    • Searchable Team database for team stats (Games played, wins,losses, conceded etc)
    • Team compare/Player compare. (Compares the above stats)
    • Team creator / Budget
    • Player prices
    • Generic fantasy football app
  • Queuing Simulator

    • Ability to add yourself to a queue for a product
    • Ability to remove yourself from a queue with the orderID
    • The Ability to read the details originally entered for the order
    • The Ability to also update any details of the order.



Application


The application that I decided to go for as my project idea is the Queuing Simulator In this short document I will describe the basic function of the application and will detail how to use the application in the Usage portion of this .README

The Queuing Simulator is a basic application which will allow the users to CREATE, REMOVE, UPDATE and DELETE an order from the database.

The Application


CREATE:

This is the basic application interface for the CREATE functionality:

READ:

This is the basic application interface for the READ functionality:

UPDATE:

This is the basic application interface for the UPDATE functionality:

DELETE:

This is the basic application interface for the DELETE functionality:



Usage

In this section I will detail how to use each of the applications functions.

CREATE:

In order for the user to create an order, they must first fill out the form located under the CREATE subheading inside application

READ:

Once an order is created, the user will be given an orderid this ID will allow the user to do all of the other functionalities. One being READ, again the user must fill out the form under READ and the correct information relating to that order id will be pulled from the database and displayed

UPDATE:

Further to the READ function, the user can also choose to update their details. By again navigating the to the UPDATE form and filling in the neccessary information.

DELETE:

Lastly the users have the option to DELETE their information from the database. To do this they will need their orderid and simply fill in the orderID and press delete.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published