From ee8633c528ce22bcef1ef89bac1025913bd873f9 Mon Sep 17 00:00:00 2001 From: Anderson Torres Date: Fri, 24 May 2024 17:00:53 -0300 Subject: [PATCH] A hybrid approach to be considered by the future team --- rfcs/0146-meta-categories.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/rfcs/0146-meta-categories.md b/rfcs/0146-meta-categories.md index 191ee22..324cb59 100755 --- a/rfcs/0146-meta-categories.md +++ b/rfcs/0146-meta-categories.md @@ -147,6 +147,22 @@ A typical snippet of `lib.categories` will be similar to: ``` +### Hybrid approach +[hybrid-approach]: #hybrid-approach + +A hybrid approach for code implementation would be implement two meta +attributes, namely + +- `meta.categories` for Appstream-based categories + - the corresponding `lib.categories` should follow Appstream closely, with + few room to custom/extra categories +- `meta.tags` for Debtags-like tags + - while being inspired from the venerable Debtags work, the corresponding + `lib.tags` is completely free to modify and even divert from Debtags, + following its own way +- generally speaking, `lib.tags` should be less bureaucratic than + `lib.categories` + ## Categorization Team [categorization-team]: #categorization-team