Skip to content

Instantly share code, notes, and snippets.

@denen99
Created May 24, 2012 12:32
Show Gist options
  • Save denen99/2781316 to your computer and use it in GitHub Desktop.
Save denen99/2781316 to your computer and use it in GitHub Desktop.
As a Dashboard User I need to add pick specific types of assets for to the Resource Well so that the UI can reflect the proper layout.
---
Note: Existing data model works for the following asset types but Type needs to drive available fields
---
EC1: Change label on add button to "Add New Item" from "Add New Production Element"
EC2: Change dialog title to "New Resource Well Item" from "Add Production Element"
EC3: Make "Type" the first field to include the following items:
HuffPost_Article
5Min_Video
Video
Website
Image
Text
Note: We will be adding a type called "Quote" in a separate story B-63657
EC4: Change label before upload field to "Image" from "Production Element Attachment.
EC5: Comments and Guests are dragged into the Resource Well but will both need to be an available data Type even though they do not appear in the above form for manually adding items. User will need to be able to edit data (ie description, etc) for Guests (ie description, etc) in future iteration.
EC6: There is no need for image or URL link fields for Text type so they can be removed from the form when it is selected.
TC1: HuffPost_Article.... - display additional field - source_id (used to store mtid). when record is saved -
source {:source_type=>"MT", :source_id=>source_id}
TC2: 5Min Video..... allow entry of a source id
source {:source_type=>"5min", :source_id=>source_id}
TC3: Source node should be returned in resource well services.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment