top of page
NODE1.PNG

WSS (2020)

This was a program me and another intern wrote during our employment at Menards.

 Part of our internship was testing and identifying changes between different versions of software being upgraded.   There were more than 2300 programs in the system, and being unfamiliar with it we had no clear understanding of how the programs connected. So we took it upon ourselves to write this tool that helped parse the file system for references and dependencies of the program and built a visual node map.  

​

NODE2.PNG

We added features like being able to highlight connections, pull/push connected nodes, mark as root nodes, toggle immovable and a search. We also enabled saving of this information. 


What this allowed us to do was a get a much needed understanding of the data set we were working on.

Overall I think its a pretty neat program, and could be adapted for other projects.

Node3.PNG
bottom of page