aboutcode-org / aboutcode-org/scancode.io

Migrate release_date to DateTimeField for consistency with PurlDB model and incoming data

未關閉
#1,335 1 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Python
星號
215
分支
203
平均合併
4 天 8 小時
30 天內合併 PR
6

描述

In ScanCode.io and DejaCode the `Package.release_date`fields are defined as `DateField`.
This is not the case for PurlDB, where it is defined as a `DateTimeField`.

The data returned by the PurlDB API under the `"release_date": "2017-11-01T00:00:00Z"` format cannot be set on the ScanCode.io model as-is, it needs to be converted, and it's a source of issues.

We should migrate to a `DateTimeField` for model consistency across the apps.

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。