Sha256: 40f6c503d02b90fec66a924093114bdecfabf518b66361381fe9174877086c92

Contents?: true

Size: 587 Bytes

Versions: 3

Compression:

Stored size: 587 Bytes

Contents

# Updates Grouped Together for Readability

## Concept

The design of package update screens is pretty abysmal -- usually just a big blob of package names and versions. This can be improved.

## Groups

Packages can be grouped by any of the following:

- semantic version (MAJOR.MINOR.PATCH):
  - MAJOR: incompatible API changes
  - MINOR: backwards-compatible features added
  - PATCH: bugfixes
- package's category/tags
- which repository the package came from
- who packaged it
- a tree-view of package dependencies (useful for seeing dependency relationships during package updates)

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
upm-0.1.18 design/Updates Grouped Together for Readability.md
upm-0.1.17 design/Updates Grouped Together for Readability.md
upm-0.1.16 design/Updates Grouped Together for Readability.md