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:
+3
-5
@@ -57,15 +57,15 @@ The project is divided into several key sections, each serving a specific purpos
|
|||||||
├── 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
|
||||||
@@ -77,8 +77,6 @@ The project is divided into several key sections, each serving a specific purpos
|
|||||||
│ │ │ | ├── service
|
│ │ │ | ├── service
|
||||||
│ │ │ │ └── store
|
│ │ │ │ └── store
|
||||||
│ │ │ ├── Agenda
|
│ │ │ ├── Agenda
|
||||||
│ │ │ ├── Gabinete
|
|
||||||
│ │ │ ├── Actions
|
|
||||||
│ │ │ ├── Chat
|
│ │ │ ├── Chat
|
||||||
│ ├── infra
|
│ ├── infra
|
||||||
│ │ ├── http
|
│ │ ├── http
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user