Display per container detailed scores.#89
Open
benel wants to merge 1 commit intomarmelab:mainfrom
Open
Conversation
fzaninotto
approved these changes
Oct 30, 2025
Member
fzaninotto
left a comment
There was a problem hiding this comment.
Awesome! Thanks for taking the time to work on this.
Member
|
Could you fix the linting errors? |
Author
I'm glad to contribute to your great tool @fzaninotto and help it survive the decommission of the Web app.
Sure. I'll have a look during next week-end. Best regards. |
Author
|
@fzaninotto, here is a new version that seems to comply with eslint rules of the project. |
Author
|
@fzaninotto, is this version OK? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello,
As you may know, I am a great fan of GreenFrame, and I use it with my students in a course dedicated to "Reducing environmental footprint of digital services" (see UTT-GL03). GreenFrame CLI and APP were used it in the second part of students' projects (see example). As you may see we relied a bit on graphics but especially on detailed scores by container and by scenario.
The following commit restores in GreenFrame CLI per container and per scenario detailed scores (once present in GreenFrame APP).
Here is an example of the output with 2 scenarios and 3 service containers:
I hope you will find it useful.
Regards.