dwbrite / website-rs

what if I purpose-built a webserver in rust just for dwbrite.com?
4 stars 0 forks source link

untitled megalithic media server overhaul #10

Open dwbrite opened 3 years ago

dwbrite commented 3 years ago

The current usage model for the media server looks like:

  1. select your media and add details (keep aliased? description?)
  2. auth
  3. ???
  4. call the api to get data about the image
  5. build your own ui based off this data

There's two immediate problems.

  1. data isn't stored permanently (is not "backed up" by git, unless, like me, you just upload them locally and then push to git, but then... what's the point of so much theater?)
  2. it's kind of just painful to use.

Problem 1's solution could be to use a bucket to store media / data. Problem 2 is a little more complicated. I think it would be to just explore different UI/UX, make sure we're always returning useful data, and perhaps add some documentation. Then maybe this could be useful to the public.

In addition to improving media hosting UX, I'd also like to add some support for links +/ web archives. Honestly something like vue might be good here. I'll probably split this off into a separate project at that point.