GithubHelp home page GithubHelp logo

ruchinmunjal / supportwheel Goto Github PK

View Code? Open in Web Editor NEW

This project forked from getuliojr/supportwheel

0.0 2.0 0.0 40.26 MB

An online test for remote job

C# 0.86% JavaScript 33.45% HTML 14.34% CSS 51.30% Makefile 0.04% Batchfile 0.01%

supportwheel's Introduction

Support Wheel of Fate - BAU

The objetive of this project was to demonstrate knowledge of .NET and Angular for a .NET Senior Architecture Development online remote position. To test my knowledge the following taks has been assigned:

Summary

Design and build the “Support Wheel of Fate”

Background

At one of our companies, all engineers take it in turns to support the business for half a day at a time. This is affectionately known as BAU. Currently, there is no tool which decides who is doing BAU and when, all rotas are created and maintained by hand.

Task

Your task is to design and build an online “Support Wheel of Fate”. This should select two engineers at random to both complete a half day of support each. For the purposes of this task you are free to assume that we have 10 engineers.

Business Rules

There are some rules and these are liable to change in the future:

  • An engineer can do at most one half day shift in a day.
  • An engineer cannot have half day shifts on consecutive days.
  • Each engineer should have completed one whole day of support in any 2 week period.

Deliverables

At the end of the task, the following must be included:

  • A Presentation Layer (Front End)
  • An API

It is also important that you document your decisions as you will be expected to talk through your approach.

Rules

The rules are as follows:

  1. There is no time limit
  2. You are free to use the internet for research, inspiration and help
  3. The solution should built using C#.

DESIGN AND ARCHITECTURE

The backend is build using .NET with (web.api 2, Owin, SignalR) it is based on the pattern CQRS (Command and Query Responsability Separation) where all the commands would be hosted on a server with a SQL database, while all queries could be stored in a separed server with another database, a denormazed one.

Front-end is build using Angular.JS 1.6.x with components. All frontend is documented using ng-docs and docco. Tests are done with Jamine and Karma.

OATH 2 has been implemented with JWT tokens for securiting the application in backend and frontend.

Angular Material has been used for the layout desing.

ONLINE DEMO

http://supportwheel.apphb.com/

YOUTUBE PRESENTATION

https://www.youtube.com/watch?v=nXpjkXewb0s

supportwheel's People

Contributors

getuliojr avatar

Watchers

James Cloos avatar  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.