alphagov / govuk-prototype-kit

Rapidly create HTML prototypes of GOV.UK services
https://prototype-kit.service.gov.uk
MIT License
301 stars 236 forks source link

New Plugin Details page #2328

Open nataliecarey opened 1 year ago

nataliecarey commented 1 year ago

New plugin page, this also changes the install/uninstall/update mechanism. It introduces a plugin lookup which is behind a feature flag and the option of downgrading to a specific version which is also behind a feature flag.

nataliecarey commented 1 year ago

The remaining tasks here:

  1. Test updating to this version (it will almost certainly show a failure currently)
  2. Show prereleases
  3. Pagination

Pagination is probably worth moving to a separate PR/ticket, if so I suggest we keep the plugin list shorter until we have pagination - I added the additional plugins because I was planning to do the pagination.

nataliecarey commented 1 year ago

The remaining tasks here:

  1. Test updating to this version (it will almost certainly show a failure currently)
  2. Show prereleases
  3. Pagination

Pagination is probably worth moving to a separate PR/ticket, if so I suggest we keep the plugin list shorter until we have pagination - I added the additional plugins because I was planning to do the pagination.

Points 1 and 2 are now complete, pagination is not included.