Content
View differences
Updated by Klaus Zanders about 1 month ago
**As** a developer \[enter role of user\]
**I want to** persist users queries \[enter objective\]
**so that** I can use them as other queries \[enter desired result\]
**Acceptance criteria**
* User queries can be persisted in the database
* There should **not** be a UI for this. So no manual management like we do have them for project queries.
* This PR should only set up the database groundwork to store, manage and retrieve them from the DB <br>
**Technical notes**
* `queries` table is only work package queries
* `project_queries` are quasi the same table but only for project queries
* Investigate if we can consolidate all of them into one. But at least project queries and the new user query should be in one database table. <br>
**Permissions and visibility considerations**
* _As _To whom is this feature visible?_
* _When is only the backend preparation, no permissions are needed for now._ it not visible?_
**Translation considerations**
* _Key terms and phrases in the key languages_ languages_
**Out of scope**
* <br>
_Set the_ **To be informed/consulted teams** _field to include all teams necessary to be informed of the changes._
**I want to** persist users queries
**so that** I can use them as other queries
**Acceptance criteria**
* User queries can be persisted in the database
* There should **not** be a UI for this. So no manual management like we do have them for project queries.
* This PR should only set up the database groundwork to store, manage and retrieve them from the DB
**Technical notes**
* `queries` table is only work package queries
* `project_queries` are quasi the same table but only for project queries
* Investigate if we can consolidate all of them into one. But at least project queries and the new user query should be in one database table.
**Permissions and visibility considerations**
* _As
* _When
**Translation considerations**
* _Key terms and phrases in the key languages_
**Out of scope**
* <br>
_Set the_ **To be informed/consulted teams** _field to include all teams necessary to be informed of the changes._