You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the quick implementation was to add the logo in the front end as an asset and only store the file name in the FI form. The proper implementation would be to upload the image as part of the FI form.
The text was updated successfully, but these errors were encountered:
In advance of the frontend changes, we can already make the db changes, and manually run a SQL query to add images. This would reduce coupling between logo_filename and files in git in the frontend.
Right now the quick implementation was to add the logo in the front end as an asset and only store the file name in the FI form. The proper implementation would be to upload the image as part of the FI form.
The text was updated successfully, but these errors were encountered: