Giter VIP home page Giter VIP logo

ketum's Issues

Add Webhook notification

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe the problem.

I would like to have a webhook notification

Describe the solution you'd like

Like the email notification, add a provider for webhook (HTTP(S) request) notification.
Request a configurable endpoint with some data as JSON (payload) - POST or via query string - GET

Additional context

No response

Menu and page empty after login

Hi,

First of all I have to say that I am not familiar with WebPack and I did not found a way to install it on Visual Studio 2019 on Windows. So I made a change in Startup.cs to bypass it.
`public void Configure(IApplicationBuilder app, IHostingEnvironment env)
{
if (env.IsDevelopment())
{

            //app.UseDeveloperExceptionPage();

            // Webpack initialization with hot-reload.
            //app.UseWebpackDevMiddleware(new WebpackDevMiddlewareOptions
            //{
            //    HotModuleReplacement = true
            //});
            
            app.UseExceptionHandler("/Home/Error");
            app.UseHsts();
        }
        else
        {`

Also I made little changes for using MSSQL instead of Postgress.
So, after login I have this
image
and respectively
image

I suppose that is caused by bundling, but I don't know how to bypass this.

Off-topic: something is wrong with github home page of project since if by hazard is browsed with (old) Edge browser, all computer is nearly freezing. It's so severe that I am not able to inspect page.

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.