Skip to content

strvcom/dep-manager-web

Repository files navigation

Bida App

Project Quality Tracker

Outline

As you make and maintain more projects over time, each of them depending on external, usually open-sourced libraries, it's easy to loose track of the quality of those dependencies. Security issues arise, new versions are released. Also, good practices evolve and take long to reach all projects.

Bida App aims to create a dashboard of project's health to manage outdate status for dependencies and compliance with good practices.

Target Audience

Managers

  • As a platform leader I would like to have a nice overview of our projects;
  • I need to know which project are up-to-date and which are not;
  • I would like to have an overview of libraries used across the organization;
  • I would like to know if forbidden libraries are used. If so, on which projects;
  • I would like to enforce some best practises across projects. For example by using code-quality-tools, TypeScript, or tests. By using Bida App I can easily explore which project do not comply to our best practises.

Developers

  • Simple way to explore what kind of libraries we are using across projects.
    • Easily find if a library is in use elsewhere, and who could help me with that;
    • Find troubleshooting for libraries on specific version.
  • Find issues with dependencies before they go live;
  • Explore library trends and usage history within organization.

Table of Contents