add new endpoint to save and get draft

This commit is contained in:
Peter Maquiran
2024-09-12 18:57:45 +01:00
parent 38f51bd7e1
commit 82d6a15d5e
10 changed files with 118 additions and 66 deletions
+6 -6
View File
@@ -1,11 +1,11 @@
export let versionData = {
"shortSHA": "f3e09cadf",
"SHA": "f3e09cadf241a72b4a79dbe59ac500ff54e0cea4",
"shortSHA": "38f51bd7e",
"SHA": "38f51bd7e14fe61747947721d048e7674d55ff9d",
"branch": "feature/agenda-api-peter",
"lastCommitAuthor": "'Peter Maquiran'",
"lastCommitTime": "'Wed Sep 11 16:04:43 2024 +0100'",
"lastCommitMessage": "add endpoint to get document drafts",
"lastCommitNumber": "5901",
"changeStatus": "On branch feature/agenda-api-peter\nYour branch is ahead of 'origin/feature/agenda-api-peter' by 1 commit.\n (use \"git push\" to publish your local commits)\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: version/git-version.ts",
"lastCommitTime": "'Wed Sep 11 16:06:47 2024 +0100'",
"lastCommitMessage": "fix images",
"lastCommitNumber": "5902",
"changeStatus": "On branch feature/agenda-api-peter\nYour branch is ahead of 'origin/feature/agenda-api-peter' by 2 commits.\n (use \"git push\" to publish your local commits)\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tnew file: src/app/module/agenda/domain/usecase/draft-save-by-id-use-case.service.ts\n\nChanges not staged for commit:\n (use \"git add <file>...\" to update what will be committed)\n (use \"git restore <file>...\" to discard changes in working directory)\n\tmodified: src/app/module/agenda/data/data-source/agenda-data.service.ts\n\tmodified: src/app/module/agenda/domain/agenda.service.ts\n\tmodified: src/app/pages/gabinete-digital/despachos/despacho/despacho.page.ts\n\tmodified: src/app/pages/gabinete-digital/viewer-attachment/prop.ts\n\tmodified: src/app/pages/gabinete-digital/viewer-attachment/viewer-attachment.page.html\n\tmodified: src/app/pages/gabinete-digital/viewer-attachment/viewer-attachment.page.scss\n\tmodified: src/app/pages/gabinete-digital/viewer-attachment/viewer-attachment.page.ts\n\tmodified: src/app/shared/gabinete-digital/generic/task-details/task-details.page.html",
"changeAuthor": "peter.maquiran"
}