Giter VIP home page Giter VIP logo

pizzaapp's Introduction

๐Ÿ• PizzaApp

๐Ÿ“Š Details

Aiden Gardner 12SDD6 Year 12 Term 1 PizzaApp assessment 2021. A pizza ordering app written in visual basic .NET

๐Ÿ†• Releases

Versions of this project are incremented using semantic versioning. The most recent stable release can be found just under the About tab on this page, and is marked with the Latest tag. More releases are documented in the releases tab, which includes unstable releases (marked with the orange Pre-release tag). The repository can be viewed at each point in time, and all stable versions, and most unstable versions have the compiled binary attached, although the source code is still provided.

๐Ÿ˜• Issues

Known bugs are documented in the issues tab. As it stands, the issue tab contains:

  • #1 Pizza cost is rounded off
    • The wrong datatype was being used to store the order cost, which resulted in a logic error where rounding occured where it was not wanted.
  • #3 Logic errors in validation
    • Blank endings on phone number are still valid
    • First name + last name can have non alphabetical characters
    • Quantity field should be simplified in warnings if putting in decimal places

๐Ÿ“ Future features

  • Fill out toppings based on an option select to prefill a pizza type e.g. Hawaiian
  • Add sides/drinks/dessert
  • Add patch version to each release, recompile binaries, and reupload to github.
  • Add an attribute of PizzaOrder that displays the total cost of the order in the orders list
  • Able to tick off each order as already delivered
  • Validate fields as the user types
  • Separate branch for editing the website
  • Generate links for each of the versions via JavaScript rather than hard coded.
  • Add colour scheme
  • Set window icon to pizza image
  • Help page, indicating that tooltips are available on hover
  • XML serialise/deserialise objects to allow for writing orders to the file system

pizzaapp's People

Contributors

aiden2480 avatar bwattle avatar

Watchers

 avatar

Forkers

bwattle

pizzaapp's Issues

Bugs

  • Blank endings on phone number are still valid
  • First name + last name can have non alphabetical characters
  • Quantity field should be simplified in warnings if putting in decimal places

Pizza cost is rounded off

The cost of the order is being rounded off, ignoring when the pineapple and olives options are selected because they cost less than a dollar.

The error has been isolated to commits f712325, 6710256, & 884734e, though it was discovered in commit 0fa7dc3.
It arose when I changed the datatype of the monetary variables from Decimal to Integer.

Example: The topping pineapple does not affect the pizza cost as it is only 15c and is rounded down to zero. Similar errors occur with all toppings whose price is not a whole dollar.
image
image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.