Moves POC-files into PlanTempus
This commit is contained in:
parent
51f3b92d69
commit
ea3ecdfb68
91 changed files with 59868 additions and 0 deletions
69
.workbench/POC/data/tenant-settings.json
Normal file
69
.workbench/POC/data/tenant-settings.json
Normal file
|
|
@ -0,0 +1,69 @@
|
|||
[
|
||||
{
|
||||
"id": "workweek",
|
||||
"syncStatus": "synced",
|
||||
"presets": {
|
||||
"standard": {
|
||||
"id": "standard",
|
||||
"workDays": [1, 2, 3, 4, 5],
|
||||
"label": "Man-Fre",
|
||||
"periodDays": 7
|
||||
},
|
||||
"compressed": {
|
||||
"id": "compressed",
|
||||
"workDays": [1, 2, 3],
|
||||
"label": "Man-Ons",
|
||||
"periodDays": 7
|
||||
},
|
||||
"midweek": {
|
||||
"id": "midweek",
|
||||
"workDays": [4, 5],
|
||||
"label": "Tors-Fre",
|
||||
"periodDays": 7
|
||||
},
|
||||
"weekend": {
|
||||
"id": "weekend",
|
||||
"workDays": [6, 7],
|
||||
"label": "Weekend",
|
||||
"periodDays": 7
|
||||
},
|
||||
"fullweek": {
|
||||
"id": "fullweek",
|
||||
"workDays": [1, 2, 3, 4, 5, 6, 7],
|
||||
"label": "Alle dage",
|
||||
"periodDays": 7
|
||||
},
|
||||
"day": {
|
||||
"id": "day",
|
||||
"workDays": [1],
|
||||
"label": "Dag",
|
||||
"periodDays": 1
|
||||
}
|
||||
},
|
||||
"defaultPreset": "standard",
|
||||
"firstDayOfWeek": 1
|
||||
},
|
||||
{
|
||||
"id": "grid",
|
||||
"syncStatus": "synced",
|
||||
"dayStartHour": 6,
|
||||
"dayEndHour": 22,
|
||||
"workStartHour": 8,
|
||||
"workEndHour": 17,
|
||||
"hourHeight": 80,
|
||||
"snapInterval": 15
|
||||
},
|
||||
{
|
||||
"id": "timeFormat",
|
||||
"syncStatus": "synced",
|
||||
"timezone": "Europe/Copenhagen",
|
||||
"locale": "da-DK",
|
||||
"use24HourFormat": true
|
||||
},
|
||||
{
|
||||
"id": "views",
|
||||
"syncStatus": "synced",
|
||||
"availableViews": ["simple", "resource", "team", "department"],
|
||||
"defaultView": "simple"
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue