Perth-Artifactory / website

https://artifactory.org.au
MIT License
2 stars 1 forks source link

Presence detection #21

Closed FletcherAU closed 9 months ago

FletcherAU commented 3 years ago

The current webcam feed includes a presence list generated from our AP API. I've made some changes so it also outputs the data as json so that it can be incorporated into the new site.

https://webcams.artifactory.org.au/people.json

{
  "person 1":{
    "groups":[
      "key",
      "guide"
    ],
    "slack":"UID"
  },
  "person 2":{
    "groups":[
      "swarf",
      "3d"
    ],
    "slack":""
  },
  "person 3":{
    "groups":[

    ],
    "slack":""
  }
}

These are the current groups

{
  "committee":[
    "space.artifactory.org.au/images/artifactory.png",
    "Committee Member"
  ],
  "lasertrain":[
    "space.artifactory.org.au/images/lasertrain.png",
    "Laser Trainer"
  ],
  "laserfix":[
    "space.artifactory.org.au/images/laserfix.png",
    "Laser Maintainer"
  ],
  "swarf":[
    "space.artifactory.org.au/images/swarf.png",
    "CNC Router Trainer"
  ],
  "guide":[
    "space.artifactory.org.au/images/smile.png",
    "Gives Tours"
  ],
  "electronics":[
    "space.artifactory.org.au/images/lightning.png",
    "Electronics Experience"
  ],
  "key":[
    "space.artifactory.org.au/images/key.png",
    "24/7 Keyholder"
  ],
  "3d":[
    "space.artifactory.org.au/images/3d.png",
    "3D Printing Experience"
  ]
}