Vandivier / arias-tale-rpg

tech-forward role play experiment for fun, skill development, and community!
https://ariastale.com
MIT License
5 stars 4 forks source link

structured images with search #34

Closed Vandivier closed 5 months ago

Vandivier commented 6 months ago

let users vote up or down on unofficial images

images have:

  1. id
  2. title
  3. description
  4. tags (we group images by tag, so tag by character, chapter, and kind eg place, episodic, or blooper, or style)
  5. url (calculated from id+title)
  6. arc (optional, w health check on episodic)
  7. chapter (optional, w health check on episodic)
  8. rating (-5 to 5 per voter, requires auth)
  9. status (proposed / canon / rejected...requires admin to change)

possibly structure blocks #3 although the voting piece could be split out if needed

Vandivier commented 6 months ago

we will call this entity SearchableImage

that's a pretty key differentiator to random website technical images and the model properties (unlike say, CardImage, GalleryImage, GameImage, or StoryImage)

it's also extensible while speaking to the technical function (it's going to show in search results)

so, we should include a gallery page to actually search these things