Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate
General Discussion

Art packs - How I envision them

ceninan
Thursday, August 13, 2009 - 14:18
ceninan's picture

EDIT: see "sanity check" below. While this list might work as a feature list for a ground-up application, the sanity check takes a much more pragmatic approach.

An artpack is one of (but not both at the same time):

  • a set of "links" (references) to other artpacks
  1.    references works as "directories", ie. they are not flattened (avoids recursion problems)
  2.    conceptually an image is simply an artpack with a single element; more on this later
  3.    can not include references to the type below
  • a "list" of set operations that can be performed on other artpacks (sets) and metadata (see below) to determine the contents
  1.    can freely flatten the toplevel of the first variant of artpacks
  2.    can copy, but not include (flattened), other artpacks of this type; more on this below
  3.    can include unflattened artpacks of this type

that

  • can have associated "metadata" - creation time, description, contributors, number of pieces - whatever (depends on what we end up using them for)
  • (wishlist) can be sorted
  1.    by metadata in the contained artpacks
  2.    by "sort-order" info in the artpacks, allowing eg. manual ordering
  • (whishlist and libraries / performance allow) are partially ordered (ie. partially ordered sets)
  • (wishlist) can be cooperative, with per-user / per-usergroup permission (user groups could theoretically be implemented as "art
    packs" ;))
  • (whishlist) can be published / private to a user

which would allow us to use them for

  • user art packs (obviously)
  • user art collections (same as above?)
  • "official" art packs (restricted, pushed to page)
  • automatically generated art packs - anything goes here, really - by users/projects, most favourites/most views, by licenses etc.
  • "Archives" (entries containing multiple images/files)
  • Project pages
  • "tagging"
  • ...medal handling? Ok, ok, I know :p.
  • More? I'd say as much as we want to, but we need to find a balance.

 

I might have pushed it a little, but this is the general idea anyway. Art packs are sets of (art-pack) references. "Submission/Entries" are ideally also "just an artpack". Scary huh? Anyway, this needs some clarification, but it will have to wait until I know what needs clarification, so ask away ^^. Keep in mind that this doesn't really take the Drupal/Database reality into account - it will need some sanity-checks.

  • Log in or register to post comments
ceninan
joined 16 years 3 months ago
Thursday, August 13, 2009 - 15:32
ceninan's picture

Here's the sane version:

  • Allow art to link to other art on the detail page.
  • Do previews of contents on the detail page.

This implements a substantial part of the feature set above - the rest can probably be implemented "on top" if the need arises.

  • Log in or register to post comments
ceninan
joined 16 years 3 months ago
Thursday, August 13, 2009 - 15:52
ceninan's picture

UI idea:

  • Moving the mouse over previews makes a few inobtrusive icons pop up.
  • Icons represents most commonly and most recently used art packs.
  • Clicking them adds the art to that art pack.
  • A special icon provides access to the "Other" and "New" options.

This is a decent interface IMO - faster if not simpler than deviantArt style drag and drop in many cases.

  • Log in or register to post comments