Skip to content

Attachment Improvements #5

Description

@STRO09

Attachment Part needs to be improved a lot.

Current Behaviour :
All attachments are right now being stored on the server in a uploads folder.
so limits are set manually on how large files are allowed....
when sending attachments there isnt any loading behaviour. not with attachment sending progress or even on send button .... send button isnt disabled either hence multiple request hits on multiple clicks happen as well.... the other person receives the whole file directly without any preview.

Changes Needed:

  1. Attachments to be stored in mongodb for now. with gridfs. under 16mb stored normally. over 16mb stored in different chunks.
  2. loading on attachment in UI and disabling send button
  3. file previews before manually letting users download the files

I will be creating a separate subissue for each.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions