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

Pull from publish target (PVA scenario) #4385

Closed
3 of 4 tasks
tonyanziano opened this issue Oct 15, 2020 · 0 comments · Fixed by #4677, #4768, #4776 or #4928
Closed
3 of 4 tasks

Pull from publish target (PVA scenario) #4385

tonyanziano opened this issue Oct 15, 2020 · 0 comments · Fixed by #4677, #4768, #4776 or #4928
Assignees
Labels
Area: PVA P1 Painful if we don't fix, won't block releasing Team: Platform Type: Electron
Milestone

Comments

@tonyanziano
Copy link
Contributor

tonyanziano commented Oct 15, 2020

As part of the PVA integration, there will be a scenario in which the user tries to publish to PVA, and the bot content is out of sync with what is stored in PVA.

In this case, the user will need a way to sync their bot content by "pulling" from the publish target.

For now, we want to enable this only for the PVA scenario, and then later we want to add this functionality in a general sense to any publishing plugin that wants to / can implement it.

Requirements:

  • [P0] Add notification UX when content is out of sync (412) to launch into pull UX
  • [P0] Backup old bot content
  • [P0] Copy new, pulled bot content into bot project directory
  • [P1] Make UX more user-friendly
    • allow user to select where to backup
    • let the user know where they just backed up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment