mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
add
This commit is contained in:
+31
-33
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user