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
This is the Global Components Section (GCS) of the UX SiteMap Structre (SMS) :
78
76
${globalSection}
79
77
80
78
Please generate the Full UX Sitemap Structre for this section now. Provide the information exclusively within <global_component> tags.
81
79
`,
82
-
},
83
-
{
84
-
role: 'user'asconst,
85
-
content: `Please enrich the details of Core Components in each <global_component> block.
80
+
},
81
+
{
82
+
role: 'user'asconst,
83
+
content: `Please enrich the details of Core Components in each <global_component> block.
86
84
Specifically:
87
85
- **Descriptive Component Names**: Include a clear, meaningful name (C#.X. [Component Name]) and explain its purpose on this page.
88
86
- **States and Interactions**: Define possible UI states (e.g., Default, Hover, Clicked) and describe typical user interactions (e.g., click, drag, input).
89
87
- **Access Restrictions**: Note any conditions (e.g., login required, admin-only) that govern access to the component.`,
90
-
},
91
-
]
92
-
}));
88
+
},
89
+
],
90
+
}));
93
91
94
-
constrefinedGlobalCompSections=awaitbatchChatSyncWithClock(context,'generate global components',this.id,requests);
@@ -140,11 +143,15 @@ export class UXSitemapStructurePagebyPageHandler
140
143
- **Essential Content**: Identify critical information displayed in the component and explain its importance to the user experience.
141
144
- **Missing Elements**: Review the structure and add any components, features, or details that may be missing to ensure a complete and robust UX structure.`,
142
145
},
143
-
]
146
+
],
144
147
}));
145
-
146
148
147
-
constrefinedPageViewSections=awaitbatchChatSyncWithClock(context,'generate global components',this.id,page_view_requests);
0 commit comments