Giter Club home page Giter Club logo

gantt's Introduction

Java CI with Maven Docker Pulls

What is it ?

This project is a web app to make gantt diagrams on a browser

Files for your organization

In order to run, the app needs 2 files in the folder fichier.

Team

A file team.json describing your organization teams :

[{
  "key": 1,
  "label": "Unassigned",
  "backgroundColor": "#03A9F4",
  "textColor": "#FFF"
}, {
  "key": 2,
  "label": "First team",
  "backgroundColor": "#f57730",
  "textColor": "#FFF"
}, {
  "key": 3,
  "label": "Second team",
  "backgroundColor": "#e157de",
  "textColor": "#FFF"
}]

Status

A file status.json describing your organization teams :

[{
   "key": "todo",
   "label": "TO DO",
   "backgroundColor": "#dfe1e5",
   "textColor": "#42526e"
 }, {
   "key": "in_progress",
   "label": "En cours",
   "backgroundColor": "#deebff",
   "textColor": "#0747a6"
 }, {
   "key": "blocked",
   "label": "Bloqué",
   "backgroundColor": "#ffbdaf",
   "textColor": "#ff2d00"
 }, {
   "key": "done",
   "label": "Terminé",
   "backgroundColor": "#e3fcef",
   "textColor": "#064"
 }]

Installation

With Kubernetes and Helm

  1. Create a file override.yaml to override the default values.yaml of the Chart.
  2. In a terminal, enter following commands :
helm repo add github-cnieg https://cnieg.github.io/helm-charts
helm repo update
helm upgrade -i <release_name> github-cnieg/gantt --version <chart_version>

With Docker

docker run --name gantt cnieg/gantt

Build

Before building the app, you need to have installed :

  • Maven 3+
  • Java 13+

Once done, just run the following command :

mvn clean package

Then, if you need to start the app :

java -jar target/gant-<version>.jar

gantt's People

Contributors

thomah avatar arnou avatar renovate[bot] avatar brissouillelb avatar

Stargazers

 avatar  avatar Jimmy Dore avatar

Watchers

James Cloos avatar  avatar Christophe Kerboriou avatar Guillaume audic avatar Claude Gamache avatar

Forkers

sanogotech

gantt's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

dockerfile
Dockerfile
  • openjdk 19-jdk-alpine
github-actions
.github/workflows/maven.yml
  • actions/checkout v3
  • actions/setup-java v3
  • docker/build-push-action v1
  • docker/build-push-action v1
maven
pom.xml
  • org.springframework.boot:spring-boot-starter-parent 3.0.0
  • net.logstash.logback:logstash-logback-encoder 7.2
maven-wrapper
.mvn/wrapper/maven-wrapper.properties
  • maven 3.6.3
  • maven-wrapper 0.5.6

  • Check this box to trigger a request for Renovate to run again on this repository

Agrandir ou réduire les colonnes

Serait-il possible d'avoir un curseur pour diminuer ou élargir les colonnes des équipes/tâches/durées afin d'avoir une meilleur lisibilité de l'intitulé des taches

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.