From fd85766e30db08146e06de46509a8e2e11c3338e Mon Sep 17 00:00:00 2001 From: Logan Lentz Date: Thu, 7 Jul 2022 01:07:31 -0500 Subject: [PATCH 1/8] Update projectNotes.md --- projectNotes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projectNotes.md b/projectNotes.md index 76c9e7f1..0f375097 100644 --- a/projectNotes.md +++ b/projectNotes.md @@ -2,4 +2,4 @@ ## High-Value Information Points -## High-Value Information Visualazations +## High-Value Information Visualizations From 75cebd7fc5f02c8adeeac5e3eeab3044e6733cb5 Mon Sep 17 00:00:00 2001 From: Logan Lentz Date: Thu, 7 Jul 2022 01:10:55 -0500 Subject: [PATCH 2/8] Update projectNotes.md --- projectNotes.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/projectNotes.md b/projectNotes.md index 0f375097..87cdb00c 100644 --- a/projectNotes.md +++ b/projectNotes.md @@ -1,4 +1,9 @@ -# ipfs Stat Viewer Project Notes +# IPFS-Stat-Viewer Project Notes +## User Interface Updates +### File_Name Improvements +Right now the filename is within each box within the treemap. The problem is when there are many files or the files are small, then you cannot see the name. Find a better way to handle this. +- Explore the best ways to show the name of a file within a treemap- look at other software +- Implement UI improvement ## High-Value Information Points From 0190dc728a807bb43f02f3fd2c9bef3605f2c303 Mon Sep 17 00:00:00 2001 From: Logan Lentz Date: Thu, 7 Jul 2022 01:11:06 -0500 Subject: [PATCH 3/8] Update projectNotes.md --- projectNotes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projectNotes.md b/projectNotes.md index 87cdb00c..3b904131 100644 --- a/projectNotes.md +++ b/projectNotes.md @@ -3,7 +3,7 @@ ### File_Name Improvements Right now the filename is within each box within the treemap. The problem is when there are many files or the files are small, then you cannot see the name. Find a better way to handle this. - Explore the best ways to show the name of a file within a treemap- look at other software -- Implement UI improvement +- Implement UI improvements ## High-Value Information Points From d24278874f0f2988c8f8bcf74fda3fc97234387d Mon Sep 17 00:00:00 2001 From: Logan Lentz Date: Thu, 7 Jul 2022 01:12:03 -0500 Subject: [PATCH 4/8] Update projectNotes.md --- projectNotes.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/projectNotes.md b/projectNotes.md index 3b904131..12257007 100644 --- a/projectNotes.md +++ b/projectNotes.md @@ -5,6 +5,11 @@ Right now the filename is within each box within the treemap. The problem is whe - Explore the best ways to show the name of a file within a treemap- look at other software - Implement UI improvements +### Firefox Integration + +### Chrome Integration + +- Fix icons ## High-Value Information Points ## High-Value Information Visualizations From 83e864669203baf198203bfd7769b948983e9ea6 Mon Sep 17 00:00:00 2001 From: Logan Lentz Date: Thu, 7 Jul 2022 01:16:30 -0500 Subject: [PATCH 5/8] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b3d5248e..fb43a5e1 100644 --- a/readme.md +++ b/readme.md @@ -38,7 +38,7 @@ As as you have IPFS running, it should work without issue- ## Tech - A users IPFS data is visualized using organized colorful graphics similar to apps like Windirstat, Spacesniffer, or Disk Recon. Each file type (MP3, ZIP, EXE, JPEG, etc.) is assigned a color in a collage of rectangles that are sized depending on how much space that file type is using. Treemap function provided by D3.js. + A users IPFS data is visualized using organized colorful graphics similar to apps like Windirstat, or Disk Recon. Each file type (MP3, ZIP, EXE, JPEG, etc.) is assigned a color in a collage of rectangles that are sized depending on how much space that file type is using. Treemap function provided by D3.js. - [IPFS] - Peer-to-peer hypermedia protocol - [D3] - A Javascript library for visualizing data using web standards- From dc3241da4fbdec4ef9ceeee30071ae84a96855cb Mon Sep 17 00:00:00 2001 From: Logan Lentz Date: Thu, 7 Jul 2022 01:18:04 -0500 Subject: [PATCH 6/8] Update readme.md file_type updates. Plural eye? --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index fb43a5e1..0c776206 100644 --- a/readme.md +++ b/readme.md @@ -33,7 +33,7 @@ As as you have IPFS running, it should work without issue- - You should see something that looks like this depending on what you have pinned in IPFS ## Features -- Colors of boxes in treemap correlate to a file type- supporting music, picture, video, extension types and many more. +- Colors of boxes in treemap correlate to a file type- supporting music, photos, video, and more. - Box size correlates to amount of data in the file ## Tech From 9b22b3920aa8228d3a42ac67e3cd8bb252720ff7 Mon Sep 17 00:00:00 2001 From: Logan Lentz Date: Thu, 7 Jul 2022 19:07:56 -0500 Subject: [PATCH 7/8] Update readme.md --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0c776206..0cca9b25 100644 --- a/readme.md +++ b/readme.md @@ -14,12 +14,14 @@ [Download in the Google Chrome Store](https://chrome.google.com/webstore/detail/ipfs-stat-viewer/leoogniilogpecgamlbafoajfcaoddja) +Important Note: You need to make sure you have cross origin requests allowed. You can use the following ipfs cli-commands to enable cross origin access. + +If If you want to install from source via this repo, do the following- - Download the build file and load it as unpacked in Chrome Extension Manager - Open extension with your IPFS Daemon running -Important Note: You need to make sure you have cross origin requests allowed. You can use the following ipfs cli-commands to enable cross origin access. ```sh From b1e8682eb71ee82cb7e43cb1f81910bae4aadb8c Mon Sep 17 00:00:00 2001 From: Logan Lentz Date: Thu, 7 Jul 2022 23:14:57 -0500 Subject: [PATCH 8/8] Update projectNotes.md --- projectNotes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projectNotes.md b/projectNotes.md index 12257007..a8fdd071 100644 --- a/projectNotes.md +++ b/projectNotes.md @@ -6,7 +6,7 @@ Right now the filename is within each box within the treemap. The problem is whe - Implement UI improvements ### Firefox Integration - +- isues created and added into project ### Chrome Integration - Fix icons