You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate latestVersion field from softwares to software_external_datas.
So far there is a function in sill/api/src/core/adapters/getSoftwareLatestVersion.ts that analyse the page from GitHub path to get the latest version. The proposal is to remove this function and use the WikiData version instead.
Later, once we implemented #161, we could go back to analyse GitHub path using API instead of parsing HTML, see #292.
The text was updated successfully, but these errors were encountered:
Migrate
latestVersion
field fromsoftwares
tosoftware_external_datas
.So far there is a function in
sill/api/src/core/adapters/getSoftwareLatestVersion.ts
that analyse the page from GitHub path to get the latest version. The proposal is to remove this function and use the WikiData version instead.Later, once we implemented #161, we could go back to analyse GitHub path using API instead of parsing HTML, see #292.
The text was updated successfully, but these errors were encountered: