-
Notifications
You must be signed in to change notification settings - Fork 0
Feedback #4
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
base: feedback/cli-reporting
Are you sure you want to change the base?
Feedback #4
Conversation
finish first draft
run prettier
|
|
||
| # Context | ||
|
|
||
| I work on an open source project: [sls-mentor](https://www.sls-mentor.dev/), that audits an aws stack and give advices on the best practices to configure serverless resources on AWS. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| I work on an open source project: [sls-mentor](https://www.sls-mentor.dev/), that audits an aws stack and give advices on the best practices to configure serverless resources on AWS. | |
| I am working... |
|
|
||
| - Report generation is done in a CLI ⌨️ | ||
| - The report is pretty 💄 | ||
| - As a fullstack developper, I wanted to use a tool that I know well to generate the report: [React](https://react.dev/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a solution already, not a requirement.
| - As a fullstack developper, I wanted to use a tool that I know well to generate the report: [React](https://react.dev/) | |
| The report can be displayed in a browser |
|
|
||
|  | ||
|
|
||
| And guess what ? It is written in react ! 🚀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| And guess what ? It is written in react ! 🚀 | |
| And guess what? It is written in React! 🚀 |
|
|
||
| It generates a dist folder with an index.html file. But if you try to open it in your browser, you will see a blank page. | ||
|
|
||
| If you open the index.html in an editor, you will notice it is almost empty, it just an empty div and some scripts to js files. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| If you open the index.html in an editor, you will notice it is almost empty, it just an empty div and some scripts to js files. | |
| If you open the index.html in an editor, you will notice it is almost empty, it's just an empty div and some scripts to js files. |
|
|
||
| # Found a typo? | ||
|
|
||
| If you've found a typo, a sentence that could be improved or anything else that should be updated on this blog post, you can access it through a git repository and make a pull request. Instead of posting a comment, please go directly to <REPO URL> and open a new pull request with your changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't forget to fill in REPO_URL
| } | ||
| ``` | ||
|
|
||
| The placeholder `<<<RESULTS_PLACEHOLDER>>>` will be replaced by the result of the analysis. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this would be interesting to explain how this is done. In other words, how the report generator integrates with the tool that computes the score.
No description provided.