Skip to content

Instantly share code, notes, and snippets.

@zzstoatzz
Last active February 20, 2026 17:53
Show Gist options
  • Select an option

  • Save zzstoatzz/dde156aaed51b28dcdd20fea1e418cc1 to your computer and use it in GitHub Desktop.

Select an option

Save zzstoatzz/dde156aaed51b28dcdd20fea1e418cc1 to your computer and use it in GitHub Desktop.

Blocks vs Variables (overhead, when to use which)


Tagging blocks and variables


Naming conventions (dashes vs underscores)


Unified UI / finding all related objects in one place

  • #15512 — Replatform the UI — The major UI replatform initiative (Vue → React). This would be the natural place to advocate for a unified search/project view across entity types.
  • No existing issue/discussion specifically requesting a "find everything by project/tag" cross-entity search. This is a gap worth opening a new discussion for.

Dependency tracking (which flows use which blocks/variables)

  • #18665 — Feature: Support for Flow-Level Dependencies via Decorator — Request for native flow-level dependency support (waiting on other deployments). Tangentially related to the desire for a dependency graph.
  • No existing issue specifically about visualizing or querying which flows depend on which blocks/variables. Also a gap worth a new discussion.

Summary: The naming convention topic (#17865, #16372) and blocks-vs-variables overhead topic (#6820, #14943) have the most prior art. Tagging blocks/variables and cross-entity project search are genuine gaps with no existing issues — those would be good candidates for new GitHub discussions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment