silverstripe / addons.silverstripe.org

Website hosting Silverstripe Framework extensions
BSD 3-Clause "New" or "Revised" License
13 stars 16 forks source link

Fetch and map Supported Module data from silverstripe/supported-modules #220

Open Cheddam opened 5 years ago

Cheddam commented 5 years ago

Currently the Addons site has a single flag for 'Supported' on the Addon model, which is used to populate the /api/supported-addons endpoint. This is manually toggled at the moment, and lacks any additional context (supported-module vs. supported-dependency, version-specific support levels, etc.)

Instead, we should map the data housed in silverstripe/supported-modules to the associated Addon entries, to enable expanded detail both in the API endpoint and in the Addon Details UI / Search UI.