You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The term "extensions" has been proposed to replace "apps", officially rebranding "Ignite Apps" to "Ignite Extensions" for several compelling reasons.
There has been some confusion among Ignite builders between "apps" and "app chains." The latter refers to application-specific chains scaffolded (or powered by) Ignite, leading to potential misunderstandings whenever "app" is mentioned. In addition, Ignite Apps are not truly "apps".
Historically, the Ignite Apps product was initially branded as Ignite Plugins. The rebranding aimed to better reflect the software's capabilities and complement the developer experience. In principle, the term "plugins" is most accurate as the current Ignite Apps product (now being proposed to be renamed Ignite Extensions), relies on a plugin system (Hashicorp plugin system, over gRPC).
Research into the terminology reveals subtle distinctions:
Extension: Adds specific capabilities to an existing system without altering its core structure.
Plugin: Adds particular features to an application, integrating deeply with its core functionality.
Add-On: Enhances an existing application or software with additional features or services (that may include extensions and plugins).
From a marketing standpoint, "extensions" can suggest a broader scope of functionality and provide flexibility. They can imply integration with third-party services or applications, the ability to run background services such as indexers or database backends, and generally extend the core functionalities of Ignite. Also, "apps" may imply standalone capabilities, which does not accurately describe Ignite Apps.
The core maintainers and stewards of Ignite agree that:
Extensions are generally more lightweight, adding or modifying features without major changes to the core functionality. Plugins, on the other hand, integrate more deeply. While Ignite Apps are a form of "plugins", the term "extension" is more appropriate for Ignite's case and widely accepted in marketing contexts.
While adopting the term "Extensions" offers several benefits, it also presents challenges. The term "extensions" is often associated with browser add-ons, which are typically seen as lightweight and minor. This association might imply that these extensions cannot deeply integrate with an Ignite chain or be used to enhance the core functionality of an existing Ignite chain.
Acceptance Criteria:
Refactor:
Update all Instances of "Apps" to "Extensions" in Core Directories
Update all Docs to Refer to "Extensions"
Update CLI Commands and Options to use "extensions"
Communication:
Craft Blog Post Reflecting the Transformation of "Apps" into "Extensions"
Produce Steps to Upgrade Existing Chain x App Configurations
Available as a guide and referenced in release notes (breaking change)
WIP
Context:
The term "extensions" has been proposed to replace "apps", officially rebranding "Ignite Apps" to "Ignite Extensions" for several compelling reasons.
There has been some confusion among Ignite builders between "apps" and "app chains." The latter refers to application-specific chains scaffolded (or powered by) Ignite, leading to potential misunderstandings whenever "app" is mentioned. In addition, Ignite Apps are not truly "apps".
From a marketing standpoint, "extensions" can suggest a broader scope of functionality and provide flexibility. They can imply integration with third-party services or applications, the ability to run background services such as indexers or database backends, and generally extend the core functionalities of Ignite. Also, "apps" may imply standalone capabilities, which does not accurately describe Ignite Apps.
The core maintainers and stewards of Ignite agree that:
Extensions are generally more lightweight, adding or modifying features without major changes to the core functionality. Plugins, on the other hand, integrate more deeply. While Ignite Apps are a form of "plugins", the term "extension" is more appropriate for Ignite's case and widely accepted in marketing contexts.
Acceptance Criteria:
Refactor:
Communication:
Notes:
Previous Refactor:
plugins
config file toigniteapps
#3669Existing plugin/app suggestions, proposals, to-dos, and needs triage issues:
ante_handler.go
in App Folder #4011The text was updated successfully, but these errors were encountered: