marchhq / march

building a second brain for next generation makers;
GNU General Public License v3.0
41 stars 48 forks source link

[feat] file-assets and profile pic support #60

Closed sajdakabir closed 2 months ago

hrshkshri commented 2 months ago

Hi @sajdakabir, Would appreciate a detailed description of this issue... Having a little hard time understanding the issue here.

sajdakabir commented 2 months ago

hey @hrshkshri , You need to write an API that allows users to add images to item/issue descriptions and also upload their profile pictures. The images should be stored in AWS S3, with the following folder structure:

If you have any other queries join our discord

hrshkshri commented 2 months ago

hey @hrshkshri , You need to write an API that allows users to add images to item/issue descriptions and also upload their profile pictures. The images should be stored in AWS S3, with the following folder structure:

  • For item attachments: /item//item_attachment
  • For profile pictures: user//

If you have any other queries join our discord

Hmmm, I see. So for upload are we using Multer??

sajdakabir commented 2 months ago

yes