Code Monkey home page Code Monkey logo

dibware.salon's People

Contributors

dibley1973 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

dibware.salon's Issues

Add `MultipleTreatment` concept to Resources

It is acceptable when...

  • The concept is developed within it's own feature branch
  • The concept will be represented by an object
  • The object derives from a Entity
  • The object has an Duration property
  • The object has a Technician property
  • The object has a Cost property of type Money
  • The object can contain multiple "sub" single or other MultipleTreatment objects
    -- A discount of cost can be applied to the total of the sub treatments
    -- A discount of time can be applied to the total of the sub treatments
  • The object has a static factory Create() method
  • The Create() method, and properties are covered with units tests with at least 90% code coverage

Implement addition and subtraction members for `Duration` object

Related to #6, which must be completed first.

It is acceptable when...

  • Add() and Subtract() members are implemented
  • += and -= members re implemented
  • Rollover results of minutes calculations which exceed 59 into hours and minutes
  • Negative results are not permitted, such operations should result in zero
  • New members are covered by unit tests with at least 90% coverage

Add `Treatment` concept to Resources

It is acceptable when...

The concept is developed within it's own feature branch
The concept will be represented by an object
The object derives from a Entity
The object has an Duration property of type Duration
The object has a Technician property
The object has a Cost property of type Money
The object has a static factory Create() method
The Create() method, and properties are covered with units tests with at least 90% code coverage

Add `Duration` concept to Shared Kernel

It is acceptable when...

  • The concept is developed within it's own feature branch
  • The concept will be represented by an object
  • The object derives from a ValueObject
  • The object has an Hours property
  • The object has a Minutes property
  • The object has a static factory Create() method
  • The Create() method, and properties are covered with units tests with at least 90% code coverage

Implement equality members for `Duration` object

Related to #6 .

It is acceptable when...

  • IEquality<Duration> members are implemented
  • Equals members are implemented
  • == and != members re implemented
  • New members are covered by unit tests with at least 90% coverage

Add `Money` structure

It is acceptable when...

  • It derives from ValueObject
  • It has a currency symbol property
  • It has a super unit portion property
  • It has a sub-unit portion property
  • It has a number of sub-units in one super unit property
  • The object is covered by at least 95% code coverage with all major logic flows covered

Ref:
https://en.wikipedia.org/wiki/Denomination_(currency)

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.