nextstrain / nextstrain.org

The Nextstrain website
https://nextstrain.org
GNU Affero General Public License v3.0
87 stars 49 forks source link

Remove `versioned` attribute from Resource interface #894

Closed victorlin closed 3 weeks ago

victorlin commented 3 weeks ago

Description of proposed changes

This attribute only served as an alias to determine if the optional attributes firstUpdated|dates|nVersions|updateCadence are available. It's more direct (and preferred by the compiler) to check for presence of the individual attributes directly where needed.

versioned at the top level on ListResourcesResponsiveProps is still valuable and should be kept.

Related issue(s)

Checklist

victorlin commented 3 weeks ago

Added testing notes in the PR checklist.