blog icon indicating copy to clipboard operation
blog copied to clipboard

Minor problems + Enhancements

Open m1k1o opened this issue 4 years ago • 2 comments

Bugs

  • [ ] Error messages should be visible in modal as well. Should have greater z-index.
  • [ ] If is content present in post and then is deleted, it won't delete on page.
  • [x] Direcotry permission for /data is not working as expected.
  • [ ] If is parse_link requesting from non-residental IPs, it could fail to get proper content. Maybe is problem with user_agent

Enhancements

  • [x] Configs shoud be able to set via environment variables.
  • [ ] Configs should migrate to YML file.
  • [ ] phpBB should be replaced by Markdown (or for backward compatibility purposes should be able to chose one of them... maybe including playin HTML etc.)
  • [ ] The images gotten by parse_link should be saved.
  • [ ] There should be posibility to archive content of links, in case they go down (maybe including youtube-dl for storing videos, should be as option)
  • [ ] Datetime handling
    • [ ] Unified in MySQL & SQLite.
    • [ ] Or user could set own format based on l10n. Misc
  • [ ] Data directory should not be copied to docker image. There should be separate src directory.
  • [ ] MySQL tables should be utf8mb4 and allowing 4bytes charactes (such as emojis) instead of stripping them (like is it now done). Convert script.

m1k1o avatar Apr 05 '20 10:04 m1k1o

Anonymous feedback:

  • Should add the option to upload and change the profile pic.
  • Posts should allow for comments, responses, or some form of interaction by others. Otherwise what would be the point of publishing anything.
  • Linkable/shareable posts. So if you find something you need to remember in 6 months, you don't need to go through everything you published to find it. Just use a saved link to that post.
  • Needs a settings page to change easily from the UI, the name, profile pic, usernams, password, theme (dark, light, others?).

m1k1o avatar Oct 13 '20 19:10 m1k1o

I'm a bit late to this but big bump on profile pic!

cadegorawrz avatar May 15 '22 08:05 cadegorawrz