Skip to content

Commit e88ee6c

Browse files
committed
update
1 parent 33caac8 commit e88ee6c

3 files changed

Lines changed: 24 additions & 12 deletions

File tree

documentation/components/SettingsComponent.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2066,7 +2066,8 @@ <h3 id="inputs">
20662066
&lt;/div&gt;
20672067
&lt;/div&gt;
20682068

2069-
&lt;/section&gt;</code></pre>
2069+
&lt;/section&gt;
2070+
</code></pre>
20702071
</div>
20712072

20722073
<div class="tab-pane fade " id="styleData">

documentation/index.html

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ <h3>2. <strong>Add Expense View</strong></h3>
131131
<li>💰 <strong>Amount</strong></li>
132132
<li>📅 <strong>Date &amp; Time</strong></li>
133133
<li>🏷️ <strong>Category</strong> (chosen from a dropdown list)</li>
134+
<li>💳 <strong>Payment Mode</strong></li>
134135
<li>📍 <strong>Location</strong></li>
135136
<li>📝 <strong>Note</strong></li>
136137
</ul>
@@ -145,25 +146,34 @@ <h3>3. <strong>Calendar View</strong></h3>
145146
<hr>
146147
<h3>4. <strong>List View</strong></h3>
147148
<ul>
148-
<li><p>Displays all user expenses in a scrollable, searchable, and sortable list.</p>
149+
<li><p>Displays all user expenses in a scrollable, and sortable list.</p>
149150
</li>
150151
<li><p>Users can:</p>
151152
<ul>
152153
<li>🧾 <strong>Sort</strong> expenses by date, amount, or category.</li>
153-
<li>🔍 <strong>Filter</strong> by category, date, or keyword.</li>
154+
<li>🔍 <strong>Filter</strong> by category, date, and payment mode.</li>
154155
<li>🖱️ Tap any entry to open a <strong>modal</strong> with complete details and options to <strong>edit</strong> or <strong>delete</strong> the expense.</li>
155156
</ul>
156157
</li>
157158
</ul>
158159
<hr>
159160
<h3>5. <strong>Budget View</strong></h3>
160161
<ul>
161-
<li><p>Users can define a <strong>budget range</strong> by selecting start and end dates.</p>
162+
<li><p>Users can define a <strong>budget range</strong> by selecting a <strong>start</strong> and <strong>end date</strong>.</p>
162163
</li>
163-
<li><p>After setting a budget:</p>
164+
<li><p>Once a budget is set:</p>
164165
<ul>
165-
<li>A <strong>progress bar</strong> shows how much of the budget has been spent.</li>
166-
<li>Options to <strong>edit</strong> or <strong>delete</strong> the budget are available for flexibility and control.</li>
166+
<li><p>A <strong>progress bar</strong> visually represents how much of the budget has been spent.</p>
167+
</li>
168+
<li><p>Informative summary boxes display:</p>
169+
<ul>
170+
<li><strong>Avg Allowed/Day</strong></li>
171+
<li><strong>Spent/Day</strong></li>
172+
<li><strong>Suggested/Day</strong> (based on remaining budget and days)</li>
173+
</ul>
174+
</li>
175+
<li><p>Users have the ability to <strong>edit</strong> or <strong>delete</strong> the budget for better flexibility and control.</p>
176+
</li>
167177
</ul>
168178
</li>
169179
</ul>
@@ -173,6 +183,7 @@ <h3>6. <strong>Settings View</strong></h3>
173183
<ul>
174184
<li>🎨 <strong>Theme Mode Toggle</strong> (Dark / Light)</li>
175185
<li>⬇️ <strong>Download Data</strong> (export expenses data)</li>
186+
<li>📤 <strong>Import Data</strong> (upload expense data)</li>
176187
<li><strong>Add Category</strong> (custom categories for better organization)</li>
177188
<li><strong>Delete Category</strong> (remove unused or incorrect categories)</li>
178189
</ul>
@@ -187,9 +198,9 @@ <h2>📱 Mobile-First Design</h2>
187198
<h2>🗃️ Data Storage</h2>
188199
<p>All user data is stored using the <strong>browser’s LocalStorage API</strong>, ensuring:</p>
189200
<ul>
190-
<li>No need for backend/server.</li>
191-
<li>Fast read/write operations.</li>
192-
<li>Data remains available between app sessions.</li>
201+
<li>No need for a backend or server</li>
202+
<li>Fast read/write operations</li>
203+
<li>🔒 Data stays on the user&#39;s device for privacy and control</li>
193204
</ul>
194205
<hr>
195206
<h2>📈 User Flow Summary</h2>

documentation/js/search/search_index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)