chore: new estimates workflow (#927)
* chore: new services for estimates * chore: new estimates workflow
This commit is contained in:
parent
cb814dd68b
commit
c638b6aba6
14 changed files with 349 additions and 587 deletions
|
|
@ -163,5 +163,3 @@ export const PAGE_BLOCK_DETAILS = (pageId: string) => `PAGE_BLOCK_DETAILS_${page
|
|||
export const ESTIMATES_LIST = (projectId: string) => `ESTIMATES_LIST_${projectId.toUpperCase()}`;
|
||||
export const ESTIMATE_DETAILS = (estimateId: string) =>
|
||||
`ESTIMATE_DETAILS_${estimateId.toUpperCase()}`;
|
||||
export const ESTIMATE_POINTS_LIST = (estimateId: string) =>
|
||||
`ESTIMATES_POINTS_LIST_${estimateId.toUpperCase()}`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue