-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
Right now modules order depends on the fetching order, hence connected releases can be distant from each others in the chart.
Implement one or more sorting strategy:
- based on modules "distance"
- based on focused release "distance" with servers (dependency releases) and clients (dependent releases)
- alphabetical
- date of module creation?
- else?