-
Notifications
You must be signed in to change notification settings - Fork 0
Feature: Commissions
Anthony Super edited this page Mar 2, 2015
·
10 revisions
- Artist sets prices on types of images they are willing to draw
- For example, artist says it's $40 for a sketch, $80 for an inked drawing, and $160 for a colored/shaded drawing
- Artist can also set a limit on the number of drawings they'll accept in a given month, using one baseline value. So the artist from before might be able to do 40 sketches a month, but only 10 colored/shaded drawings. So he can say that one colored/shaded drawing is worth 4 sketches, then set the baseline value as 40 sketches.
- Anthony is crying thinking of how to properly implement this in a DB
- Nevermind he has an idea
- Arist can specify complexities as well--something like "each additional person in drawing doubles cost"
- Users select how complex something is while creating the purchase
- Artists can also specify work values based on complexity, so a sketch with 2 people can count as two sketches.
- Arist may also change price based on licensing
- User makes a purchase
- User can create multiple tag_groups on the commission
- User also gets a description box to write arbitrary text
- User is charged immediately. Funds go to ImageHex's bank account.
- Arist accepts the commission
- User is notified
- Arist begins drawing
- Artist finishes commission
- User is notified
- User confirms acceptance
- User can also ask the artist for a "minor change." Artists can flag changes as "not minor" for mod intervention
- User can also flag the peice as a "total ripoff". This means that the artist either didn't draw anything related to the user's request, or half-assed it. If mods decide this is the case, user gets back a portion of cash and the artist cannot recieve payment for anything until he fixes it
- Arist recieves funds in ImageHex account.
- User makes an offer
- User adds artists to make the offer to
- These artists are notified
- User adds tag_groups
- User adds a plaintext description box
- User adds funds. These go to the ImageHex account.
- User sets a date the offer expires on.
- User also sets licensing information
- User adds artists to make the offer to
- Other users see offer
- Some users may add funds 2. Users are charged immediately
- Artist accepts the offer
- Artist may also "up the ante", which means that they will automatically accept when the funds reach a certain level.
- Arist draws
- Artist delivers image
- User undergoes the same "total ripoff", "minor change", or "Accept" thing from purchases
- Artist recieves funds
- Alternatively, the offer expires (reaches time limit without any artist accepting it)
- All users who added funds to it are refunded
Style Guides
Features
- Frontpage
- About pages
- Help pages
- Uploading Images
- Image pages
- Image comments
- Image search
- Image tagging
- Image collections
- Curating collections
- Creators
- Commissions
- Image of the Day
- Favorites
- User profiles
- User settings
- Error messages
- Reporting
- Admin console
- API
- Notifications
Mockups
Roadmap
Notes