-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Warn users that prebuilds have been paused for inactive projects #9232
Comments
Thanks @gtsiolis! I really like your proposed UX (banner, wording) and I agree that we should implement this.
Just on a side note, the intent in #9219 is not to have an empty Prebuilds list when the Project is inactive, but to have a list of cancelled Prebuilds (one for every push you make to your repository), and when you open these cancelled Prebuilds, they should show:
|
question: Ah, I see! Isn't this more confusing? What is the value of keeping a list of non-existing prebuilds or potentially to-be-created prebuilds in a list, especially since we also garbage collect existing prebuilds? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Problem to solve
In #9219 (Cc @jankeromnes) we're introducing pausing prebuilds for inactive projects. While this automatic pause helps in being efficient in consumption, etc, it could be confusing for users when opening project prebuilds to see an empty list of prebuilds without any useful information or call-to-action.
Cc @easyCZ because #8911
Proposal
Show a warning alert when prebuilds have been paused for a project including the reasoning and a call-to-action to open a new workpace, trigger a prebuild, and enable prebuilds again.
The project card can reuse the same latest prebuild status as now with the label No recent prebuilds.
Front conversations
The text was updated successfully, but these errors were encountered: