Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customising default.json #3

Open
julianriise opened this issue Jan 16, 2024 · 1 comment
Open

Customising default.json #3

julianriise opened this issue Jan 16, 2024 · 1 comment

Comments

@julianriise
Copy link
Contributor

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?

@huulbaek
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants