Content
View differences
Updated by Bruno Pagno 5 days ago
The goal is to replace persisted data that reference version\_id to use target\_version\_id, as well as handle filters requesting the old field to use the new one.
* On demand, translate query params containing version\_id to target\_version\_ids
* Show message saying we're auto translating & user might want to fix it
* Data migration: Update all queries in the DB containing version\_id to target\_version\_ids
* Implement some basic form of sorting and grouping by target\_versions
<br>
Note:
* There's a **risk** related to how we handle queries with grouping/sorting by version\_id because when converting to target\_versions, the behaviour might change.
* On demand, translate query params containing version\_id to target\_version\_ids
* Show message saying we're auto translating & user might want to fix it
* Data migration: Update all queries in the DB containing version\_id to target\_version\_ids
* Implement some basic form of sorting and grouping by target\_versions
<br>
Note:
* There's a **risk** related to how we handle queries with grouping/sorting by version\_id because when converting to target\_versions, the behaviour might change.