-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
114 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,114 @@ | ||
# SpaceAPI Telco August 2020 | ||
|
||
Date: 2020-08-09 | ||
Location: The Internet | ||
Who: timm, Raphi, cyroxx | ||
Who not: Danilo | ||
|
||
Previous meeting: [20200510-telco.md](https://github.com/SpaceApi/meeting-notes/blob/master/20200510-telco.md) | ||
Next meeting: 2020-11-08 20:00 CET | ||
|
||
# 1. Agenda | ||
|
||
* Status | ||
* v14 Release | ||
* Open Grafana for the public | ||
* Linked Spaces | ||
* Todos | ||
|
||
# 2. Status | ||
|
||
Danilo: | ||
* [ ] Handle v0.14 -> v14 versioning schema change | ||
* [ ] Is there a nice OpenAPI code generator to handle parsing? | ||
* [ ] Set up Matrix channel, bridge it to IRC and to the old mattermost public channel, remove link to chat from website | ||
* Part 1: https://github.com/SpaceApi/provisioning/pull/73 | ||
* Part 2 (website): TODO once website refactoring is merged | ||
* [ ] Schema issues regarding country / osm node id | ||
* [ ] MyHackerspace release | ||
* https://github.com/fixme-lausanne/MyHackerspace/issues/79 | ||
|
||
Raphi: | ||
* [ ] spaceapi-rs 0.14 support | ||
* Not yet done | ||
* [x] Test website from https://github.com/SpaceApi/website/pull/66 | ||
* [ ] Ask g5pw and s3lph to join next meeting | ||
* Asked s3lph, but no-show. Didn't contact g5pw | ||
* g5pw -> IRC hackerspaces channel | ||
|
||
Timm: | ||
* [ ] Add a warning on our website that spaceapi.net is deprecated | ||
* [ ] DNSSEC | ||
* Waiting for provider to add DNSSEC support to the control panel | ||
* [x] Website refactoring | ||
* [x] Create schema proposal for ``"linked_spaces"`` | ||
* https://github.com/SpaceApi/schema/pull/75 | ||
|
||
|
||
# 3. V14 Release | ||
|
||
https://github.com/SpaceApi/schema/issues/65 | ||
|
||
Blockers: | ||
* Let's just release v14 without support in the MyHackerspace app | ||
* Let's remove the spacephone link and fix the other links | ||
* Postpone https://github.com/SpaceApi/schema/pull/71 to v15 (There was a discussion about the use case and value but let's continue this on GitHub) | ||
|
||
-> Release the thing! | ||
|
||
# 4. Make grafana publicly available | ||
|
||
https://metrics.spaceapi.io/ | ||
|
||
Allow read only access for anonymous users. Potential harm they can do is DOS but the chances are low. | ||
Let's try it and disable it if we encounter problems. | ||
|
||
|
||
# 5. Linked spaces | ||
|
||
Current plan: | ||
* Have just a simple field in the spec with just the website URL of the linked space | ||
* If this field is used a lot, try to make the spaceapi discoverable from the website URL (probably via .well_known/) to enable a federated directory | ||
|
||
No activity on the pull request: | ||
https://github.com/SpaceApi/schema/pull/75 | ||
https://github.com/SpaceApi/directory/issues/144 | ||
|
||
# 6. Varia | ||
|
||
* Update from cyroxx about the SpaceAPI implementation of his space: | ||
* They have a space switch which publishes the open state with MQTT which triggers the SpaceAPI and pushes a chat message. | ||
* Should we add the ability to get the data of the spaces via api.spacapi.io? | ||
* Would be nice, since most projects actually want the data of all the spaces | ||
* But keep the ability to only get the list the default (Useful for other projects) | ||
|
||
# TODOs | ||
|
||
Danilo: | ||
* [ ] Review https://github.com/SpaceApi/schema/pull/75 | ||
* [ ] Handle v0.14 -> v14 versioning schema change | ||
* [ ] Is there a nice OpenAPI code generator to handle parsing? | ||
* [ ] Set up Matrix channel, bridge it to IRC and to the old mattermost public channel, remove link to chat from website | ||
* Part 1: https://github.com/SpaceApi/provisioning/pull/73 | ||
* Part 2 (website): TODO once website refactoring is merged | ||
* [ ] Schema issues regarding country / osm node id | ||
* [ ] MyHackerspace release | ||
* https://github.com/fixme-lausanne/MyHackerspace/issues/79 | ||
|
||
Raphi: | ||
* [ ] Review https://github.com/SpaceApi/schema/pull/75 | ||
* [ ] Take over https://github.com/SpaceApi/schema/pull/58 (Remove spacephone link and fix the other links) | ||
* [ ] spaceapi-rs 0.14 support | ||
* Not yet done | ||
* [ ] Ask g5pw and s3lph to join next meeting | ||
* Asked s3lph, but no-show. Didn't contact g5pw | ||
* g5pw -> IRC hackerspaces channel | ||
|
||
|
||
Timm: | ||
* [ ] Make the grafana boards publicly available. | ||
* [ ] Add a warning on our website that spaceapi.net is deprecated | ||
* [ ] DNSSEC | ||
* Waiting for provider to add DNSSEC support to the control panel | ||
|
||
|