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
Currently, an attachment is added and then a draft-saved command is issued to store the reference to the attachment in the application
Instead, we should have an API endpoint like /application/add-attachment?application-id=123&field-id=7 that would add the attachment to the db and emit a draft-saved event. This would simplify the logic on the UI side.
The text was updated successfully, but these errors were encountered:
Currently, an attachment is added and then a draft-saved command is issued to store the reference to the attachment in the application
Instead, we should have an API endpoint like
/application/add-attachment?application-id=123&field-id=7
that would add the attachment to the db and emit a draft-saved event. This would simplify the logic on the UI side.The text was updated successfully, but these errors were encountered: