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
Copy file name to clipboardExpand all lines: MyApp/_pages/autoquery/okai-db.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Generate CRUD APIs and UIs from existing DBs
2
+
title: Generate CRUD APIs and UIs for existing DBs
3
3
---
4
4
5
5
A core piece of functionality in the [Text to Blazor CRUD App](/autoquery/text-to-blazor) feature is distilling an AI Prompt into TypeScript classes that can be [further customized](/autoquery/okai-models#customize-data-models)
Copy file name to clipboardExpand all lines: MyApp/_pages/autoquery/text-to-blazor.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Whilst the result is a working CRUD App, the approach taken is very different fr
22
22
which uses AI to generate the entire App that ends up with a whole new code-base developers didn't write
23
23
which they'd now need to maintain.
24
24
25
-
Instead AI is only used to generate the initial Data Models within a **TypeScript Declaration file**
25
+
Instead AI is only used to **generate the initial Data Models** within a **TypeScript Declaration file**
26
26
which we've found is the best format supported by AI models that's also the best typed DSL for defining
27
27
data models with minimal syntax that's easy for humans to read and write.
28
28
@@ -41,9 +41,7 @@ generated Blazor Vue CRUD App:
41
41
42
42
### Blazor Vue App
43
43
44
-
**UI + Admin** - Creates a new [blazor-vue](https://blazor-vue.web-templates.io) template that's ideal
45
-
for Internet or public facing Apps, sporting a full-featured public facing UI for a Web App's
46
-
users whilst enabling a back-office CRUD UI for Admin Users to manage their App's data.
44
+
**UI + Admin** - Creates a new [blazor-vue](https://blazor-vue.web-templates.io) template, ideal for Internet or public facing Apps which sports a full-featured content rich UI for a Web App's users whilst providing a back-office Admin UI for Admin Users to manage the App's data.
0 commit comments