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
+31 -33
View File
@@ -52,44 +52,42 @@ The project is divided into several key sections, each serving a specific purpos
- **utils**: Utility functions and constants. - **utils**: Utility functions and constants.
├── package-lock.json ├── package-lock.json
├── package.json ├── package.json
├── src ├── src
│ ├── common │ ├── common
│ ├── core │ ├── core
│ │ ├── attachment │ │ ├── chat
│ │ │ ├── entity │ │ │ ├── entity
│ │ │ ├── repository │ │ │ ├── repository
│ │ │ └── use-cases │ │ │ └── use-cases
│ ├── module │ ├── module
│ │ ├── gabinete │ │ ├── agenda
│ │ │ ├── domain │ │ │ ├── domain
│ │ │ ├── data │ │ │ ├── data
│ │ ├── Agenda │ │ ├── chat
│ │ │ ├── domain │ │ │ ├── domain
│ │ │ ├── data │ │ │ ├── data
│ ├── UI │ ├── UI
│ │ ├── pages │ │ ├── pages
│ │ │ ├── share │ │ │ ├── share
| │ │ │ ├── buttons | │ │ │ ├── buttons
│ │ │ │ └── modal │ │ │ │ └── modal
│ │ │ ├── Home │ │ │ ├── Home
│ │ │ | ├── service │ │ │ | ├── service
│ │ │ │ └── store │ │ │ │ └── store
│ │ │ ├── Agenda │ │ │ ├── Agenda
│ │ │ ├── Gabinete │ │ │ ├── Chat
│ │ ├── Actions ├── infra
│ │ │ ├── Chat
│ ├── infra
│ │ ├── http │ │ ├── http
│ │ ├── socket │ │ ├── socket
│ │ ├── database │ │ ├── database
│ │ ├── camera │ │ ├── camera
│ ├── utils │ ├── utils
│ │ ├── date.ts │ │ ├── date.ts
│ │ ├── exception.ts │ │ ├── exception.ts
│ │ ├── sort.ts │ │ ├── sort.ts
│ ├── libs │ ├── libs
## Achieving Reusability ## Achieving Reusability
@@ -125,7 +125,7 @@
</div> </div>
</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 class="d-flex align-center">
<div>Tema</div> <div>Tema</div>
</div> </div>
@@ -146,7 +146,7 @@
</div> </div>
</div> </div>
</div> --> </div>
</div> </div>
+6 -6
View File
@@ -1,11 +1,11 @@
export let versionData = { export let versionData = {
"shortSHA": "6e84945cf", "shortSHA": "715615a44",
"SHA": "6e84945cfd926ef723519cdaafc60b3bf0913110", "SHA": "715615a44534c697041ad4a03d37de020b5482ea",
"branch": "feature/login-v2", "branch": "feature/login-v2",
"lastCommitAuthor": "'Peter Maquiran'", "lastCommitAuthor": "'Peter Maquiran'",
"lastCommitTime": "'Tue Jan 14 15:16:29 2025 +0100'", "lastCommitTime": "'Wed Jan 15 11:49:57 2025 +0100'",
"lastCommitMessage": "fix message", "lastCommitMessage": "add despacho ppresidencial",
"lastCommitNumber": "6138", "lastCommitNumber": "6139",
"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", "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" "changeAuthor": "peter.maquiran"
} }