Skip to content
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

Closed
pjeli opened this issue Oct 29, 2018 · 5 comments
Closed

Improve users.html page by adding percentage of old files #151

pjeli opened this issue Oct 29, 2018 · 5 comments
Labels
enhancement New feature or request good first issue Good for newcomers ui User Interface needs changes
Milestone

Comments

@pjeli
Copy link
Collaborator

pjeli commented Oct 29, 2018

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.

@pjeli pjeli added enhancement New feature or request good first issue Good for newcomers ui User Interface needs changes labels Oct 29, 2018
@pjeli pjeli added this to the 1.5.1 Release milestone Oct 29, 2018
@rsmcelroy
Copy link

rsmcelroy commented Oct 30, 2018 via email

@pjeli
Copy link
Collaborator Author

pjeli commented Oct 30, 2018

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".

@rsmcelroy
Copy link

rsmcelroy commented Oct 30, 2018 via email

@rsmcelroy
Copy link

Anything new on this one? Looking forward to it being released.

@pjeli
Copy link
Collaborator Author

pjeli commented Nov 27, 2018

This is committed now. Just need to release 1.5.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers ui User Interface needs changes
Projects
None yet
Development

No branches or pull requests

2 participants