Giter Site home page Giter Site logo

philipp-meier / chrono Goto Github PK

View Code? Open in Web Editor NEW
6.0 1.0 0.0 1.72 MB

:closed_book: Self-hosted (business) value centric application to organize and prioritize ideas and tasks across multiple teams or projects with markdown support and syntax highlighting.

License: Apache License 2.0

C# 66.44% HTML 0.60% TypeScript 30.32% JavaScript 0.23% Dockerfile 0.37% Shell 0.19% Less 1.86%
asp-net-core chrono csharp dotnet mediator openid-connect organization react todo-list note-taking

chrono's Introduction


CI CodeScene Code Health License

Self-hosted (business) value centric application to organize and prioritize ideas and tasks across multiple teams or projects.

This application was inspired by the staffeng.com blog and helps you to keep track of ideas and tasks, that positively impact your project(s), in one central place and enables you to work on what matters.

Current features

  • Why-centric for maximizing impact.
  • Markdown support with syntax highlighting.
  • Manage task lists (e.g. "Team 1", "Team 2", "Architecture Board",...).
  • Manage tasks (rank, categorize, describe business value / impact,...).
  • Manage task categories (e.g. "Quality Improvement", "Time Saving", "Documentation", "Security"...).
  • Audit features (created, last modified).
  • Filtering (done, category, task list,...).
  • Responsive for smaller devices (e.g. mobile phones and tablets).
  • Multi-user capable with OpenID Connect authentication.
  • Follows security best-practices.
  • Docker support.
  • Manage notes.

Preview (30th September 2023)

Home

Home

Lists

Lists

Adding tasks

Adding tasks

Master Data

Master Data

Notes

Notes

Adding notes

Notes

Mobile

Mobile

Getting started

Run setup.sh to automatically create all required files (e.g. the SQLite3 database).
You also need an OAuth provider like auth0 and configure the Authority, ClientId and ClientSecret in the appsettings.json file of the WebUI project.

Once this is done, you can run the application with (for example) dotnet watch in the WebUI folder.

Swagger UI: https://localhost:7151/swagger/index.html

Docker

Chrono can also be run by Docker. You can configure the OAuth credentials in the docker-compose.yml or in the appsettings.json-file.
You also have to provide a https certificate, if you want to serve Chrono directly via https using the Kestrel web-server.

A dev-certificate can be created using the following command or running setup.sh:
dotnet dev-certs https -ep ./https/aspnetapp.pfx -p <password>.

To start the application, you can simply use the docker compose up command.

Useful scripts

sqlite3 chrono.db "VACUUM;"
dotnet ef migrations add Initial 
dotnet ef database update

E2E Testing

E2E testing is done via Playwright. The test suite automatically spawns the test server and shuts it down after all tests are completed.

Technology

  • Backend: ASP.NET Core Web API
  • Frontend: React with Semantic UI
  • Tools / Extensions: Editorconfig, Prettier

chrono's People

Contributors

dependabot[bot] avatar philipp-meier avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

chrono's Issues

Add task list options

Task lists should be configurable, so that they can be used for other use cases (e.g. simple todo lists) too.
For this the fields "Description" and "Business value" should be configurable as "required" or "optional".

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.