Skip to content
Heather Bryant edited this page Apr 12, 2018 · 13 revisions

A Facet is a particular version of a story. For example, if the idea of a story is covering a wildfire, a facet of that story would be a web article about the wildfire, a radio host wrap about the fire and/or a photo slideshow. Each version of the story is a facet.


Facet Use Case

Facets are intended to make it possible to keep the multiple versions of a story as may be needed for multiple platforms or ongoing coverage connected and easily managed in conjunction with one another.


Facet Facet Detail


Fields

System completed | The user does not enter the values for these fields.

owner

  • The user that created the facet.

organization

  • The organization that owns this facet.

original

  • True or False of whether this facet was originally created by a user of the organization.

creation_date

  • The date and time the facet was created.

Default | All facets have these fields available in the UI

story

  • The story that the facet is associated with. Facets are always connected to one story.

title

  • The publishable title of the facet.

editor

  • The user(s) responsible for editing the facet.

credit

  • The users that should be the publicly listed credit for the facet.

team

  • All users that participated in the creation of the facet.
  • Will require renaming from contributor to team in Facet and FacetContributors to FacetTeam.

description

  • Internal use description for a Facet.

content

  • Primary content of the facet like article text, radio script, etc.

status

  • The current status of a fact.
  • Draft, Pitch, In Progress, Edit, Revision, Needs Review, Ready

edit date

  • The date and time the facet is due for editing.

run date

  • The estimated date and time the facet will be published on its respective platform.

updates or corrections

  • Text commenting regarding any updates or corrections made to the facet.

keywords / tags

  • List of keywords for returning the facet in search or for later classification or grouping.

graphics

  • Images associated with the facet. These assets will be published.

documents

  • Documents associated with the facet. These assets will be published.

audio

  • Audio associated with the facet. These assets will be published.

video

  • Video associated with the facet. These assets will be published.

Additional

slug

  • Short reference to the facet.

excerpt

  • Defined excerpt from the facet.

dateline

  • Where and when the facet was created.

share note

  • Information for organizations making a copy of the facet.

topic code

  • Unique code as needed to designate topic or coverage.

content license

  • A choice of existing possible content licenses.
  • Public Domain, Creative Commons-Attribution, Creative Commons-Attribution + ShareAlike, Creative Commons Attribution + Noncommercial, Creative Commons Attribution + NoDerivatives, Creative Commons Attribution + Noncommercial + ShareAlike, Creative Commons Attribution + Noncommercial + NoDerivatives

TODO custom usage agreement

  • Organization defined usage terms.

wordcount

  • Wordcount for text-based facets.

length

  • Length of facet for audio or video.

related links

  • Relevant links that can be included with the facet.

github repo link

  • Link to code for any custom feature.

sources

  • List of sources cited in the facet.

Web

pull quotes

  • List of quotes and attributions to be used as pull quotes.

embed links

  • The necessary information to embed something like a Tweet, FB post, map or video.

Audio

edit notes

  • Information regarding allowable extent of editing and suggestions for specific kinds of edits.

guests

  • List of guests and sources that appear in actualities.

pronunciation guide

  • Information about pronouncing names or potentially difficult words.

Print

sidebar

  • Content separate from body text meant for sidebar or inset presentation.

Video

series title

  • Title of the video series.

episode number

  • If the video is part of a series, the episode number.

rights

  • Information regarding the usage of the video if shared.

tape datetime

  • Tape date and time.

sponsors

  • Video sponsors if any.

locations

  • Shoot locations.

Data Model

Actors & Associations

Content

Assets

  • ImageAsset
  • DocumentAsset
  • AudioAsset
  • VideoAsset
  • SimpleImage
  • SimpleDocument
  • SimpleAudio
  • SimpleVideo

Notes

  • Notes

Tasks

  • Tasks

Events

  • Events

Communication

  • Comment
  • Discussion

CopyRecords

  • StoryCopyRecord
  • FacetCopyRecord
  • ImageAssetCopyRecord
  • PrintAssetCopyRecord
  • AudioAssetCopyRecord
  • VideoAssetCopyRecord

Clone this wiki locally