Sha256: 64e0946b1572c068c0bc9deb103923f969221f9e96efc27cd25ff092c82afed1

Contents?: true

Size: 365 Bytes

Versions: 27

Compression:

Stored size: 365 Bytes

Contents

class Brief::Apps::Blueprint::UserStory
  include Brief::Model

  meta do
    title
    status :in => %w(draft published)
    epic_title
  end

  template :file => "user_story.md.erb"

  content do
    persona "p strong:first-child"
    behavior "p strong:second-child"
    goal "p strong:third-child"
  end

  actions do
    def sync_with_github
    end
  end
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
brief-1.8.0 apps/blueprint/models/user_story.rb
brief-1.7.3 apps/blueprint/models/user_story.rb
brief-1.7.2 apps/blueprint/models/user_story.rb
brief-1.7.1 apps/blueprint/models/user_story.rb
brief-1.7.0 apps/blueprint/models/user_story.rb
brief-1.6.1 apps/blueprint/models/user_story.rb
brief-1.6.0 apps/blueprint/models/user_story.rb