Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
geraldyywang opened this issue Nov 27, 2023 · 0 comments
Open

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

geraldyywang opened this issue Nov 27, 2023 · 0 comments
Assignees

Comments

@geraldyywang
Copy link
Member

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

@geraldyywang geraldyywang self-assigned this Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant