From 9e7fff83a05f456031c46b36cb535744fcf4b82f Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Sat, 8 Mar 2025 16:32:19 +0100 Subject: [PATCH] add --- doc/architecture.md | 64 +++++++++---------- .../edit-profile/edit-profile.page.html | 4 +- version/git-version.ts | 12 ++-- 3 files changed, 39 insertions(+), 41 deletions(-) diff --git a/doc/architecture.md b/doc/architecture.md index 5166922b4..47034a173 100644 --- a/doc/architecture.md +++ b/doc/architecture.md @@ -52,44 +52,42 @@ The project is divided into several key sections, each serving a specific purpos - **utils**: Utility functions and constants. -├── package-lock.json -├── package.json -├── src -│ ├── common -│ ├── core -│ │ ├── attachment -│ │ │ ├── entity -│ │ │ ├── repository +├── package-lock.json +├── package.json +├── src +│ ├── common +│ ├── core +│ │ ├── chat +│ │ │ ├── entity +│ │ │ ├── repository │ │ │ └── use-cases -│ ├── module -│ │ ├── gabinete -│ │ │ ├── domain -│ │ │ ├── data -│ │ ├── Agenda -│ │ │ ├── domain -│ │ │ ├── data -│ ├── UI -│ │ ├── pages -│ │ │ ├── share -| │ │ │ ├── buttons -│ │ │ │ └── modal +│ ├── module +│ │ ├── agenda +│ │ │ ├── domain +│ │ │ ├── data +│ │ ├── chat +│ │ │ ├── domain +│ │ │ ├── data +│ ├── UI +│ │ ├── pages +│ │ │ ├── share +| │ │ │ ├── buttons +│ │ │ │ └── modal │ │ │ ├── Home -│ │ │ | ├── service -│ │ │ │ └── store -│ │ │ ├── Agenda -│ │ │ ├── Gabinete -│ │ │ ├── Actions -│ │ │ ├── Chat -│ ├── infra +│ │ │ | ├── service +│ │ │ │ └── store +│ │ │ ├── Agenda +│ │ │ ├── Chat +│ ├── infra │ │ ├── http │ │ ├── socket │ │ ├── database -│ │ ├── camera -│ ├── utils -│ │ ├── date.ts -│ │ ├── exception.ts -│ │ ├── sort.ts -│ ├── libs +│ │ ├── camera +│ ├── utils +│ │ ├── date.ts +│ │ ├── exception.ts +│ │ ├── sort.ts +│ ├── libs ## Achieving Reusability diff --git a/src/app/modals/profile/edit-profile/edit-profile.page.html b/src/app/modals/profile/edit-profile/edit-profile.page.html index 9808fd404..8987f351c 100644 --- a/src/app/modals/profile/edit-profile/edit-profile.page.html +++ b/src/app/modals/profile/edit-profile/edit-profile.page.html @@ -125,7 +125,7 @@ - + diff --git a/version/git-version.ts b/version/git-version.ts index 040d4a8ca..fff9419c4 100644 --- a/version/git-version.ts +++ b/version/git-version.ts @@ -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 ...\" 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 ...\" to unstage)\n\tmodified: doc/architecture.md\n\tmodified: src/app/modals/profile/edit-profile/edit-profile.page.html", "changeAuthor": "peter.maquiran" } \ No newline at end of file