Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Implement a polymorphic asset library. #1

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

mrmachine
Copy link
Member

@mrmachine mrmachine commented Aug 11, 2016

All assets have:

  • Polymorphic subtypes
  • List of links to places each asset is used
  • Caption
  • Title
  • Asset category
  • Admin notes
  • Thumbnail image for listings

Create asset subtypes for:

  • Images
  • Videos (use oembed vimeo/youtube)
  • Audio (use oembed soundcloud)
  • Files
  • Slideshows

Ideally there should be one admin for all types, with a filter by type/category, and search by title/admin notes and subtype-specific fields if poss.

@mrmachine
Copy link
Member Author

@rstuart85 says the next step is to switch the image plugin over to using this.

Writing the migrations when converting over an old plugin to use asset
is unfortunately a manual task. But it's not as difficult as it sounds.
@rstuart85
Copy link
Contributor

@mrmachine Take a look at this version, let me know what you think. Might also be worth getting comments from @cogat.

cogat added a commit that referenced this pull request Jun 7, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants