nedroden/DraiWiki

Image uploading

Opened this issue · 3 comments

This will require an additional section in the management panel. That way admins can easily manage uploaded images.

The management section will probably take a little more time (since I haven't figured out the best way to implement CRUD functionality in tables yet. Sure, adding links isn't that hard, but it needs to look nice.), but implementing image uploading functionality is not that difficult, so I'd love to get that done tomorrow or the day after that.

Apologies for the delay. Image uploading is done, but we can't close this issue yet, because two image uploading-related sections are still missing:

  • The resources viewer visible to all users
  • The resource manager in the management panel

A quick update on this: the management panel now has a page where all uploads are listed, but for now it's just a list.

For the public resources viewer we'll require search functionality. It's possible to turn it into a feature-rich gallery, but let's keep things simple for now since that would take time.