FlexitimeTracker/FlexitimeUI/flexitimeui/tools/db.json
Chris Watts 005da7ce2b create initial react project for flexitime v2 application.
includes .net webapi backend and ui test stubs
2021-03-22 14:54:42 +00:00

51 lines
786 B
JSON

{
"users": [
{
"id": 2,
"username": "lawrenb",
"firstName": "Brett",
"lastName": "Lawrence",
"hoursPerWeek": 37,
"state": "Remote"
},
{
"id": 3,
"username": "bustamae",
"firstName": "Eugene",
"lastName": "Bustamante",
"hoursPerWeek": 37,
"state": "Out"
}
],
"authors": [
{
"id": 1,
"name": "Cory House"
},
{
"id": 2,
"name": "Scott Allen"
},
{
"id": 3,
"name": "Dan Wahlin"
}
],
"groups": [
{
"id": 1,
"name": "RTPS",
"userCount": 4
},
{
"id": 2,
"name": "Embedded Rating",
"userCount": 14
},
{
"id": 3,
"name": "Rules Engine",
"userCount": 2
}
]
}