There appears to be a missing step in the "Developing-Mvc-Core-Customizable-Dashboard" Step by Step Guide.
In the "Creating a New Widget" section "Step 1. Create an API"
"GetHelloWorldOutput" doesn't appear to be defined anywhere.
4 Answer(s)
-
0
The definition of the GetHelloWorldOutput class should be:
public class GetHelloWorldOutput { public string OutPutName { get; set; } }
-
0
Thanks for the quick response, it was really so the guide could be updated.
Incidently, the code for GetHelloWorldInput is also missing, I assume it's as follows :-
public class GetHelloWorldInput { public string Name { get; set; } }
Also, a couple of other issues.
The guide refers to WidgetMultiTenancySides, I think it was supposed to be MultiTenancySides. In the DashboardConfiguation.cs, WidgetHelloWorld name is called WidgetRecentTenants.
-
0
I will update the documentation. : )
-
0
This issue is closed because it has not had recent activity for a long time.