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

Workflow Electron #2335

Open
wants to merge 28 commits into
base: main
Choose a base branch
from
Open

Workflow Electron #2335

wants to merge 28 commits into from

Conversation

Alex-Tideman
Copy link
Contributor

@Alex-Tideman Alex-Tideman commented Sep 19, 2024

Description & motivation 💭

We now have the ability to fetch the full relationship tree of a workflow. This visual will not only show the child workflows of a workflow, but all child workflows of the root workflow of a workflow. The maximum depth of generations shown is 4, but we can add more if we want. Each node is colored to match it's current status, and the active node (the current page user is on) has an additional black/white background circle to easily discover where you are in the electron.

The visual will replace the table of children.

If there are no child workflows, show the Schedule or First/Next/Previous table.

This PR includes a generic zoom-svg component that let's you zoom in/out and pan.

Screenshots (if applicable) 📸

Screenshot 2024-09-19 at 11 20 24 AM Screenshot 2024-09-19 at 11 21 28 AM Screenshot 2024-09-19 at 11 21 43 AM Screenshot 2024-09-19 at 11 21 57 AM

Design Considerations 🎨

Testing 🧪

How was this tested 👻

  • Manual testing
  • E2E tests added
  • Unit tests added

Steps for others to test: 🚶🏽‍♂️🚶🏽‍♀️

Checklists

Draft Checklist

Merge Checklist

Issue(s) closed

Docs

Any docs updates needed?

laurakwhit and others added 14 commits September 12, 2024 14:52
* Fix styling for non-expandable Accordion

* Update padding on Card to match Accordion

* Add AccordionGroup

* Make ring inset on focus-within

* Fix imports and A11y warning
* Add active styling for nav item

* Add isActive check for nav links

* Account for if isActive is undefined
* Use AccordionGroup to show all possible failures

* Dont use red text

* Move source to accordion

* Add pending task component and move into accordion group

* Fixes from Laura's review
Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.20.0.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.19.2...4.20.0)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.13 to 5.2.14.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.2.14/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.2.14/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Copy link

vercel bot commented Sep 19, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
holocene ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 30, 2024 8:24pm

$page.url.pathname,
routeForRelationships(routeParameters),
)}
/>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed the count since we make the query when you go to the tab. And also... would we want to show the full count of relationship (parent/children/grandchildre/cousins) or just children??

Alex-Tideman and others added 2 commits September 19, 2024 12:29
* Update go to 1.23

* Use 1.22.6

* Remove work files

* Add go.work to gitignore
@Alex-Tideman Alex-Tideman changed the base branch from codefreeze-09.12.24 to main September 24, 2024 15:39
laurakwhit and others added 9 commits September 30, 2024 15:23
* Remove unnecessary coerced Boolean

* Pluralize Namespaces badge for Nexus endpoints

* Fix action slot on Accordion component

* Ignore a11y test on Accordion with action
Co-authored-by: Temporal Data (cicd) <[email protected]>
* Update go version to 1.23 in update ui-server

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

Successfully merging this pull request may close these issues.

3 participants