Skip to content

Allow flowgraph authors to include metadata #140

Description

@TroyNeubauer

Allow flowgraph authors to include info about themselves and flowgraph documentation inside the save format.

We should add a field with a type like this to the root flowgraph save struct:

#[derive(Clone, Debug, Default, Deserialize, Serialize)]
    pub struct AuthorMetadata {
    /// Name of author.
    pub author_name: String,
    /// Company, school, group, etc. of author.
    pub author_orginization: String,
    /// Single sentence description of what flowgraph does
    pub description: String,
    /// In-depth details about flowgraph operation, implementation specifics, etc.
    pub documentation: String,
    pub version: semver::Version,
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions