Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.03 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.03 KB

Project: Data Flow

Data Mapping Flow Analysis Tool

The "Data Mapping Flow Analysis Tool" was conceptualized when analyzing a variety of Jenkinsfiles from multiple sources, and the environments, stages, and flows within each.

Online App: kdcinfo.com/app/dataflow/

  • The primary thought was to try to keep the flow simple (a sticking point in previous flow-recording app attempts):
    • Cell content: Title.
    • Cell content: Data clump that can be expanded.
  • Data nodes are either linked to, or simply follow other cells.
  • Initialized: Nov 2024

Function Flow

The "Function Flow" code was conceptualized when I was analyzing various function flows within an app.

This app is unfinished (barely started, actually)

  • This flow attempted to capture multiple functional flows throughout an app.
  • It focused on attempting to link functions based on relevant flow points.
  • Initialized: Mar 2024

_