mattermost-community/mattermost-plugin-memes
Parse memes at runtime?
Ouverte
#63 ouverte le 21 sept. 2022
Difficulty/3:HardHelp WantedNeeds SpecTech/GoUp For Grabs
Métriques du dépôt
- Stars
- (80 étoiles)
- Métriques de merge PR
- (Aucune PR mergée en 30 j)
Description
This is a feature request to make the plugin code and meme resources modular. Then server admins could add or edit memes any time without having to have them officially included via a PR, or set up a dev environment to recompile from a fork. The plugin could scan files on (re)activation, include valid ones, and log errors for invalid ones.
I also thought JSON metadata might be friendlier for this. Golang projects seem to use it fairly universally, it's more widely known, and has fewer pitfalls than YAML.