Base solution for your next web application
Open Closed

Missing step in "Developing-Mvc-Core-Customizable-Dashboard" Step by Step Guide #8044


User avatar
0
Mitch created

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)
  • User Avatar
    0
    maliming created
    Support Team

    The definition of the GetHelloWorldOutput class should be:

    public class GetHelloWorldOutput 
    {
        public string OutPutName { get; set; }
    }
    
  • User Avatar
    0
    Mitch created

    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.

  • User Avatar
    0
    maliming created
    Support Team

    I will update the documentation. : )

  • User Avatar
    0
    ismcagdas created
    Support Team

    This issue is closed because it has not had recent activity for a long time.