Emmanuel Frimpong Asante commited on
Commit
d401152
·
1 Parent(s): ab5bc29

update space

Browse files
Files changed (3) hide show
  1. .idea/workspace.xml +18 -20
  2. README.md +4 -4
  3. templates/main/base.html +2 -5
.idea/workspace.xml CHANGED
@@ -4,9 +4,7 @@
4
  <option name="autoReloadType" value="SELECTIVE" />
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$/templates/main/base.html" beforeDir="false" afterPath="$PROJECT_DIR$/templates/main/base.html" afterDir="false" />
9
- </list>
10
  <option name="SHOW_DIALOG" value="false" />
11
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
12
  <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
@@ -126,22 +124,6 @@
126
  <workItem from="1730397485849" duration="22781000" />
127
  <workItem from="1730454506390" duration="12672000" />
128
  </task>
129
- <task id="LOCAL-00064" summary="update space">
130
- <option name="closed" value="true" />
131
- <created>1730383250393</created>
132
- <option name="number" value="00064" />
133
- <option name="presentableId" value="LOCAL-00064" />
134
- <option name="project" value="LOCAL" />
135
- <updated>1730383250393</updated>
136
- </task>
137
- <task id="LOCAL-00065" summary="update space">
138
- <option name="closed" value="true" />
139
- <created>1730383362063</created>
140
- <option name="number" value="00065" />
141
- <option name="presentableId" value="LOCAL-00065" />
142
- <option name="project" value="LOCAL" />
143
- <updated>1730383362063</updated>
144
- </task>
145
  <task id="LOCAL-00066" summary="update space">
146
  <option name="closed" value="true" />
147
  <created>1730384292422</created>
@@ -518,7 +500,23 @@
518
  <option name="project" value="LOCAL" />
519
  <updated>1730483005809</updated>
520
  </task>
521
- <option name="localTasksCounter" value="113" />
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
522
  <servers />
523
  </component>
524
  <component name="TypeScriptGeneratedFilesManager">
 
4
  <option name="autoReloadType" value="SELECTIVE" />
5
  </component>
6
  <component name="ChangeListManager">
7
+ <list default="true" id="27c9ae1a-a6fa-4472-8bcd-a7087620894b" name="Changes" comment="update space" />
 
 
8
  <option name="SHOW_DIALOG" value="false" />
9
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
10
  <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
 
124
  <workItem from="1730397485849" duration="22781000" />
125
  <workItem from="1730454506390" duration="12672000" />
126
  </task>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
127
  <task id="LOCAL-00066" summary="update space">
128
  <option name="closed" value="true" />
129
  <created>1730384292422</created>
 
500
  <option name="project" value="LOCAL" />
501
  <updated>1730483005809</updated>
502
  </task>
503
+ <task id="LOCAL-00113" summary="update space">
504
+ <option name="closed" value="true" />
505
+ <created>1730483618538</created>
506
+ <option name="number" value="00113" />
507
+ <option name="presentableId" value="LOCAL-00113" />
508
+ <option name="project" value="LOCAL" />
509
+ <updated>1730483618538</updated>
510
+ </task>
511
+ <task id="LOCAL-00114" summary="update space">
512
+ <option name="closed" value="true" />
513
+ <created>1730484026472</created>
514
+ <option name="number" value="00114" />
515
+ <option name="presentableId" value="LOCAL-00114" />
516
+ <option name="project" value="LOCAL" />
517
+ <updated>1730484026472</updated>
518
+ </task>
519
+ <option name="localTasksCounter" value="115" />
520
  <servers />
521
  </component>
522
  <component name="TypeScriptGeneratedFilesManager">
README.md CHANGED
@@ -99,14 +99,14 @@ This project combines a **Poultry Farming Assistance System** and a **Poultry Ma
99
  - [x] Test the notification system across scenarios.
100
 
101
  ### 9. Group Management
102
- - [ ] Create MongoDB schema for managing user groups.
103
- - [ ] Allow admins to create groups and share tasks.
104
- - [ ] Enable farmers to join groups and track shared tasks.
105
 
106
  ### 10. Testing and Debugging
107
  - [ ] Write unit tests for modules (authentication, to-do lists, health management, inventory, etc.).
108
  - [ ] Conduct integration testing to validate end-to-end functionality.
109
- - [ ] Debug MongoDB transactions, TensorFlow predictions, and AdminLTE dashboards.
110
 
111
  ### 11. Deployment
112
  - [ ] Deploy the application on Hugging Face Spaces or other cloud platforms.
 
99
  - [x] Test the notification system across scenarios.
100
 
101
  ### 9. Group Management
102
+ - [x] Create MongoDB schema for managing user groups.
103
+ - [x] Allow admins to create groups and share tasks.
104
+ - [x] Enable farmers to join groups and track shared tasks.
105
 
106
  ### 10. Testing and Debugging
107
  - [ ] Write unit tests for modules (authentication, to-do lists, health management, inventory, etc.).
108
  - [ ] Conduct integration testing to validate end-to-end functionality.
109
+ - [ ] Debug MongoDB transactions, pytorch predictions, and AdminLTE dashboards.
110
 
111
  ### 11. Deployment
112
  - [ ] Deploy the application on Hugging Face Spaces or other cloud platforms.
templates/main/base.html CHANGED
@@ -54,16 +54,13 @@
54
  <i class="bi bi-list"></i>
55
  </a>
56
  </li>
57
- <li class="nav-item d-none d-md-block">
58
- <a href="/admin/" class="nav-link">Home</a>
59
- </li>
60
  </ul>
61
  <!-- End navbar links -->
62
 
63
  <ul class="navbar-nav ms-auto">
64
  <!-- Navbar Search -->
65
  <li class="nav-item">
66
- <a class="nav-link" href="/chatbot" role="button">
67
  <i class="fas fa-robot"></i> Chatbot
68
  </a>
69
  </li>
@@ -82,7 +79,7 @@
82
  <!-- /.navbar -->
83
 
84
  <!-- Sidebar -->
85
- <aside class="app-sidebar bg-dark" data-bs-theme="dark">
86
  <a href="/admin/" class="brand-link">
87
  <i class="fas fa-feather-alt"></i>
88
  <span class="brand-text font-weight-light">Poultry Management</span>
 
54
  <i class="bi bi-list"></i>
55
  </a>
56
  </li>
 
 
 
57
  </ul>
58
  <!-- End navbar links -->
59
 
60
  <ul class="navbar-nav ms-auto">
61
  <!-- Navbar Search -->
62
  <li class="nav-item">
63
+ <a class="nav-link" href="/chatbot">
64
  <i class="fas fa-robot"></i> Chatbot
65
  </a>
66
  </li>
 
79
  <!-- /.navbar -->
80
 
81
  <!-- Sidebar -->
82
+ <aside class="app-sidebar bg-body-secondary shadow" data-bs-theme="dark">
83
  <a href="/admin/" class="brand-link">
84
  <i class="fas fa-feather-alt"></i>
85
  <span class="brand-text font-weight-light">Poultry Management</span>