Git Product home page Git Product logo

depdevkit's People

Contributors

davidbenge avatar dbenge avatar eknee avatar

Watchers

 avatar

depdevkit's Issues

Make webhook listener poll for new events

Current state:
Events coming into the webhook are stored which requires you to refresh the page each time you want to see the new payload sent in

Enhancement:
Make it such that the page is constantly polling the backend listening for new events to avoid having to refresh the browser to see new events each time

Add get-auth URL as a separate item in the nav

Expose the get-auth URL in the left nav for users to be able to see where they can go to get authentication. The page should contain the following:

  • URL endpoint to use in postman
  • Example call/response
  • response definition

Post testing page needs text area improvement

Post testing page needs text area improvement
The default text area is too small to be useful

Make it bigger

Also the text area does not validate that whats entered is clean JSON structure with quoted property's
Add validations

Add cleanup of webhooks over 72 hours old

Add cleanup of webhooks over 72 hours old

today we store the webhook posts in file store under a directory with the learner's id
/leaner1/files*
/learner2/files*

An alarm trigger needs to run daily and check all files stored and see if they are over 72hrs old and if so it needed to delete them.
The files are stored with EPOC now as the file name so we can use the file name as a the time the file was created and if that file name time > 72 hrs delete it.

add CI/CD deploy

add CI/CD to the project and set it up in a way that allows for 1 to N productions and 1 stage environment deploys.

We need to be able to support our own use and also be able to deploy into a customer's org so they can test and learn in their own environment.

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.