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

Report progress in console output #38

Open
michalstocki opened this issue Oct 30, 2017 · 2 comments
Open

Report progress in console output #38

michalstocki opened this issue Oct 30, 2017 · 2 comments

Comments

@michalstocki
Copy link

Motivation

Often, building a design system library takes a long time. We need to notify a user that the process is still in progress.

Acceptance criteria

We should print the following output in the console.
Output while performing discovery step:

[1/4] 🔍 Discovery

Output while performing serialization step:

[1/4] 🔍 Discovery
[2/4] ⏳ Serialization
Serializing: Button 
█████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 25%

Output while performing build step:

[1/4] 🔍 Discovery
[2/4] ⏳ Serialization
[3/4] 🏗 Building
⠏ Webpack: <here most recent log from webpack – if possible>

Output while performing upload step:

[1/4] 🔍 Discovery
[2/4] ⏳ Serialization
[3/4] 🏗 Building
[4/4] 🚀 Upload
█████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 25%

After all the steps finished successfully:

[1/4] 🔍 Discovery
[2/4] ⏳ Serialization
[3/4] 🏗 Building
[4/4] 🚀 Upload
✨ All done!
@matthewchigira
Copy link
Contributor

@itsderek23 thoughts on this old ticket?

I quite like the idea, not a high priority, but would be nice to have...

@itsderek23
Copy link
Contributor

I like the idea. Perhaps we leave it open and watch for 👍 to gauge interest?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants