зеркало из
1
0
Форкнуть 0
opensource-management-portal/docs/data.md

26 строки
772 B
Markdown
Исходник Постоянная ссылка Обычный вид История

2022-10-10 08:37:09 +03:00
# Data, databases, etc...
2022-10-10 08:37:09 +03:00
## Data quality issues
2022-10-10 08:37:09 +03:00
### username casing
The original table store for usernames (GitHub users, etc.) was case sensitive
for stored data. However, the newer Postgres system uses case insensitive
indexes. As a result there may be latent bugs.
2022-10-10 08:37:09 +03:00
### date/times
- Approval 'decisionTime' field was buggy in the past
- Approval 'requested' field was buggy in the past
Going forward these fields are ISO8601 date time fields. Existing data may
continue to have poor formats, and may be an issue during data migration.
2022-10-10 08:37:09 +03:00
## Migration of data
The `localEnvironment` TypeScript file is intended to permit prototyping and
local development hacks.
A job, `migrateLinks`, is able to move links between providers when proper
configuration is in place.