Skip to content

Handle forms that are directly filled out on the website. #38

@geraldyywang

Description

@geraldyywang

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions