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

Create Invest Address model and form #437

Draft
wants to merge 3 commits into
base: live
Choose a base branch
from

Conversation

davidbeig
Copy link
Member

@davidbeig davidbeig commented May 30, 2022

This PR creates a new model for the invest address table and the symfony form needed to handle all the data that the user has to give.

The problem with this PR is that it's really soft spot in all the donation process of the platform.

The page were this data is added has the data of two different models. First, all the data related to the donor fiscal information, and then the information for the invest address.

We should create two forms but handle them as one, how can we do that? Should be create another step in the process? Will it the too long for the user?

Also, at first, i had created the model as a new Entity, but the code in the Controller to handle form creations is binded to the Model class.

Also, this views are used in the core application and also inside private zones of goteo. I would like to have a discussion in this topic prior to advance with this development.

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

Successfully merging this pull request may close these issues.

None yet

1 participant