-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve users.html page by adding percentage of old files #151
Comments
Can we add the average block size as a column?
…Sent from my iPhone
On Oct 29, 2018, at 10:29 AM, Plamen Jeliazkov ***@***.***> wrote:
A trivial improvement that can be made to users.html is to add a column to the table showcasing the percentage of files that are over 1 year old. The data is already there in the JSON provided; just need to perform the percentage (utility method exists in nna.utility.js) and then expose it in the table.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Not today. Look at #138. We need to get the information, cache it, and then expose it so we can table it. I also want to avoid putting everything into What value are you looking to get out of
|
Makes sense. Table the avg file/block request. I’ll get it another way. I don’t want to see users.html get bloated.
Russ
…Sent from my iPhone
On Oct 30, 2018, at 12:09 PM, Plamen Jeliazkov ***@***.***> wrote:
Not today. Look at #138. We need to get the information, cache it, and then expose it so we can table it. I also want to avoid putting everything into /users.html. If we want to represent block information it should be in a different table.
What value are you looking to get out of average block size? Do you mean average file size? Or maybe the # of blocks they have (and then you can get the average yourself)? Remember that by clicking on the username you can get the breakdown of the user too.
/users.html is evolving moreso towards a finder of "users that aren't using the cluster anymore".
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Anything new on this one? Looking forward to it being released. |
This is committed now. Just need to release 1.5.1. |
A trivial improvement that can be made to
users.html
is to add a column to the table showcasing the percentage of files that are over 1 year old. The data is already there in the JSON provided; just need to perform the percentage (utility method exists innna.utility.js
) and then expose it in the table.The text was updated successfully, but these errors were encountered: