Description
Can we make it so that deleted projects still show up in the retro (or make it so that you can only archive projects that have fully stage gate completed work packages)?
Acceptance Criteria
- deleting a project no longer strips its work packages from the retro, deleted projects still show their full historical timeline/budget data
Proposed Solution
- reproduce: delete a project with work packages, confirm it shows up empty/stripped in the retro
- getProjectQueryArgs in projects.query-args.ts filters workPackages by wbsElement.dateDeleted: null, which getRetrospectiveTimelines/getRetrospectiveBudgets (retrospective.services.ts) reuse, this is why deleted work packages vanish from retro data
- add a separate query args function for retro that doesn't filter out deleted work packages, and use it in getRetrospectiveTimelines/getRetrospectiveBudgets instead of getProjectQueryArgs
Mocks
No response
Description
Can we make it so that deleted projects still show up in the retro (or make it so that you can only archive projects that have fully stage gate completed work packages)?
Acceptance Criteria
Proposed Solution
Mocks
No response