Git Product home page Git Product logo

black_thursday's People

Contributors

biglovisa avatar claudia108 avatar jcasimir avatar joshcheek avatar kytrinyx avatar patrickwhardy avatar pzula avatar rwarbelow avatar

Watchers

 avatar  avatar  avatar

black_thursday's Issues

it 3 init transaction repository class

searches transaction class
this needs to work with csv directly
methods: all
find by id
find all by invoice id
find all by credit card number
find all by result

iteration 0 itemrepository

holds and searches items
includes methods all, find by id, find by name, find all with description, find all by price, find all by price in range, find all by merchant id

it 3 init transaction class

holds on to transaction data
methods/vars: id
invoice id credit card number
credit card expiration date
result
created at
updated at

iteration 0 item

item is its own class
has methods: id
name
description
unit price
create at
updated at
merchant id
unit price to dollars
grabs info with symbol headers

it 3 init invoice item class

connects single item w single invoice
method/vars to hold on to data: id
item id
invoice id
quantity
unit price
created at
updated at

methods: unit price to dollars (is a method in another Item class - may want to pull from there)

it 1 init sales analyst class

methods: average items per merchant
average items per merchant standard deviation
merchants with high item count
average item price for merchant(arg)
average average price per merchant
golden items (2 devations above average)

it 2 init invoice class

methods: id
cust id
merch id
status
created at
updated at
its possible these are going to be attr_readers

iteration 0 merchant repository

holds and searches merchant instances - this is a child class to sales engine.
Methods: all, find by id, find by name, find all by name

it 3 init customer repo class

this grabs info stored in customer class
works directly with csv
methods: all
find by id
find all by first name
find all by last name

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.