-
-
Notifications
You must be signed in to change notification settings - Fork 750
Shorten PyPI Embed #1457
Copy link
Copy link
Closed
Labels
a: frontendRelated to output and formattingRelated to output and formattinga: informationRelated to information commands: (doc, help, information, reddit, site, tags)Related to information commands: (doc, help, information, reddit, site, tags)p: 2 - normalNormal PriorityNormal Prioritys: WIPWork In ProgressWork In Progresst: enhancementChanges or improvements to existing featuresChanges or improvements to existing features
Metadata
Metadata
Assignees
Labels
a: frontendRelated to output and formattingRelated to output and formattinga: informationRelated to information commands: (doc, help, information, reddit, site, tags)Related to information commands: (doc, help, information, reddit, site, tags)p: 2 - normalNormal PriorityNormal Prioritys: WIPWork In ProgressWork In Progresst: enhancementChanges or improvements to existing featuresChanges or improvements to existing features
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
The PyPI embed can take up a lot of vertical space, which can be a little problematic in rapidly moving chat channels, such as python-general. We could maintain most of the embed's functionality while reducing the space it takes up.
Implementation
There are currently the following fields in the embed: Author, Summary, License, and Python Versions.
One possible implementation would be to limit the number of fields displayed to only include the most helpful ones. For example, we could leave only the description:
This minified version can be limited to certain channels, such as python general.
Another possible implementation would be to have inline fields. That may work, but we are also limited on horizontal space.