GithubHelp home page GithubHelp logo

capaldi's Introduction

Capaldi

CAPacity ALlocation & DIagrams

Note: allocation categories are generic, but generally thought of as areas like: product enhancements, reactive work, complexity management, etc)

Capaldi aims to be able to quickly answer these questions:

  • Individual
    • How is the individuals time committed across allocation categories?
  • Team
    • How are the team's resources distributed across allocation categories?
    • How are the team's resources distributed across projects and releases?
  • Org
    • How are the org's resources distributed across allocation categories?
    • How are the org's resources distributed across projects and releases?
    • How are the org's resources distributed over various time intervals (e.g. quarters)?
    • How are the org's resources distributed w.r.t. resource attributes such as role or FTE status?

Config:

  • Jira epic query

Dev Setup

Install sqlite, just, cargo-watch, and sqlx (w/ sqlite feature)

apt install sqlite3 libsqlite-dev
cargo install just cargo-watch
cargo install sqlx --no-default-features --features sqlite
# First time:
just db-setup

# To reset database:
just db-reset

Build

# source .env to set DATABASE_URL (used by compile time schema type checking)
source .env
cargo c

Starting capaldi dev server:

just dev-server

# in a separate console
just login
just curl /teams

Starting capaldi frontend:

cd frontend
pnpm install
cd ..
just dev-client

# Open localhost:8000 in browser

Tech Stack

Backend (Rust):

Frontend (TypeScript):

Tool:

Design Philosophy

Design decisions are guided by a few principles:

  • Outcomes before features
  • Opinionated before flexible
  • Simple before feature-rich
  • Fast before shiny
  • Delightful before powerful

While the things on the right are desirable, the things on the left take precedence.

capaldi's People

Contributors

anowell avatar

Watchers

 avatar  avatar  avatar

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.