Giter Club home page Giter Club logo

mileagemaster's People

Contributors

cagarraway avatar

Watchers

 avatar

mileagemaster's Issues

Manage Vehicles

Tony wishes to manage their list of vehicles, so that he can add mileage readings to them and help keep his usage below the agreed limits. Such management includes:

  • Adding vehicles
  • Editing vehicles
  • Listing vehicles
  • Deleting vehicles

Add vehicle

Functionality

Tony wishes to add a vehicle so he can track its mileage.
Vehicles have the following properties:

  • Name, text, mandatory
  • Licence plate, text, mandatory
  • Date acquired, date, mandatory

Business rules:

  1. No two vehicles can have the same licence plate. Violation message: "A duplicate licence plate already exists."
  2. The Date acquired cannot be in the future. Violation message: "The Date Acquired cannot be in the future"

When a vehicle has been successfully created, the following message should be shown, and the record should then be in edit mode - "The vehicle has been created"

Acceptance

  • A vehicle can be successfully added, whilst complying with all entity and business rules

  • Attempts to add duplicate vehicles are stopped

  • Appropriate messages are shown when business rules are violated

  • Design architecture

  • Create application shell, with minimal navigation (just Add Vehicle)

  • Add database table

  • Write necessary code to implement this feature

  • Write unit tests for this feature

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.