Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 462 Bytes

tech_debt.md

File metadata and controls

10 lines (7 loc) · 462 Bytes

Technical debt

This file describes technical debt of the project.

Offer Thumbnail Project Logo

Offer thumbnail generator has hardcoded path to the local file upload storage. Because of that it's impossible to use S3 or AzureBlob without breaking this feature. It should be fixed by pre fetching company logo from the storage (unless it's local storage) and store it in temp before generating thumbnail.