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

Introduces new simulator, task inspector & auditor components #17

Merged
merged 13 commits into from Nov 12, 2016

Conversation

colinhicks
Copy link
Owner

@colinhicks colinhicks commented Nov 12, 2016

New (or refactored) components:

  • Simulator: UI controls for executing the linked job.
  • Graph: swapped engines; richer UI interactions available.
  • Job inspector: Shows env summary for the selected task on the workflow graph.
  • Auditor: Displays compilation errors and spec validation status for linked components.

Selected data structure changes:

  • All core component types use the blueprint ns. Om components and queries are now dispatched by the full :component/type value, rather than by the type ns.
  • Components now render a span with the text value of :content/label when configured.
  • :evaluations/link migrated to :link/evaluations.

A good way to see changes in context is by looking at the showcase.cljs diff. As before, rendering the showcase in your browser is the best entry point for seeing what's possible and how things work.

Comments welcome!

@colinhicks colinhicks merged commit 6e0a5bd into master Nov 12, 2016
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.

None yet

1 participant