A REST API that receives a request and should select two engineers at random to both complete a half day of support each.
A REST API that receives a request and should select two engineers at random to both complete a half day of support each.
( Api ) - http://support-wheel-of-fate-swof.7e14.starter-us-west-2.openshiftapps.com/api/Engineer
( Front End ) - https://vinay01joshi.github.io/support-wheel-of-fate/
Any Operating system and Light weight framework which support C# with optimized dependency injection framework.
Any database support with Entity framework core such as i am using mySql
SWOF
Backend code in asp.net core web api and Entity framework code first with My SQL database.
SWOF.UI
Front end code with Angular 5
SWOF.Test
C# .net core ms test implementation
"Schedule": {
"ShiftsPerPeriod": 20,
"ShiftDays": 10,
"ShiftsPerEngineerPerPeriod": 2
}
Openshift containerize build and deployment with asp.net core 2.0 sdk in https://www.openshift.com/
oc new-app registry.access.redhat.com/dotnet/dotnet-20-rhel7~https://github.com/vinay01joshi/support-wheel-of-fate.git --build-env DOTNET_STARTUP_PROJECT=SWOF
oc status
oc expose svc/openshift
oc get routes