Skip to content

Add revision counter to project object #31

@acusworth

Description

@acusworth

I would like to suggest that the schema be extended to add a version or revision counter of some kind that would allow people to update existing models and track which revision they're on. I don't feel it needs to be a mandatory field but could be helpful to some.

For now I can use attributes to store this info but, thought it might make sense to track as part of the schema design.

Sample:

project:
  name: Test project
  id: test-project
  description: This is a test project for the OTM development
  owner: John Doe
  ownerContact: john.doe@example.com
  revision: 1
  attributes:
    filePath: “file.xml”
    cmdbId: MyApp123

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions