Code spike for managed stripe accounts#849
Merged
Conversation
joshsmith
reviewed
Dec 11, 2016
| <div class="input-group"> | ||
| <label> | ||
| Birthday | ||
| {{pikaday-input format="MM/DD/YYYY" onSelection=(action 'setDob') value=dob}} |
Contributor
There was a problem hiding this comment.
We'll want to replace with http://engineering.teleborder.com/post/102323468281/ember-split-date-birth-date-selector-component
Contributor
6d7aa12 to
dc68beb
Compare
Contributor
Author
|
@joshsmith I got this as far as I could in the time I had. I tried to make it as easy to take over as possible. I believe it can be merged mostly as is and then the work that follows can be performed in smaller chunks. |
Contributor
|
@begedin @joshsmith Merging and creating some issues for smaller chunks would be fantastic, I'd definitely be able to take a small chunk with the time I have right now. Routing looks good, basic form setup checks out with the plan. I'm a fan of that pikaday component for date-picking. |
Contributor
|
Yeah as soon as I'm back from the dentist I will break it down. |
This was referenced Dec 13, 2016
Closed
joshsmith
approved these changes
Dec 13, 2016
bf18835 to
e224e79
Compare
e224e79 to
eee0b75
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What's in this PR?
This is a code spike for the switch to managed stripe accounts
What we have for now:
The process
Related infrastructure, but not hooked into the process yet.
is passed all the way to the controller, where it does nothing as of yet.
References