Display pending queue deployments
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 37.4k
- Forks
- 3k
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 73
Description
What problem will this feature address?
Currently, the deployment queue—whether at /dashboard/home or in a service’s “Deployments” tab—only shows deployments that have already been completed or are active, but not those that are queued, which causes some confusion.
The confusion arises when an application is in the middle of a deployment, but, as a user, I forget about it. So, when I try to deploy another application, nothing happens: pending deployments don’t appear in the list. As a result, I assume the deployment isn’t working, so I end up creating five deployments by repeatedly clicking the deploy button.
Describe the solution you'd like
The deployment list should show completed deployments, those pending in the queue, and those that are currently active.
Describe alternatives you've considered
There aren't any, because you simply can't see the deployments that are pending in the queue.
Additional context
No response
Will you send a PR to implement it?
No
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the deployment list on /dashboard/home and in a service’s “Deployments” tab, then trace how queued, active, and completed deployments are supplied. The work is done when pending queue deployments appear alongside active and completed deployments in both views, with the existing deployment behavior preserved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- devops, frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100