Content
View differences
Updated by Jens Ulferts almost 2 years ago
These are just notes to facilitate the implementation. The authoritative specification is in <mention class="mention" data-id="49687" data-type="work_package" data-text="#49687">#49687</mention>
### Acceptance criteria
* No functional changes
* The `Query` model behaves the same as the `Projects::Queries::ProjectQuery` model
* Details
* The 'Spent time' column should be hidden in case the 'Time and Costs' module is deactivated in the project.
### Technical notes
* move table to `work_package_queries`
* Use JSON columns on the table
* Reuse serializers written for the projects query
* Migrate existing data
* Handle `results` object of `Query`
* Handle summing feature of `Query` currently connected to the columns
### Acceptance criteria
* No functional changes
* Details
* The 'Spent time' column should be hidden in case the 'Time and Costs' module is deactivated in the project.
* move table to `work_package_queries`