Giter VIP home page Giter VIP logo

seq-app-mail's People

Contributors

chuseman avatar kodraus avatar nblumhardt avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

seq-app-mail's Issues

MVP remaining tasks

  • @app.... built-in properties
  • Default and supplied time zone/date format support
  • first template repetition support
  • Improve default email subject
  • Publishing
  • Document the template syntax
  • Screenshot of the default template in README
  • Package icon
  • Package description etc.
  • Link CI build and NuGet packages from README

Break dependency on Serilog `LogEvent` model

The project has been bootstrapped in part from the Serilog.Expressions codebase; this has left us with some oddities, such as:

  • @Level is always a Serilog LogEventLevel name (original levels are converted)
  • TypeOf() does not return the same set of values that Seq's built-in TypeOf() does

This list is sure to grow; while we will ideally work around them/paper them over in the short term, longer term we should be looking to switch the core data model from LogEvent and LogEventPropertyValue to e.g. System.Text.Json's JsonDocument and JsonElement.

There are other "beneficial" differences, such as the use of DateTimeOffset for datetime types enabling richer formatting than Seq's built-in datetimes can provide, and @l supporting the richer level formatting that Serilog does - so it's worth looking for/giving some thought to these before going too far down this path.

Publish `Seq.Syntax` package to NuGet

This will allow it to be consumed downstream, e.g. by Seq.App.HttpRequest and other packages.

(We should consider publishing Seq.Mail soon, too, to support third-party mail system integrations.)

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.