Pyronome Help

Pyronome Help

    ›Platform

    Getting Started

    • Introduction
    • Signup & Login
    • First Project
    • Code Generation
    • Marketplace

    Platform

    • About
    • Basics
    • Overview
    • Projects
    • Organizations
    • Patterns
    • User Profile
    • Payments & Billing
    • Marketplace
    • FAQ
    • Release Notes

    Enterprise

    • Builder EE
    • FAQ

    Community

    • Contributing

    Reference

    • Glossary
    • Pattern Badges
    • Snippet Injection
    • Template Helpers

    Legal

    • User Agreement
    • Terms of Use and Privacy
    • Cookie Policy

    Patterns

    Patterns are an essential element of Pyronome technology. Patterns are formed by bringing together the schemas -that shape the project model-, the static files, and the templates. Patterns can be based on other patterns, just like projects.

    My Patterns Page

    This page lists the patterns you are a member of, or you have created. You can add new patterns or view your existing patterns on this page.

    Table FieldDescription
    NameThis field shows the pattern name, the folder where the pattern is located and the pattern name.
    Active VersionPyronome allows users to create different versions of their patterns. This field refers to the version in which the user actively makes modifications to it. The active version can be changed via the "Versions" page of the pattern.
    EnabledThis field indicates whether the pattern is enabled or not. Other members cannot view disabled patterns.
    Members ButtonDisplays the "Members" page, which lists other members authorized to take action on the pattern.
    Delete ButtonYou can use this button to delete a specific pattern.

    Installed Pattern Page

    This page lists the patterns that you have included in your projects and patterns.

    New Pattern Page

    This page contains the form, which you can add a new pattern.

    Form FieldDescription
    EnabledUsing this field, you can specify whether the pattern is enabled or not.
    Create Empty PatternWhen this field is selected, an empty pattern is created.
    Clone Existing PatternYou can create a new pattern by cloning a pattern that you have already created or have permission to edit. When this field is selected, you must choose a pattern.
    PatternsThis field is only displayed when the "Clone Existing pattern" field is selected. This field specifies the main pattern that the new pattern will be cloned. This field lists the patterns that you have previously created, or you have permission to edit.
    OrganizationThis field specifies in which namespace that the new pattern will be created. This field lists your user name and the organizations you have added.

    Required
    Use Existing DirectoryThis field specifies that the new pattern will be created into an existing directory.
    Create New DirectoryWhen this field is selected, the new pattern is created in the new directory.
    Main DirectoryThis field is displayed when the "Create New Directory" is selected. Specifies the main directory where the pattern will be created.
    Sub DirectoryThis field is displayed when the "Create New Directory" is selected. Specifies the subdirectory where the pattern will be created.
    SlugThis field specifies the name of the new pattern.
    Please note the criteria in the General Settings Page section regarding the pattern name.

    Required and Unique
    NameThis field specifies the name of the new pattern.

    Required and Unique
    Pattern LogoYou can upload the pattern logo in this field.

    Pattern Page

    This page contains all the details of your pattern. From this page, You can manage the pattern schema, templates, model, and files.

    Overview Page

    It is the first section displayed when you enter the project page. This page summarizes all the details regarding your project.

    SectionDescription
    Basic InfoThis table shows the basic information about the pattern. See "General Settings Page" for further details.
    PatternsThis section lists the base patterns of the pattern. See "Patterns Page" for details.
    DosyalarThis section shows the static files of the pattern. See "Files Page" for details.
    VersionsThis section lists the pattern versions. For details, see "Versions Page".
    MembersThis section lists the pattern members. See ["Members Page"] (#members-page) for details.
    Activity LogThis section lists the updates that are performed on the pattern by the members.

    Schema Page

    Patterns require specific fields and parameters to be defined by the user when creating the model. This section determines what fields and parameters to be defined by the user. Additionally, using this section, you can define a way to retrieve these fields and parameters from the user.

    SectionDescription
    Commit HistoryWhen you update the schema, a copy of the schema is saved in the local memory of your browser. Using "Commit History", you can revert a previous update.
    Validation LogDuring the schema update process, a validation check is performed on whether the schema satisfies the validation conditions. Incompatible sections are marked and shown to the user. Pressing the "Validation Log" button displays the window listing all error, warning and information messages.
    Search FieldUsing this section, you can search fields and values. You can also enter search commands that include Regular Expression.
    Collapse AllCollapses all arrays in the schema content, so you can only expand fields, you want to edit.
    Expand AllYou can click this link to expand all pre-collapsed arrays in the content.
    Edit as JSONYou can click this link to edit the schema in JSON syntax.

    Validation Page

    Once the schema of the pattern is determined, it is necessary to specify the conditions applied to verify defined fields and parameters. In this way, you can guide users while they are creating their model based on your pattern. Also, you can make the necessary checks before the source code generation process. Error, warning, and information notes will be shown to users based on your conditions. Thus, you can provide a way for them to fix their invalid parameters and field values before the source code generation process.

    SectionDescription
    Commit HistoryWhen you update the validation model, a copy of the validation model is saved in the local memory of your browser. Using "Commit History", you can revert a previous update.
    Validation LogDuring the validation model update process, a validation check is performed on whether the model satisfies the validation conditions. Incompatible sections are marked and shown to the user. Pressing the "Validation Log" button displays the window listing all error, warning and information messages.
    Search FieldUsing this section, you can search fields and values. You can also enter search commands that include Regular Expression.
    Collapse AllCollapses all arrays in the validation model content, so you can only expand fields, you want to edit.
    Expand AllYou can click this link to expand all pre-collapsed arrays in the content.
    Edit as JSONYou can click this link to edit the validation model in JSON syntax.

    Files Page

    In the source code generation phase, some files need to be added directly, without making any modifications to their content. These files are called static files. Using this section, you can create required directories and upload static files.

    The files that you can upload in this section can be binary (image, audio, compressed) files, and text-based files. You can edit text-based files with the help of an integrated editor. Additionally, you can upload all static files as a single compressed .zip file, and then you can uncompress.

    Templates Page

    One of the most important components of a pattern is templates. The templates are the micro-generators attached to pattern schema. Pyronome combines and runs these micro-generators while generating source code, according to the content of the model.

    SectionDescription
    Commit HistoryWhen you update the template model, a copy of the template model is saved in the local memory of your browser. Using "Commit History", you can revert a previous update.
    Validation LogDuring the template model update process, a validation check is performed on whether the model satisfies the validation conditions. Incompatible sections are marked and shown to the user. Pressing the "Validation Log" button displays the window listing all error, warning and information messages.
    RepositoryIn some cases, it may be useful to store templates as files and update these files in a code repository. By clicking this button, you can specify a repository for the template files.
    Pull & Compile!If you specify a repository and it is enabled, click this button to pull and compile the template files. If a repository is not specified or not enabled, only compile operation is performed by clicking this button.
    Search FieldUsing this section, you can search fields and values. You can also enter search commands that include Regular Expression.
    Collapse AllCollapses all arrays in the template model content, so you can only expand fields, you want to edit.
    Expand AllYou can click this link to expand all pre-collapsed arrays in the content.
    Edit as JSONYou can click this link to edit the template model in JSON syntax.
    DownloadYou can click this link to download the template files saved in the system.

    Warning:

    If you have specified a repository and it is enabled, you can not modify the templates through the interface. All modification operations can be carried out via the repository.

    Note:

    Only the reading operation is done from the repository specified for the templates. No file is uploaded to the specified repository.

    You can press the " Repository" button to specify a repository for the templates.

    Form FieldDescription
    EnabledThis field indicates whether the repository is enabled or not. Pull operation is not performed on disabled repositories.
    Authenticate using HTTPSThis field specifies the method of authentication. If you check this option, authentication will be performed over HTTPS.
    Authenticate using SSHThis field specifies the method of authentication. If you check this option, authentication will be performed over SSH.
    E-mail AddressThis field specifies the e-mail address of the user who has access to the repository.
    User NameThis field specifies the user name of the user who has access to the repository.
    HTTPS URLThis field is displayed when you check the "Authenticate using HTTPS" option. Specifies the HTTPS address.

    Required
    HTTPS PasswordThis field is displayed when you check the "Authenticate using HTTPS" option. Specifies the password will be used to connect over HTTPS.
    SSH HostThis field is displayed when you check the "Authenticate using SSH". Specifies the SSH address.

    Required
    Generate SSH KeypairThis field is displayed when you check the "Authenticate using SSH". An SSH key pair is automatically generated each time you create a new repository over SSH authentication. You can select this option if you want to recreate the key pair for an existing repository.
    Branch NameThis field specifies the branch name of the repository that will hold the generated source code. If the specified branch does not exist, pull operation could not be performed.

    Required
    Template FolderThis field indicates the template directory that holds template files.
    Auto-pull before compile operationThe templates files are automatically pulled from the specified repository before each compile operation if you check this checkbox. If this checkbox is not checked, you should click "Check & Compile!" button each time you need to pull template files from the repository.

    Variables Page

    More than one pattern can be installed on a single project. The source code generation process for these patterns is performed separately. Also, source code generation can be performed by parallel processing. In some cases, you need to define global variables that are available entire source code generation process. In this case, with the help of this section, you can define global variables.

    SectionDescription
    Commit HistoryWhen you update the variables, a copy of this update is saved in the local memory of your browser. Using "Commit History", you can revert a previous update.
    Validation LogDuring the variable update process, a validation check is performed on whether the variables satisfy the validation conditions. Incompatible sections are marked and shown to the user. Pressing the "Validation Log" button displays the window listing all error, warning and information messages.
    Search FieldUsing this section, you can search fields and values. You can also enter search commands that include Regular Expression.
    Collapse AllCollapses all arrays in the content, so you can only expand fields, you want to edit.
    Expand AllYou can click this link to expand all pre-collapsed arrays in the content.
    Edit as JSONYou can click this link to edit the variables in JSON syntax.

    Model Page

    You can use this section to define a default model for the pattern.

    SectionDescription
    Commit HistoryWhen you update the model, a copy of the model is saved in the local memory of your browser. Using "Commit History", you can revert a previous update.
    Validation LogDuring the model update process, a validation check is performed on whether the model satisfies the conditions of the selected patterns. Incompatible sections are marked and shown to the user. Pressing the "Validation Log" button displays the window listing all error, warning and information messages.
    Search FieldUsing this section, you can search fields and values. You can also enter search commands that include Regular Expression.
    Collapse AllCollapses all arrays in the model content, so you can only expand fields, you want to edit.
    Expand AllYou can click this link to expand all pre-collapsed arrays in the content.
    Edit as JSONYou can click this link to edit the variables in JSON syntax.

    Patterns Page

    Just as in projects, you can install another pattern to your pattern. This approach eliminates the need to select some lower-level patterns over and over again.

    By clicking the "Install Pattern(s)" button, you can open the "Install Pattern(s)" window showing the possible pattern options that you can install to your pattern. With the help of this section, you can search for patterns according to your criteria and install the desired pattern(s), also purchase paid ones.

    The list of installed patterns is in the middle of the page. You can sort patterns with special sorting grips to the left of each line. Additionally, with the version selector at the right of each line in the list, you can choose a specific version and perform a source code generation process based on this selected version.

    General Settings Page

    Using this page, you can update the general information of the pattern.

    Form FieldDescription
    EnabledUsing this field, you can specify whether the pattern is enabled or not. When you disable a pattern, other members cannot view this pattern.
    OrganizationThis field specifies in which namespace that the new pattern will be created. This field lists your user name and the organizations you have added.

    Required
    Use Existing DirectoryThis field specifies that the new pattern will be created into an existing directory.
    Create New DirectoryWhen this field is selected, the new pattern is created in the new directory.
    Main DirectoryThis field is displayed when the "Create New Directory" is selected. Specifies the main directory where the pattern will be created.
    Sub DirectoryThis field is displayed when the "Create New Directory" is selected. Specifies the subdirectory where the pattern will be created.
    SlugThis field specifies the slug of the pattern.
    Please note the following criteria regarding the pattern name.

    Required and Unique
    NameThis field specifies the name of the pattern.

    Required and Unique
    Short DescriptionThis field specifies a one-sentence description of the pattern.
    DescriptionThis field specifies the description of the pattern.
    VisibilityThis field specifies the visibility of the pattern. Patterns can be "Public" or "Private". "Public" patterns can be displayed on the Marketplace. "Private" patterns can only be viewed by its members.
    Pattern LogoYou can upload the pattern logo in this field.
    Enable Incoming WebhooksUsing this field, you can enable incoming webhooks. Incoming webhooks helps you automate your pattern compile process.
    Incoming Webhook URL (Active Version)This field specifies the incoming webhook URL for the active version of this pattern.
    Incoming Webhook URL (Current Version)This field specifies the incoming webhook URL for the current version of this pattern.

    Warning:

    Please consider the followings regarding your pattern name:

    • It must contain only English characters.
    • It cannot contain spaces and tab characters.
    • It must be at least three characters long.
    • You can enter only the "-" and underscore "_" characters as punctuation.
    • It cannot begin with number, the middle line "-" and the underscore "_".

    Members Page

    In this section, you can determine the users who will perform the viewing, editing, and managing operations on the pattern.

    You can add 3 (three) different types of members to the patterns:

    • Owner: This user has full authority over the pattern. Owner users can add other users.
    • Developer: This user has permission to update the pattern properties, the model, and the patterns.
    • Viewer: This user can display pattern properties, the model, and the patterns, but cannot modify them.

    Note:

    The members you will add to the pattern must be registered to the platform. You can invite not registered users by specifying their e-mail address.

    Versions Page

    You can use this section to create copies of the pattern with different versions. When determining pattern versions,

    1. Major
    2. Minor
    3. Patch

    version numbers must be specified.

    In addition, you can label pre-release versions by adding the following suffixes:

    • dev
    • alpha
    • beta

    Note:

    Pyronome recommends the Semantic Versioning approach to identifying versions. For more information on Semantic Versioning, please visit https://semver.org/.

    Marketplace Page

    Using this section, you can update the information about the Marketplace page of the pattern. Most of the form fields in this section can also be updated using the "General Settings Page" section.

    Form FieldDescription
    NameThis field specifies the name of the pattern.

    Required and Unique
    Short DescriptionThis field specifies a one-sentence description of the pattern.

    Required
    CategoryThis field specifies the category under which the pattern will be listed.

    Required
    List as Project TemplateWhen you select this option, the pattern is listed as a project application template on the new project page.
    DescriptionThis field specifies the description of the pattern.
    KeywordsKeywords that will be used when any search is performed on the Marketplace.

    Required
    Web URLThis field specifies the web URL of the pattern.
    Support URLThis field specifies the support address available to the pattern users. You can enter GitHub, GitLab, BitBucket, etc. "Issues" page addresses of the pattern repository to this field.
    BadgesThis field specifies the badges of the pattern. E.g.
    COMING SOON
    These badges are used to differentiate the pattern in the marketplace. For the entire list of available badges, please visit Pattern Badges section.
    Repository URLThis field specifies the repository URL of the pattern.
    README.md URL (README Tab)"README" tab shows the content of the README.md file entered to this field on the Marketplace pattern page.
    LicensingThis field specifies the usage terms and license of the pattern.
    PricingThis field specifies the pricing strategy of the pattern.
    FreeYou should check this option for providing your pattern for free.
    Fixed PriceYou should check this option to specify a fixed price for the pattern.
    Bundle PricingYou should check this option to combine multiple patterns and specify a single price.
    Price Per User (USD)This field is displayed when "Fixed Price" is selected. Two different pricing models are applied for patterns: "Price Per User" and "Price Per Project". "Price Per Project" pricing indicates the usage price of the pattern in only one project; "Price Per User" pricing indicates the usage price in all projects and user patterns. "Price Per Project" price is suggested to be one-fifth of the "Price Per User".
    Enable Price Per ProjectThis field is displayed when "Fixed Price" is selected. You should check this option if you would like to provide "Price Per Project" pricing in addition to "Price Per User" for the pattern.
    Price Per Project (USD)This field is displayed when "Enable Price Per Project" is selected. You can specify "Price Per Project" using this field.
    Discount on Price Per UserThis field is displayed when "Bundle Pricing" is selected. You can specify the discount to be applied to the bundled patterns' "Price Per User" total price. You can enter a percentage or an exact amount in this field.
    Enable Discount on Price Per ProjectThis field is displayed when "Bundle Pricing" is selected. You can specify "Price Per Project" discounts for the bundled pattern by selecting this option.
    Discount on Price Per ProjectThis field is displayed when "Enable Discount on Price Per Project" is selected. You can specify the discount to be applied to the bundled patterns' "Price Per Project" total price. You can enter a percentage or an exact amount in this field.
    DiscountThis field is displayed when "Fixed Price" or "Bundle Pricing" is selected. You can specify the discount to be applied to the pattern using this field.
    Enable DiscountThis field is displayed when "Fixed Price" or "Bundle Pricing" is selected. You can check this option to specify the discount to be applied to the pattern.
    Enable Discount on Price Per User (Discount Section)This field is displayed when "Enable Discount" is selected. You can check this option to specify the discount to be applied on "Price Per User".
    Enable Discount on Price Per Project (Discount Section)This field is displayed when "Enable Discount" is selected. You can check this option to specify the discount to be applied on "Price Per Project".
    Discount on Price Per User (Discount Section)This field is displayed when "Enable Discount on Price Per User" in Discount Section is selected. You can specify the discount to be applied to the pattern "Price Per User" price. You can enter a percentage or an exact amount in this field.
    Discount on Price Per Project (Discount Section)This field is displayed when "Enable Discount on Price Per Project" in Discount Section is selected. You can specify the discount to be applied to the pattern "Price Per Project" price. You can enter a percentage or an exact amount in this field.
    Image GalleryYou can upload up to 10 some images, screenshots, etc. of the pattern in this section. The first image will be considered as a featured image.
    First NameThis field specifies the first name of the pattern developer.
    Last NameThis field specifies the last name of the pattern developer.
    Phone NumberThis field specifies the phone number of the pattern developer.
    E-mail AddressThis field specifies the e-mail address of the pattern developer.
    NotesYou can enter some notes about the developer's contact information.

    Warning:

    The URL addresses specified in this section must be publicly accessible.

    Note:

    In addition to the Price Per User pricing model, if you would like to provide Price Per Project pricing model; It is recommended to specify a Price Per Project, which is one-fifth of the Price Per User.

    ← OrganizationsUser Profile →
    • My Patterns Page
    • Installed Pattern Page
    • New Pattern Page
    • Pattern Page
      • Overview Page
      • Schema Page
      • Validation Page
      • Files Page
      • Templates Page
      • Variables Page
      • Model Page
      • Patterns Page
      • General Settings Page
      • Members Page
      • Versions Page
      • Marketplace Page
    • Help
    • Docs
    • EN
    • Home
    • Help
    • Docs
    • EN
    Pyronome. Software factory in the Cloud.

    Pyronome is an online platform that allows software developers to develop sustainable and scalable software solutions really fast.

    • Explore
    • Platform
    • Build with Pyronome
    • Community
    • Marketplace
    • Investor Relations
    • Pricing
    • Contact
    • Help & Support
    • Docs
    • Reference
    • System Status
    • Contact Support
    • Legal
    • User Agreement
    • Terms of Use
    • Privacy Policy
    • Follow
    • Twitter
    • YouTube
    • GitHub
    • LinkedIn
    • Medium
    • Instagram
    • Facebook
    Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution 4.0 International license.
    Pyronome