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

Registrant can add additional apartments to their registration form #9

Open
mikeymicrophone opened this issue Oct 24, 2018 · 4 comments
Labels
enhancement New feature or request help wanted Extra attention is needed intermediate-rails styling

Comments

@mikeymicrophone
Copy link
Owner

At the end of the registration card, the client fills in what other apartments they've seen. They don't usually write much here, but we want to make it easy and sexy to add more details there at the end of the form. We're going to start with an interface inviting them to add even more apartments than the two they can start with.

@mikeymicrophone
Copy link
Owner Author

A little jQuery is probably the easiest way to implement this, but other technologies could be considered, especially if they provide the opening to start moving this page to a GraphQL submission system.

@mikeymicrophone
Copy link
Owner Author

The page submits multiple clients in parallel using numbered element ids; the same tactic can be used for the additional apartments being added, although doing something different like automatically submitting individual apartments and placing new interface in their place would be another good solution. The small refactor required to start submitting objects individually rather than all together would not require much in the way of engineering.

@mikeymicrophone
Copy link
Owner Author

screen shot 2018-10-23 at 8 40 19 pm

Let's make this look better.

@mikeymicrophone
Copy link
Owner Author

@mikeymicrophone mikeymicrophone added enhancement New feature or request styling intermediate-rails help wanted Extra attention is needed labels Oct 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed intermediate-rails styling
Projects
None yet
Development

No branches or pull requests

1 participant