models

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 30, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type JiraBoard

type JiraBoard struct {
	models.Model
	ProjectId uint
	Name      string
	Self      string
	Type      string
}

type JiraBoardIssue

type JiraBoardIssue struct {
	BoardId uint64 `gorm:"primaryKey"`
	IssueId uint64 `gorm:"primaryKey"`
}

type JiraChangelog

type JiraChangelog struct {
	models.Model

	// collected fields
	IssueId           uint64 `gorm:"index"`
	AuthorAccountId   string
	AuthorDisplayName string
	AuthorActive      bool
	Created           time.Time
}

type JiraChangelogItem

type JiraChangelogItem struct {
	models.Model

	ChangelogId uint64 `gorm:"index"`
	Field       string
	FieldType   string
	FieldId     string
	From        string
	FromString  string
	To          string
	ToString    string
}

type JiraIssue

type JiraIssue struct {
	models.Model

	// collected fields
	ProjectId      uint64
	Self           string
	Key            string
	Summary        string
	Type           string
	EpicKey        string
	StatusName     string
	StatusKey      string
	StoryPoint     float64
	ResolutionDate sql.NullTime
	Created        time.Time
	Updated        time.Time

	// enriched fields
	// RequirementAnalsyisLeadTime uint
	// DesignLeadTime              uint
	// DevelopmentLeadTime         uint
	// TestLeadTime                uint
	// DeliveryLeadTime            uint
	LeadTime      uint
	StdStoryPoint uint
	StdType       string
	StdStatus     string

	// internal status tracking
	ChangelogUpdated sql.NullTime
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL