-
Notifications
You must be signed in to change notification settings - Fork 377
Open
Labels
enhancementThis would be an improvement to the website.This would be an improvement to the website.help wantedIssues we consider that external contributes can help us with.Issues we consider that external contributes can help us with.
Description
As of now, clients data in https://matrix.org/ecosystem/clients/ is not refreshed automatically. We can implement a GH Action to fetch the client information "somewhere" and update the data.
My naive approach would be to have a GH Action running every 24h that:
- Fetches all the
*.md
in/content/ecosystem/clients
, and for each file- Parses the frontmatter
- Reads a
definition_file
url (https? git? TBD) - Fetches the definition file in the url that contains the updated data
- Updates the data in the frontmatter of the .md file
- Opens a new PR to update the clients data
- Closes old unreviewed PRs it had previously opened
What's left to define:
- Is it acceptable to ask for the definition_file to be accessible via https?
- What information can be updated by the app maintainer, and what information can only be updated by an editor/curator?
- What format should the definition_file follow?
tcpipuk
Metadata
Metadata
Assignees
Labels
enhancementThis would be an improvement to the website.This would be an improvement to the website.help wantedIssues we consider that external contributes can help us with.Issues we consider that external contributes can help us with.