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

Clarify behavior of Dev Portal with new submissions #25

Merged
merged 1 commit into from
Feb 20, 2017

Conversation

HowardWolosky
Copy link
Member

We have a warning on Commit that changes to a submission can't be seen
in the Dev Portal until the submission enters the Certification phase,
however we weren't providing that warning right after a submission was
patched, which was leading to some user confusion of why they couldn't
see their changes.

The warning has been moved to a single location and is now referenced
throughout the module.

Additionally, normalized the capitalization of the phrase "Dev Portal"
throughout the module.

@msftclas
Copy link

Hi @HowardWolosky, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution!


It looks like you're a Microsoft contributor. If you're full-time or an intern, we DON'T require a Contribution License Agreement. If you are a vendor, please DO sign the electronic Contribution License Agreement. It will take 2 minutes and there's no faxing! https://cla.microsoft.com.

TTYL, MSBOT;

We have a warning on Commit that changes to a submission can't be seen
in the Dev Portal until the submission enters the Certification phase,
however we weren't providing that warning right after a submission was
patched, which was leading to some user confusion of why they couldn't
see their changes.

The warning has been moved to a single location and is now referenced
throughout the module.

Additionally, normalized the capitalization of the phrase "Dev Portal"
throughout the module.
$output += " https://dev.windows.com/en-us/dashboard/apps/$AppId/submissions/$submissionId/"
$output += "or by running this command:"
$output += " Get-ApplicationSubmission -AppId $AppId -SubmissionId $submissionId | Format-ApplicationSubmission"
$output += ""
$output += $script:manualPublishWarning -f 'Update-ApplicationSubmission'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wondering if we should get in the habit of creating string constants for referencing our functions, since we do that a lot.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting suggestion. Won't block this change on that suggestion, but will consider it for the future.

@HowardWolosky HowardWolosky merged commit 69dc329 into microsoft:master Feb 20, 2017
@HowardWolosky HowardWolosky deleted the fix/feedback branch February 20, 2017 23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants