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

Message for newer runs at top of Runs page #27207

Open
warrensplayer opened this issue Jul 5, 2023 · 1 comment
Open

Message for newer runs at top of Runs page #27207

warrensplayer opened this issue Jul 5, 2023 · 1 comment
Labels
type: feature New feature that does not currently exist type: user experience Improvements needed for UX

Comments

@warrensplayer
Copy link
Contributor

warrensplayer commented Jul 5, 2023

Summary

The user should be able to know if there are newer Cloud builds than are being shown on the Runs page.

When the Runs page is showing Cloud builds relative to the local Git tree, it is possible that newer (i.e. more recent) builds could be recorded to the Cloud project. If that is the case, then a message should appear at the top of the list of "runs" that lets the user know.

Message

image image

Data

To fetch the count for the badge, add a new field under CloudProject in the cypress-services.

Suggested Implementation

  • Call it runCounts
  • If no parameters given, return count of all runs for a project
  • Parameter should be filter which is an object that has:
    • branch (optional) - filter runs based on supplied branch
    • createdAfter (optional) - date/time that should return runs with a createdAt date greater than this value

References

Clickup: https://app.clickup.com/18033298/docs/h6amj-45987/h6amj-53707?block=block-fd2b8db0-88f6-45c6-9010-b0bdde378a9f
Figma: https://www.figma.com/file/90FM8BU3k1HgsjOiDovpnn/In-App-Run-Notifications?type=design&node-id=1097-265730&mode=design&t=NYPLOxWN8VrhxChv-0

@warrensplayer
Copy link
Contributor Author

@jennifer-shehane jennifer-shehane added type: feature New feature that does not currently exist type: user experience Improvements needed for UX labels Dec 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature New feature that does not currently exist type: user experience Improvements needed for UX
Projects
None yet
Development

No branches or pull requests

2 participants