GithubHelp home page GithubHelp logo

pairing-exercise's Introduction

Pair Programming Exercise for Billie

The Requirements

The way a business like Billie works is this:

A business buyer goes to a merchant's ecommerce platform catering for B2B and buys goods. 
At the checkout, the buyer chooses Billie as a payment method, and checks out via our 
widget on the merchants site.  Upon shipment, the merchant tells us this, and is paid
immediately. Billie also issues an invoice to the buyer.  The buyer is then invoiced 
from Billie and they pay the invoice

At this point, we have built an API to map simple organisations, but not much else.
There are a lot of features still to build!!!

  • Adding an address to an organisation
  • Issuing an invoice for the buyer once the merchant notifies us the goods have been shipped
  • Once the buyer has paid the invoice, there needs to be the ability to mark the invoice as paid
  • The ability for the merchant to notify us of shipment of an order, so they can get paid

We will tackle some of these cases as part of the pairing exercise

The Exercise

In order for you to prepare for the pair programming we need you to be familiar 
with the code we've already got in this repository.
Please make a fork of this repo and add *one* feature from the list above and 
send us a link to your repo.  This tells us you've worked in the code and are 
familiar with it. We are excited to see your solution that introduces you 
as a smart and skilled engineer.  We like high success rates for our pairing 
sessions and history tells us that is much more likely if a candidate has 
familiarity with the code already and tried to solve a problem which might be
met in FinTech.

Strong hint: we are fans of TDD, pairing and continuous deployment.

The Tech Stuff

Prerequisites

We assume that you have docker, docker compose, and Java 15 installed, and can run gradle

Running the tests:

cd <project_root>
docker compose up database -d
gradle flywayMigrate
gradle clean build
docs at -> http://localhost:8080/swagger-ui/index.html

Work has been started but not done yet to containerise the kotlin service.

The service runs in the host right now. Feel free to fix that if it makes your life easier

pairing-exercise's People

Contributors

ryanwhitehouse avatar ben-billie avatar ahmedsamy avatar akhodos 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.