Skip to content

puzzle/okr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4ff4b71 · Apr 23, 2025
Mar 3, 2025
Dec 24, 2024
Jan 10, 2025
Apr 23, 2025
Apr 23, 2025
Apr 23, 2025
Nov 27, 2024
Oct 24, 2022
Jan 22, 2025
Apr 23, 2025
Apr 16, 2025
Apr 16, 2025
Jun 22, 2023
Jan 10, 2025

Repository files navigation

OKR-Tool

This is an open source application for managing OKRs, developed by the team of apprentices at Puzzle ITC.

This project contains two parts:

Frontend

Frontend description

Backend

Backend description

Development

After implementing a new feature or resolving a bug, note it in the release-notes.txt file at the top of the respective category ("Erweiterung", "Fehlerbehebung" or "Wartung") in the current WIP version changes.

Docker

Start docker container in docker folder.

Path to folder from repository root cd docker

Type docker-compose up in terminal to start up the docker container, docker-compose down to shut the container down.

Users

All users PITC

{
  "gl": {
    "username": "gl",
    "password": "gl",
    "name": "Jaya Norris"
  },
  "bl": {
    "username": "bl",
    "password": "bl",
    "name": "Esha Harris"
  },
  "bl-mob": {
    "username": "bl-mob",
    "password": "bl",
    "name": "BL Mobility"
  },
  "bl-mid": {
    "username": "bl-mid",
    "password": "bl",
    "name": "BL Mid"
  },
  "bl-sys": {
    "username": "bl-sys",
    "password": "bl",
    "name": "BL Sys"
  },
  "bl-ruby": {
    "username": "bl-ruby",
    "password": "bl",
    "name": "BL Ruby"
  },
  "bbt": {
    "username": "bbt",
    "password": "bbt",
    "name": "Ashleigh Russell"
  },
  "member": {
    "username": "member",
    "password": "member",
    "name": "Abraham Woodard"
  }
}

All users ACME

{
  "gl": {
    "username": "gl-acme",
    "password": "gl",
    "name": "Jaya Norris"
  },
  "bl": {
    "username": "bl-acme",
    "password": "bl",
    "name": "Esha Harris"
  },
  "member": {
    "username": "member-acme",
    "password": "member",
    "name": "Abraham Woodard"
  }
}