Basically as the title says.

I’d like to know what is there on selfhosted solutions if people are using any, to keep tabs on stuff for managing projects. But - here’s the thing, I want a thing to help take notes, not a thing that’s gonna “make decisions” / “suggest a business plan”.

So, basically I’m looking for something self-hosted that incorporates things like (manual!) man-hours tracking, gantt charts, kanban and other organizative diagrams, general (ie.: not “code-oriented”) issue tracker.

Ideally to be deployed as an assiatnce to keep track of stuff on a small shop operating a force of 8~12 devs. Me and one other person want to help shield our devs from clients as the company is starying to grow more, enough that asking the devs for hard data on how they are managing themselves (to know if there’s room for another project or if overtime is needed, for example) is starting to deprive them of actual devel time. We want to avoid reaching the stage of meetings that could have been emails.

Thanks in advance. Suggestions are welcome, we do have enough time to test a few alternatives before settling on one we just don’t know what exists out there that is not “sign in on Github”.

  • Dragonish@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    1
    ·
    3 days ago

    i like Taskjuggler, but it may not check all your boxes. specifically there is no kanban or issue tracker built in. It has very basic note capability, so i combine it with markdown files to keep a list of issues, risks, dependencies and references associated with the large projects we are working on. I use a kanban vscode plugin which uses Markdown front matter to set the status and next action date. Taskjuggler has a learning curve, as it is text based and the files that define your projects are stored in source control and need to be transpiled into html reports. It can track time granularly with the bookings feature, although tbh i have never had a need to use that, the basic scheduling has given me a good enough for my need view of resource allocation.