Git Product home page Git Product logo

componentmodelformdefinitions's Introduction

Hi there ๐Ÿ‘‹

I'm a .Net engineer based in Brisbane, Australia.

I've been working in .Net since I graduated from the University of Queensland in 2007.

I am currently employed by Workday (I work on the Adaptive Planning product).

I'm a father of two, partner to one.

I enjoy watching football (soccer), but enjoy the analysis of games more than actually watching the games (maybe that's the engineer in me).

My GitHub username, TheMagnificent11, is play on words with the old "The Magnificent Seven" movie and my favourite football player at the time I signed up to GitHub, Ryan Giggs, who wore the number 11 shirt for Manchester United, which is my favourite football team.

My main software engineering interests include domain-driven design and observability.

Currently, I'm trying to get my head around OpenTelementry.Net and how to integrate it with Grafana and Loki.

  • ๐Ÿ”ญ Iโ€™m currently working on Lewee
  • ๐ŸŒฑ Iโ€™m currently learning how to push traces and metrics to from .Net applications to Grafana.
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on Lewee.
  • ๐Ÿค” Iโ€™m looking for help using .Net Aspire to deploy applications to Azure Container Apps while using Azure AD B2C for authentication and Azure Key Vault for secret management.
  • ๐Ÿ’ฌ Ask me about domain-driven design or football.
  • ๐Ÿ“ซ How to reach me:
  • ๐Ÿ˜„ Pronouns: he/him
  • โšก Fun fact
    • My surname, Weerasingham, has a typo. It should start with "V".
    • In Sri Lanka, where I was born, there are two main languages, Singhalese and Tamil.
    • The Tamil spelling is "Veerasingham" and Singhalese spelling is "Weerasinghe", so mine is a mix of both because the family friend that registered my dad's birth was Singhalese and he made a mistake, but my dad decided to keep the incorrect spelling.

componentmodelformdefinitions's People

Contributors

themagnificent11 avatar

Watchers

 avatar

componentmodelformdefinitions's Issues

Add ASP.Net Core extension method to configure form defintions routes

Add an extension method to configure ASP.Net Core dependency injection to create form definitions routes.

This should be similar to the way ASP.Net Core allows add URL health checks: https://docs.microsoft.com/en-us/dotnet/standard/microservices-architecture/implement-resilient-applications/monitor-app-health

The extension method should take a parameter for the URL route.

For example:

// Startup.cs from the MVC web app
public class Startup
{
    public void ConfigureServices(IServiceCollection services)
    {
        services.AddMvc();
        services.AddFormDefinitionsRoutes("form-definitions");
    }
}

List Component

Create a ListComponent (mat-fd-list).

Should have API routes list-definitions (all list definitions) and 'list-definitions/{listId} that retrieves JSON definition(s) of list(s). This JSON definition should be used the ListComponent to render the list table and then retrieve its data.

Filtering and paging are out-of-scope for now.

The user should be able to specify on the .Net model definitions the following

  • Which properties are columns of the list
  • What their headings
  • Whether it is the key that is used to navigate to a specific item

Two events raised to form submit handler

FormComponent has a submit handler that receives two events when the submit button is clicked.

One has the expected request model, the other seems to be a standard Angular Material event, possibly the standard button click event.

Currently, the sample code has a workaround where it inspects the object received and returns when it doesn't appear to be the request model.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.