Skip to content

CIPHERTron/hackweek-24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deployment Maturity Dashboard ft. HACK WEEK 2024

Adoption Maturity Dashboard - Our solution caters to two personas i.e. customer sponsor and technical program managers to drive effective adoption.

  1. Problem Statement
  2. Proposed Solution
  3. Business Impact
  4. Future Scope

ℹ️ Problem Statement

For Enterprise Organizations that are spanning across multiple business units/orgs, It is very difficult to drive adoption due to following challenges.

  • There is no way to set the standard best practices that each business unit/orgs/departments adheres to
  • No visibility for the executive to understand, where each business unit is in terms of their deployment journey, where are the gaps are and what are the things that need to be addressed to ensure that there is standardization and how far behind a company is in terms of their vision.
  • No healthy competition between business units to learn from each other, thus impacting the adoption progress.
  • Difficult for adoption team to understand the challenges of each business unit and create a data driven adoption plan.

Target Personas

  • Customer Sponsor, Executives
  • Harness Adoption Team

🛠️ Proposed Solution

  • To configure the score cards with a set of rules at an account level to calculate the score for each org and project to get insights on adoption maturity for a business unit that is deploying to production.

Note: Score Cards will only be applicable to the pipelines that are deploying to prod.

  • Create dashboard to present the adoption maturity insights to drive the change management, standardization and adoption.

a) Leadership board with top 5/7 performing units/teams to drive healthy competition and keep leaders in check on how to improve further. b) To show visibility into those projects that are not deploying to production, where there are no pipelines, no services.

Demo Video

https://res.cloudinary.com/dy2w4vpse/video/upload/v1717050991/hackathon/projects/hack-week-2024-1/K3j1jVg3Y/crsbrvc3mqqfa8yfv4fq.mp4

🛠️ Built With

Following technologies and libraries are used for the development of this project.

Business Impact

Prerequisites

# Homebrew
brew install nodejs

# Sudo apt
sudo apt install nodejs

# Packman
pacman -S nodejs

# Module Install
dnf module install nodejs:<stream> # stream is the version

# Windows (chocolaty)
cinst nodejs.install
  npm install --global yarn
  # Homebrew
  brew install git

  # Sudo apt
  apt-get install git

  # Packman
  pacman -S git

  # Module Install (Fedora)
  dnf install git

🤖 Running the project.

  1. Fork and clone the project to your local system, cd into project
  2. cd client and run
yarn install
yarn dev
  1. cd server and run
yarn install
yarn start
  1. Open localhost:3000 to view the frontend & localhost:4567 to view backend

Releases

No releases published

Packages

No packages published