This repository was archived by the owner on Jan 15, 2025. It is now read-only.
Commit 455e79e
Chris McConnell
Chrimc/form (#384)
* Intermediate check-in before inverting
template/prop loops.
* Working generator with incomplete templates.
* Basic .lu files working.
* Update to generate single .lu file.
* Fix cli issues.
* Fix CLI issues with template resources.
* Clean up lint warnings.
* Fix lint errors.
* Generate composite .lu
* Add dialog and multi-language support.
* shortcut to debug
* Add per-locale .lg file.
* Update debug config to use temp directory.
Generate multilingual .lg file.
* Update to include schema prefix on names.
* Fix bugs in .lg genertion.
* try help
* help and cancel
* Copy schema to output directory.
* help and cancel version 1
* separate help.lu
* several fixes
* remove help enum
* reset launch.json
* remove empty line
* Add the ability to copy library dialog files.
* Add ability to specify schema and multiple
templates.
* Rename resources.
Support multiple templates.
Add *PROPN** pattern.
* Fix bug in striingify call.
* Generate schema.main.dialog and update config.
* Update templates to newest format.
* Update templates to match names.
* add .dialogs for several basic rules
* Update templates to use $ and add begindialog as a hack to work around ada
ptive issue.
* add .dialogs for several basic rules
* fix comments
* merge from origin
* small changes
* Add formCopy cmd file.
* Adjust for bug in templates.
* fix path
* Version 1 of contact.form.dialog
* Same info is modeled for both Home and Work.
* List of state abbreviations and their spelled-out names are specified in the separate state.en-us.lu, and used in the $mappings specifications.
* Latitude and Longitude should be auto-filled if the corresponding address are filled.
* Validation patterns are specified for zip codes and phone numbers.
* Fixed contact.form.dialog and added activity.form.dialog
* contact.form.dialog
- Fixed spelling
- Use phonenumber prebuilt entity type
* activity.form.dialog: the second scenario from Darren "An employee working for a customer wants to add a quick update to a customer record after a call. This update will then be available for other people working with that customer to see".
* Added opportunity.form.dialog
For Darren's scenario "An employee working with a customer has had a meeting and needs to create a new opportunity."
* change names
* Revert "change names"
This reverts commit 64ffaff.
* change names
* basic work done for ask, set and help
* cancel confirmation
* cancel confirmation done, unexpected property set confirmation in progress
* improve unexpected property test
* Version 1 of contact.form.dialog
* Same info is modeled for both Home and Work.
* List of state abbreviations and their spelled-out names are specified in the separate state.en-us.lu, and used in the $mappings specifications.
* Latitude and Longitude should be auto-filled if the corresponding address are filled.
* Validation patterns are specified for zip codes and phone numbers.
* Fixed contact.form.dialog and added activity.form.dialog
* contact.form.dialog
- Fixed spelling
- Use phonenumber prebuilt entity type
* activity.form.dialog: the second scenario from Darren "An employee working for a customer wants to add a quick update to a customer record after a call. This update will then be available for other people working with that customer to see".
* Added opportunity.form.dialog
For Darren's scenario "An employee working with a customer has had a meeting and needs to create a new opportunity."
* rename state.lu
* prebuilt lu templates
* remove choose entity
we only have chooseProperty and clarifyEntity
* Switch to event expected.
* Update templates for latest runtime and add ask for
multiple properties.
* Add **NAMES/**NAME** and generate property names.
* fix unexpected property confirmation usage
* change unexpected property action from ask to sendactivity
* all done confirmation
* Update names to support chooseProperty.
* Check-in bread value hack.
* Fix template bug around clarify.
* Update templates to use names and start numbers.
* complete the new forms
* contextual help
* activity schema working fine
* add meta info to opportunity schema
* opportunity semi-working
cannot use phonenumber;
properties not in required also got asked;
in stringset, default value is not expression, cannot get the value for @email
* three schemas working
sandwich, activity, opportunity
* contact schema working
Adding welcome message in beginDialog,
Add help message for non-enum properties,
All three CDS schemas working
* Sync changes for demo.
* Before adding mapping templates
* Getting close to E2e.
* Largely working with some template debugging.
* Update the readme.
* Update to latest expression and lg packages.
Support app schema.
* Update standard schema.
* Finish merge.
* Show metaschema.
* Fix readme typo.
* several changes (#299)
* several changes
(1) remove unused old files;
(2) change incorrect file names;
(3) add string ask templates;
(4) remove meta properties from schemas;
(5) fix an error in calculating optional properties
* fix help property bug
* Add string templates.
* a few changes (#318)
(1) fix the cancel.lu bug
(2) add datetime.lu
(2) stringSetdatetime.dialog.lg
* Add template for not understood.
* Connect to bf cli.
* Add basic role support.
* Nigao/newtemplate (#321)
* a few changes
(1) fix the cancel.lu bug
(2) add datetime.lu
(2) stringSetdatetime.dialog.lg
* autohelp for new templates
* Update to use @{} everywhere and remove auto-help
since it required post-ask action.
* Nigao/newtemplate (#323)
* a few changes
(1) fix the cancel.lu bug
(2) add datetime.lu
(2) stringSetdatetime.dialog.lg
* autohelp for new templates
* add $requires, and datetime entity sets
* add all stringSet for prebuilt entities explicitly
* change prebuilt-entity.lu.lg files
* Switch to using a triggerIntent instead of none for entities.
Cleanup filename expressions.
* Fix bug in status.
* Switch from dialog:form to dialog:generate
* Add top-level documentation.
* Update tests to use dialog:generate.
* Rename tests to generator.
* Fixing linting errors
* Generate confirmation card.
* Fix reference regex ot not match structured lg.
* Minor bug fixes.
* Update to allow multi-lingual fallback.1 parent 4c685ed commit 455e79e
File tree
8 files changed
+36
-33
lines changed- packages/dialog
- .vscode
- src
- commands/dialog
- library
- templates
- en-us
8 files changed
+36
-33
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | 7 | | |
16 | 8 | | |
17 | 9 | | |
| |||
64 | 56 | | |
65 | 57 | | |
66 | 58 | | |
67 | | - | |
68 | | - | |
| 59 | + | |
| 60 | + | |
69 | 61 | | |
70 | 62 | | |
71 | 63 | | |
72 | 64 | | |
73 | 65 | | |
74 | 66 | | |
75 | | - | |
76 | | - | |
77 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
78 | 75 | | |
79 | 76 | | |
80 | 77 | | |
| |||
92 | 89 | | |
93 | 90 | | |
94 | 91 | | |
95 | | - | |
96 | | - | |
97 | 92 | | |
98 | 93 | | |
99 | 94 | | |
| |||
107 | 102 | | |
108 | 103 | | |
109 | 104 | | |
110 | | - | |
| 105 | + | |
111 | 106 | | |
112 | 107 | | |
113 | 108 | | |
| |||
128 | 123 | | |
129 | 124 | | |
130 | 125 | | |
131 | | - | |
| 126 | + | |
132 | 127 | | |
133 | 128 | | |
134 | 129 | | |
| |||
149 | 144 | | |
150 | 145 | | |
151 | 146 | | |
152 | | - | |
| 147 | + | |
153 | 148 | | |
154 | 149 | | |
155 | 150 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
| 116 | + | |
115 | 117 | | |
116 | | - | |
| 118 | + | |
117 | 119 | | |
118 | 120 | | |
119 | 121 | | |
120 | 122 | | |
121 | 123 | | |
122 | 124 | | |
123 | | - | |
| 125 | + | |
124 | 126 | | |
125 | 127 | | |
126 | 128 | | |
| |||
129 | 131 | | |
130 | 132 | | |
131 | 133 | | |
| 134 | + | |
132 | 135 | | |
133 | 136 | | |
134 | 137 | | |
| |||
275 | 278 | | |
276 | 279 | | |
277 | 280 | | |
278 | | - | |
| 281 | + | |
279 | 282 | | |
280 | 283 | | |
281 | 284 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
| |||
134 | 136 | | |
135 | 137 | | |
136 | 138 | | |
137 | | - | |
138 | | - | |
| 139 | + | |
| 140 | + | |
139 | 141 | | |
140 | 142 | | |
141 | 143 | | |
| |||
163 | 165 | | |
164 | 166 | | |
165 | 167 | | |
166 | | - | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
0 commit comments