Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nested map/multimap collections #959

Closed
sirinath opened this issue Feb 23, 2020 · 1 comment
Closed

Nested map/multimap collections #959

sirinath opened this issue Feb 23, 2020 · 1 comment
Labels
enhancement needs-votes A feature request on the backlog that needs upvotes or downvotes. Remove this label when resolved.

Comments

@sirinath
Copy link

sirinath commented Feb 23, 2020

This is related to #955.

Currently, collections are a list. But it will be good if there are collections which are key-value mapped. This way I can use collections 'en:books' tp lookup other equivalent collections fr:livres, es:libros, de:Bücher. In this case, there is one context which is the language. There will be other cases where there is no context (moon and luna in and all English astronomy blog) or even multiple contexts (e.g. en-uk&en-gb&en-us:books).

The use cases for this would be:

  • internationalisation - list collections which are of another language - the collection name in a primary language against the list of languages which has alternate names mapped to the collection name in those languages - this might help be relevant to this issue to manage tags and collections
  • synonyms and aliases - when tagging posts certain tags may be the same in the same language or across different languages. These mapping can be made.
  • Posts by different authors as a collection
@zachleat zachleat added the needs-votes A feature request on the backlog that needs upvotes or downvotes. Remove this label when resolved. label Feb 24, 2020
@zachleat
Copy link
Member

This repository is now using lodash style issue management for enhancements. This means enhancement issues will now be closed instead of leaving them open.

View the enhancement backlog here. Don’t forget to upvote the top comment with 👍!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement needs-votes A feature request on the backlog that needs upvotes or downvotes. Remove this label when resolved.
Projects
None yet
Development

No branches or pull requests

2 participants