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.
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
Apple Delegated Delivery UI updates #1139
Apple Delegated Delivery UI updates #1139
Changes from 9 commits
b612b72
7ef7b93
c81214e
433774e
797de22
d068bea
6556f19
606bc1a
369cab8
541d49b
256198e
f7d0139
a1897f7
cc24147
88ce618
631062f
343f780
6badb72
57e5c09
3fbc474
13af4d8
dca482b
bfad45f
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that we almost have a two step process here. Upload the key, and then select and connect the show. Another way to say it is that the show drowdown will be empty until the key is populated.
Should we hide the apple config stuff (apple show id, sync blocs rss etc) until the key is uploaded?
If we did that, then the show's paged query could serve as a quick validation of the key as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I thought about that, and I was torn on whether or not it was worth it - in the case where a user already knows the apple id, we don't need to make it two steps, and since almost all shows will have an apple id whether they have a subscription channel or not, I didn't want to prevent using a known value until it could be looked up.
I'll try making this conditional/two-step, and see how it goes!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another problem with this design is you can't delete or replace the API keys.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.