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

Logi-WA/Takeaway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HBV202GFinalAssignment

How to run

  • To run this application we have mad a jlink (we decided to do that because our jar fil would not let us run javafx through the jar file but that file can be found in the target directory) but to run the jlink you go Here and run that file to run the project

Frontend

  • src/main/java/is/vidmot contains all the front end part of the project for futher detail of the classes : Markdown

    • ClientDialog.java contains the dialog for user to register
    • MenuView.java loads the menu-view.fxml and puts the controller and root as well as it puts in the meals
    • OrderController.java controls the main part of the project
    • PasswordController.java takes in the password of a user
    • PaymentController.java controls the payment-view.fxml
    • TakeAwayApplication.java loads up the main part of the project
    • View.java store the views that we have to switch between
    • ViewSwitcher.java switches between the views that we hava stored in View.java

Backend

  • src/main/java/is/vinnsla contains all the front end part of the project for futher detail of the classes : Markdown
    • Cart.java contains all the information about what is in the cart and if something is added
    • Customer.java contains the name of the customer as well as his address
    • Meals.java takes in the meal and the price of it
    • Menu.java allows you to add a meal to the display and contains all of the items that are to be displayed

Testcases

  • src/test/java contains a package that has an Alltests class that can perform all the test in the package
    • is.vinnsla contains all tests for the backend of the project
    • is.vidmot as we were instructed we did not make test cases for vidmot as the course did not teach how we should test javafx

Markdown

You can find the markdown here : Markdown

License

  • This project is licensed under the MIT License. The MIT License allows for free use, modification, and distribution of this software, subject to the terms and conditions specified in the license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages