You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Excuse my dumb question, I was unable to attend the webinar. I wish to modify the default.json with a custom set of spaces and properties.
I noticed an issue when trying to remove the classes WorkTouchdown and WorkDockin from the config file. What specific roles or functions do these classes serve in the calculation process?
{
"spaces": [
"name": "work related area",
..."spaces": [
{
"name": "flexible seats",
...
{
"name": "touchdown – work related area",
"className": "WorkTouchdown", <--- This class is vital?...
{
"name": "dock in – work related area",
"className": "WorkDockin", <--- This class is vital?...
Perhaps a documentation file on default.json schema is needed? Defining the schema, defining each property, and whether they are necessary or not?
The text was updated successfully, but these errors were encountered:
Not dumb at all, these are quite inflexible because the calculations are interdependent with other calculations. We should probably look into making it more flexible because WorkTouchdown is used in the calculations for meeting rooms, multi room and more.
Excuse my dumb question, I was unable to attend the webinar. I wish to modify the
default.json
with a custom set of spaces and properties.I noticed an issue when trying to remove the classes
WorkTouchdown
andWorkDockin
from the config file. What specific roles or functions do these classes serve in the calculation process?Perhaps a documentation file on default.json schema is needed? Defining the schema, defining each property, and whether they are necessary or not?
The text was updated successfully, but these errors were encountered: