Emmanuel Frimpong Asante commited on
Commit
b95a627
·
1 Parent(s): f7011cc

update space

Browse files
Files changed (2) hide show
  1. .idea/workspace.xml +27 -88
  2. Dockerfile +1 -1
.idea/workspace.xml CHANGED
@@ -5,69 +5,8 @@
5
  </component>
6
  <component name="ChangeListManager">
7
  <list default="true" id="27c9ae1a-a6fa-4472-8bcd-a7087620894b" name="Changes" comment="update space">
8
- <change beforePath="$PROJECT_DIR$/app.py" beforeDir="false" />
9
- <change beforePath="$PROJECT_DIR$/models/auth.h5" beforeDir="false" />
10
- <change beforePath="$PROJECT_DIR$/models/diseases.h5" beforeDir="false" />
11
- <change beforePath="$PROJECT_DIR$/models/schemas/group_schema.py" beforeDir="false" />
12
- <change beforePath="$PROJECT_DIR$/models/schemas/health_record_schema.py" beforeDir="false" />
13
- <change beforePath="$PROJECT_DIR$/models/schemas/inquiry_schema.py" beforeDir="false" />
14
- <change beforePath="$PROJECT_DIR$/models/schemas/inventory_schema.py" beforeDir="false" />
15
- <change beforePath="$PROJECT_DIR$/models/schemas/log_schema.py" beforeDir="false" />
16
- <change beforePath="$PROJECT_DIR$/models/schemas/todo_schema.py" beforeDir="false" />
17
- <change beforePath="$PROJECT_DIR$/models/schemas/user_schema.py" beforeDir="false" />
18
- <change beforePath="$PROJECT_DIR$/routes/administration.py" beforeDir="false" />
19
- <change beforePath="$PROJECT_DIR$/routes/authentication.py" beforeDir="false" />
20
- <change beforePath="$PROJECT_DIR$/routes/chatbot.py" beforeDir="false" />
21
- <change beforePath="$PROJECT_DIR$/routes/disease_detection.py" beforeDir="false" />
22
- <change beforePath="$PROJECT_DIR$/scripts/populate_health_records.py" beforeDir="false" />
23
- <change beforePath="$PROJECT_DIR$/scripts/populate_inventory.py" beforeDir="false" />
24
- <change beforePath="$PROJECT_DIR$/services/auth_service.py" beforeDir="false" />
25
- <change beforePath="$PROJECT_DIR$/services/disease_detection_service.py" beforeDir="false" />
26
- <change beforePath="$PROJECT_DIR$/services/email_notification_service.py" beforeDir="false" />
27
- <change beforePath="$PROJECT_DIR$/services/health_alerts_service.py" beforeDir="false" />
28
- <change beforePath="$PROJECT_DIR$/services/health_monitoring_service.py" beforeDir="false" />
29
- <change beforePath="$PROJECT_DIR$/services/image_preprocessing.py" beforeDir="false" />
30
- <change beforePath="$PROJECT_DIR$/services/utils.py" beforeDir="false" />
31
- <change beforePath="$PROJECT_DIR$/static/css/adminlte.css" beforeDir="false" />
32
- <change beforePath="$PROJECT_DIR$/static/css/adminlte.css.map" beforeDir="false" />
33
- <change beforePath="$PROJECT_DIR$/static/css/adminlte.min.css" beforeDir="false" />
34
- <change beforePath="$PROJECT_DIR$/static/css/adminlte.min.css.map" beforeDir="false" />
35
- <change beforePath="$PROJECT_DIR$/static/css/adminlte.rtl.css" beforeDir="false" />
36
- <change beforePath="$PROJECT_DIR$/static/css/adminlte.rtl.css.map" beforeDir="false" />
37
- <change beforePath="$PROJECT_DIR$/static/css/adminlte.rtl.min.css" beforeDir="false" />
38
- <change beforePath="$PROJECT_DIR$/static/css/adminlte.rtl.min.css.map" beforeDir="false" />
39
- <change beforePath="$PROJECT_DIR$/static/images/landing-bg.jpg" beforeDir="false" />
40
- <change beforePath="$PROJECT_DIR$/static/images/logo.png" beforeDir="false" />
41
- <change beforePath="$PROJECT_DIR$/static/js/adminlte.js" beforeDir="false" />
42
- <change beforePath="$PROJECT_DIR$/static/js/adminlte.js.map" beforeDir="false" />
43
- <change beforePath="$PROJECT_DIR$/static/js/adminlte.min.js" beforeDir="false" />
44
- <change beforePath="$PROJECT_DIR$/static/js/adminlte.min.js.map" beforeDir="false" />
45
- <change beforePath="$PROJECT_DIR$/templates/admin/dashboard.html" beforeDir="false" />
46
- <change beforePath="$PROJECT_DIR$/templates/admin/group/add.html" beforeDir="false" />
47
- <change beforePath="$PROJECT_DIR$/templates/admin/group/add_member.html" beforeDir="false" />
48
- <change beforePath="$PROJECT_DIR$/templates/admin/group/delete.html" beforeDir="false" />
49
- <change beforePath="$PROJECT_DIR$/templates/admin/group/list.html" beforeDir="false" />
50
- <change beforePath="$PROJECT_DIR$/templates/admin/group/share_task.html" beforeDir="false" />
51
- <change beforePath="$PROJECT_DIR$/templates/admin/group/view.html" beforeDir="false" />
52
- <change beforePath="$PROJECT_DIR$/templates/admin/inventory/add.html" beforeDir="false" />
53
- <change beforePath="$PROJECT_DIR$/templates/admin/inventory/delete.html" beforeDir="false" />
54
- <change beforePath="$PROJECT_DIR$/templates/admin/inventory/edit.html" beforeDir="false" />
55
- <change beforePath="$PROJECT_DIR$/templates/admin/inventory/list.html" beforeDir="false" />
56
- <change beforePath="$PROJECT_DIR$/templates/admin/tasks/add.html" beforeDir="false" />
57
- <change beforePath="$PROJECT_DIR$/templates/admin/tasks/delete.html" beforeDir="false" />
58
- <change beforePath="$PROJECT_DIR$/templates/admin/tasks/edit.html" beforeDir="false" />
59
- <change beforePath="$PROJECT_DIR$/templates/admin/tasks/list.html" beforeDir="false" />
60
- <change beforePath="$PROJECT_DIR$/templates/admin/todo/add.html" beforeDir="false" />
61
- <change beforePath="$PROJECT_DIR$/templates/admin/todo/delete.html" beforeDir="false" />
62
- <change beforePath="$PROJECT_DIR$/templates/admin/todo/edit.html" beforeDir="false" />
63
- <change beforePath="$PROJECT_DIR$/templates/admin/todo/list.html" beforeDir="false" />
64
- <change beforePath="$PROJECT_DIR$/templates/auth/login.html" beforeDir="false" />
65
- <change beforePath="$PROJECT_DIR$/templates/auth/register.html" beforeDir="false" />
66
- <change beforePath="$PROJECT_DIR$/templates/chatbot.html" beforeDir="false" />
67
- <change beforePath="$PROJECT_DIR$/templates/favicon.ico" beforeDir="false" />
68
- <change beforePath="$PROJECT_DIR$/templates/index.html" beforeDir="false" />
69
- <change beforePath="$PROJECT_DIR$/templates/main/auth-base.html" beforeDir="false" />
70
- <change beforePath="$PROJECT_DIR$/templates/main/base.html" beforeDir="false" />
71
  </list>
72
  <option name="SHOW_DIALOG" value="false" />
73
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -189,30 +128,6 @@
189
  <workItem from="1730454506390" duration="12672000" />
190
  <workItem from="1730494385249" duration="17097000" />
191
  </task>
192
- <task id="LOCAL-00098" summary="update space">
193
- <option name="closed" value="true" />
194
- <created>1730456827253</created>
195
- <option name="number" value="00098" />
196
- <option name="presentableId" value="LOCAL-00098" />
197
- <option name="project" value="LOCAL" />
198
- <updated>1730456827253</updated>
199
- </task>
200
- <task id="LOCAL-00099" summary="update space">
201
- <option name="closed" value="true" />
202
- <created>1730463864688</created>
203
- <option name="number" value="00099" />
204
- <option name="presentableId" value="LOCAL-00099" />
205
- <option name="project" value="LOCAL" />
206
- <updated>1730463864688</updated>
207
- </task>
208
- <task id="LOCAL-00100" summary="update space">
209
- <option name="closed" value="true" />
210
- <created>1730464841896</created>
211
- <option name="number" value="00100" />
212
- <option name="presentableId" value="LOCAL-00100" />
213
- <option name="project" value="LOCAL" />
214
- <updated>1730464841896</updated>
215
- </task>
216
  <task id="LOCAL-00101" summary="update space">
217
  <option name="closed" value="true" />
218
  <created>1730465119418</created>
@@ -581,7 +496,31 @@
581
  <option name="project" value="LOCAL" />
582
  <updated>1730530237120</updated>
583
  </task>
584
- <option name="localTasksCounter" value="147" />
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
585
  <servers />
586
  </component>
587
  <component name="TypeScriptGeneratedFilesManager">
 
5
  </component>
6
  <component name="ChangeListManager">
7
  <list default="true" id="27c9ae1a-a6fa-4472-8bcd-a7087620894b" name="Changes" comment="update space">
8
+ <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
9
+ <change beforePath="$PROJECT_DIR$/Dockerfile" beforeDir="false" afterPath="$PROJECT_DIR$/Dockerfile" afterDir="false" />
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  </list>
11
  <option name="SHOW_DIALOG" value="false" />
12
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
 
128
  <workItem from="1730454506390" duration="12672000" />
129
  <workItem from="1730494385249" duration="17097000" />
130
  </task>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
131
  <task id="LOCAL-00101" summary="update space">
132
  <option name="closed" value="true" />
133
  <created>1730465119418</created>
 
496
  <option name="project" value="LOCAL" />
497
  <updated>1730530237120</updated>
498
  </task>
499
+ <task id="LOCAL-00147" summary="update space">
500
+ <option name="closed" value="true" />
501
+ <created>1731735728739</created>
502
+ <option name="number" value="00147" />
503
+ <option name="presentableId" value="LOCAL-00147" />
504
+ <option name="project" value="LOCAL" />
505
+ <updated>1731735728740</updated>
506
+ </task>
507
+ <task id="LOCAL-00148" summary="update space">
508
+ <option name="closed" value="true" />
509
+ <created>1731735944349</created>
510
+ <option name="number" value="00148" />
511
+ <option name="presentableId" value="LOCAL-00148" />
512
+ <option name="project" value="LOCAL" />
513
+ <updated>1731735944349</updated>
514
+ </task>
515
+ <task id="LOCAL-00149" summary="update space">
516
+ <option name="closed" value="true" />
517
+ <created>1731735994195</created>
518
+ <option name="number" value="00149" />
519
+ <option name="presentableId" value="LOCAL-00149" />
520
+ <option name="project" value="LOCAL" />
521
+ <updated>1731735994195</updated>
522
+ </task>
523
+ <option name="localTasksCounter" value="150" />
524
  <servers />
525
  </component>
526
  <component name="TypeScriptGeneratedFilesManager">
Dockerfile CHANGED
@@ -19,4 +19,4 @@ COPY --chown=user . /app
19
 
20
  # Expose the port and run the application
21
  EXPOSE 7860
22
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
19
 
20
  # Expose the port and run the application
21
  EXPOSE 7860
22
+ CMD ["uvicorn", "backend.app.main:app", "--host", "0.0.0.0", "--port", "7860"]