This commit is contained in:
Peter Maquiran
2025-03-08 16:32:19 +01:00
parent 715615a445
commit 9e7fff83a0
3 changed files with 39 additions and 41 deletions
+3 -5
View File
@@ -57,15 +57,15 @@ The project is divided into several key sections, each serving a specific purpos
├── src
│ ├── common
│ ├── core
│ │ ├── attachment
│ │ ├── chat
│ │ │ ├── entity
│ │ │ ├── repository
│ │ │ └── use-cases
│ ├── module
│ │ ├── gabinete
│ │ ├── agenda
│ │ │ ├── domain
│ │ │ ├── data
│ │ ├── Agenda
│ │ ├── chat
│ │ │ ├── domain
│ │ │ ├── data
│ ├── UI
@@ -77,8 +77,6 @@ The project is divided into several key sections, each serving a specific purpos
│ │ │ | ├── service
│ │ │ │ └── store
│ │ │ ├── Agenda
│ │ │ ├── Gabinete
│ │ │ ├── Actions
│ │ │ ├── Chat
│ ├── infra
│ │ ├── http
@@ -125,7 +125,7 @@
</div>
</div>
<!--<div class="profile-title d-flex justify-space-between align-center width-100">
<div class="profile-title d-flex justify-space-between align-center width-100">
<div class="d-flex align-center">
<div>Tema</div>
</div>
@@ -146,7 +146,7 @@
</div>
</div>
</div> -->
</div>
</div>
+6 -6
View File
@@ -1,11 +1,11 @@
export let versionData = {
"shortSHA": "6e84945cf",
"SHA": "6e84945cfd926ef723519cdaafc60b3bf0913110",
"shortSHA": "715615a44",
"SHA": "715615a44534c697041ad4a03d37de020b5482ea",
"branch": "feature/login-v2",
"lastCommitAuthor": "'Peter Maquiran'",
"lastCommitTime": "'Tue Jan 14 15:16:29 2025 +0100'",
"lastCommitMessage": "fix message",
"lastCommitNumber": "6138",
"changeStatus": "On branch feature/login-v2\nYour branch is ahead of 'origin/feature/login-v2' by 3 commits.\n (use \"git push\" to publish your local commits)\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/pages/gabinete-digital/despachos-pr/despacho-pr/despacho-pr.page.html\n\tmodified: src/app/pages/gabinete-digital/despachos-pr/despacho-pr/despacho-pr.page.ts\n\tmodified: src/app/shared/popover/despachos-pr-options/despachos-pr-options.page.html\n\tmodified: src/app/shared/popover/despachos-pr-options/despachos-pr-options.page.ts",
"lastCommitTime": "'Wed Jan 15 11:49:57 2025 +0100'",
"lastCommitMessage": "add despacho ppresidencial",
"lastCommitNumber": "6139",
"changeStatus": "On branch feature/login-v2\nYour branch is ahead of 'origin/feature/login-v2' by 4 commits.\n (use \"git push\" to publish your local commits)\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: doc/architecture.md\n\tmodified: src/app/modals/profile/edit-profile/edit-profile.page.html",
"changeAuthor": "peter.maquiran"
}