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
Is your feature request related to a problem? Please describe.
Currently, our backend handles when a user uploads a form filled out by hand. As part of our MVP, we considered adding functionality where the user can directly fill out forms online for the frontend. To handle this, we need to be able to accept the information from the directly filled out forms.
Describe the solution you'd like
To solve this issue, I'd like to create a new use case that would handle this directly filled out information and connect it to existing entities and functionality.
Describe alternatives you've considered
Solution-wise, I've considered adding this new functionality as part of the file upload use case, but the existing code is too different and it would probably be easier to create a new simple use case.
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, our backend handles when a user uploads a form filled out by hand. As part of our MVP, we considered adding functionality where the user can directly fill out forms online for the frontend. To handle this, we need to be able to accept the information from the directly filled out forms.
Describe the solution you'd like
To solve this issue, I'd like to create a new use case that would handle this directly filled out information and connect it to existing entities and functionality.
Describe alternatives you've considered
Solution-wise, I've considered adding this new functionality as part of the file upload use case, but the existing code is too different and it would probably be easier to create a new simple use case.
Additional context
The text was updated successfully, but these errors were encountered: