pulsar-edit / package-backend

Pulsar Server Backend for Packages
https://api.pulsar-edit.dev
MIT License
11 stars 11 forks source link

Remove Invalidated Badges #165

Closed confused-Techie closed 1 year ago

confused-Techie commented 1 year ago

Requirements

Description of the Change

DRAFT PR

This PR works to automatically invalidate badges.

Such that we have a list of known badges that need to be invalidated after a new version publish. Such as Outdated or Broken. So that after a new version is published, if these badges are present, they will be automatically removed.

Being notified of this event would be very nice, but may have to opt to saving a special JSON log in the cloud, or see if this would be appropriate as a backend notification. Just to ensure docs are properly updated on the admin actions log.

confused-Techie commented 1 year ago

After determining this behavior would take effect automatically, this PR is no longer needed