Skip to content

craigh33/AccountVisualiserProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AccountVisualiserProject

Honours Project By Craig Hutcheon for BSc Hons Applied Computing at University of Dundee

About this project

This project aims to create a visualization tool to enable users to enter their account structure. This structure can then be Analyzed to allow users to identify weaknesses in their account structure.

The Account Visualiser Tool

Included in this repository is the webapp Account visualiser. This node graphing tool can be used to visualise your account structure with nodes included to represent most of your accounts. Currently analysis is not supported however account structures can be uploaded and downloaded to and from the tool for external analysis.

Using this tool

Currently this tool is live on my website.

Requirements

Unfortunately this application has limited browser support. To interact with the graph you must have a modern browser with HTML5 support such as Edge, Chrome or Firefox. Safari is not supported. At this time mobile devices are not supported.

Previous Research

This project aims to continue work by MSc Callum Coward.

Gitlab Repository

Dependencies and Frameworks

This Project makes use of D3.js for the graphing functionality and Jasmine for unit testing. UI Design includes use of mdbootstrap and JQuery UI.