Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevCollab

Unified developer team collaboration dashboard aggregating GitHub activity, CI/CD status, and sprint progress.

Problem Statement

Engineering teams waste 2-3 hours daily context-switching between:

  • GitHub (PRs, reviews)
  • CI/CD dashboards (GitHub Actions, Jenkins)
  • Project management tools (Jira)
  • Communication platforms (Slack, on-call rotations)

DevCollab provides a single view: "What is my team shipping right now?"

Architecture Overview

graph TB
    User[Developer] -->|HTTPS| Ingress[Ingress Controller]
    Ingress --> Frontend[React Frontend]
    Ingress --> Backend[Node.js API]
    Backend --> Postgres[(PostgreSQL)]
    Backend --> Redis[(Redis)]
    Backend --> GitHub[GitHub API]
    GitHub -->|Webhooks| Backend
Loading

About

DevCollab - Developer Team Collaboration Platform. Unified dashboard aggregating GitHub activity, CI/CD status, and sprint progress

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages