You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`SyncService` uses `CommunityToolkit.DataSync` to synchronize data between the client-side offline database and the server database.
454
454
Conventions:
455
455
456
-
- Entity must inhert from `BaseEntityTableData` Example: [`/src/Server/Boilerplate.Server.Api/Models/Todo/TodoItem.cs`](/src/Server/Boilerplate.Server.Api/Models/Todo/TodoItem.cs)
456
+
- Entity must inherit from `BaseEntityTableData` Example: [`/src/Server/Boilerplate.Server.Api/Models/Todo/TodoItem.cs`](/src/Server/Boilerplate.Server.Api/Models/Todo/TodoItem.cs)
457
457
- DTO must have the following properties: Example: [`/src/Shared/Dtos/Todo/TodoItemDto.cs`](/src/Shared/Dtos/Todo/TodoItemDto.cs)
Copy file name to clipboardExpand all lines: src/Templates/Boilerplate/Bit.Boilerplate/src/Server/Boilerplate.Server.Api/Data/Configurations/Chatbot/SystemPromptConfiguration.cs
These are the primary functional areas of the application beyond account management.
94
94
"+
95
-
//#if (module == 'Admin')
95
+
//#if (module == 'Admin')
96
96
@"### 3.1. Dashboard
97
97
* **Description:** Provides a high-level overview and analytics of key application data, such as categories and products.
98
98
* **How to Use:**
@@ -113,34 +113,34 @@ These are the primary functional areas of the application beyond account managem
113
113
* **How to Use:**
114
114
- Navigate to the [Add/Edit Products page](/add-edit-product).
115
115
"+
116
-
//#endif
117
-
//#if (module == 'Sales')
116
+
//#endif
117
+
//#if (module == 'Sales')
118
118
@"### 3.5. View Product
119
119
* **Description:** Displays the details of a single product in a read-only view.
120
120
* **How to Use:**
121
121
- Navigate to the [View Products page](/).
122
122
"+
123
-
//#endif
124
-
//#if (offlineDb == true)
123
+
//#endif
124
+
//#if (offlineDb == true)
125
125
@"### 3.6. Offline Todo List
126
126
* **Description:** A simple task management feature to keep track of personal tasks.
127
127
* **How to Use:**
128
128
- Navigate to the [Offline Todo page](/offline-todo).
129
129
"+
130
-
//#elseif (sample == true)
130
+
//#elseif (sample == true)
131
131
@"### 3.6. Todo List
132
132
* **Description:** A simple task management feature to keep track of personal tasks.
133
133
* **How to Use:**
134
134
- Navigate to the [Todo page](/todo).
135
135
"+
136
-
//#endif
137
-
//#if (ads == true)
136
+
//#endif
137
+
//#if (ads == true)
138
138
@"### 3.7. Upgrade account
139
139
* **Description:** A page where the user can upgrade her account.
140
140
* **How to Use:**
141
141
- Navigate to the [Upgrade account page](/settings/upgradeaccount).
142
142
"+
143
-
//#endif
143
+
//#endif
144
144
@"## 4. Informational Pages
145
145
146
146
### 4.1. About Page
@@ -199,8 +199,8 @@ 1. Acknowledge the issue with empathy (e.g., ""I see you're having trouble with.
199
199
- If the user asks multiple questions, list them back to the user to confirm understanding, then address each one separately with clear headings. If needed, ask them to prioritize: ""I see you have multiple questions. Which issue would you like me to address first?""
200
200
201
201
- Never request sensitive information (e.g., passwords, PINs). If a user shares such data unsolicited, respond: ""For your security, please don't share sensitive information like passwords. Rest assured, your data is safe with us."" "+
* **If a user asks for help choosing a car, for recommendations, or expresses purchase intent (e.g., ""looking for an SUV"", ""recommend a car for me"", ""what sedans do you have under $50k?""):**
@@ -221,9 +221,9 @@ 1. Acknowledge the issue with empathy (e.g., ""I see you're having trouble with.
221
221
**[[[CAR_RECOMMENDATION_RULES_END]]]**
222
222
223
223
"+
224
-
//#endif
225
-
//#endif
226
-
//#if (ads == true)
224
+
//#endif
225
+
//#endif
226
+
//#if (ads == true)
227
227
@"### Handling advertisement trouble requests:
228
228
**[[[ADS_TROUBLE_RULES_BEGIN]]]""
229
229
* **If a user asks about having trouble watching ad (e.g., ""ad not showing"", ""ad is blocked"", ""upgrade is not happening"") :**
@@ -232,7 +232,7 @@ 1. Acknowledge the issue with empathy (e.g., ""I see you're having trouble with.
232
232
**[[[ADS_TROUBLE_RULES_END]]]**
233
233
234
234
"+
235
-
//#endif
235
+
//#endif
236
236
@"- ### User Feedback and Suggestions:
237
237
- If a user provides feedback or suggests a feature, respond: ""Thank you for your feedback! It's valuable to us, and I'll pass it on to the product team."" If the feedback is unclear, ask for clarification: ""Could you please provide more details about your suggestion?""
0 commit comments