Coder Social home page Coder Social logo

yccodechallenge's Introduction

Solution

  1. Sum OTE payments for each employee grouped by quarter
  2. Sum disbursements for each employee grouped by quarter
  3. Calculate variance between required disbursements and actual
  4. Write to EmployeeQuarterlySuperReport.csv (in repo directory)
EmployeeQuarterlySuperReport {
    employee_code
    quarter_start
    total_ote_paid
    total_super_payable
    total_super_disbursed
    variance
}

Running

cd .\YellowCanaryCodeChallenge
dotnet run '..\Sample Super Data.xlsx'

Assumptions

  • pay_period_from and pay_period_to can be ignored.
    • payment_made is used to assign disbursements to the relevant quarterly window
    • This means negative variance is allowed if disbursements > super_payable for a quarter
  • sadly, output quarter_start is formatted the same as end in the Payslips sheet (M/d/yyyy)

Notes

  • "Fit for purpose"
    • Barebones solution w/ little fanfare
    • No configurability, hosted service or dependency injection
    • No Typed DataSets or parsing to models
  • Optimistic
    • No error handling, validation, logging
    • Assumes excel file contains all sheets, properly formatted
  • Included one test case based on the example

yccodechallenge's People

Contributors

edgunn avatar ed-museli avatar

Watchers

 avatar

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.