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

🧪 VS Code beta #3478

Closed
4 of 7 tasks
Tracked by #1915
jacobwoffenden opened this issue Feb 28, 2024 · 8 comments
Closed
4 of 7 tasks
Tracked by #1915

🧪 VS Code beta #3478

jacobwoffenden opened this issue Feb 28, 2024 · 8 comments
Assignees
Labels
🧰 Analytical Platform Tools 2.0 (Epic #1915) data-platform-apps-and-tools This issue is owned by Data Platform Apps and Tools enhancement enhancing an existing feature

Comments

@jacobwoffenden
Copy link
Member

jacobwoffenden commented Feb 28, 2024

User Story

As a Analytical Platform product engineer
I want to launch a private beta
So that we can iron out any bugs, improve documentation, or add features

Value / Purpose

This is the first major feature that Analytical Platform have released for a while, so we're trying to do it in a proper phased way

Useful Contacts

@jacobwoffenden

User Types

Analytical Platform product engineering

Hypothesis

If we release VS Code to a select group of Analytical Platform users
Then we can gather feedback, squash bugs, improve documentation

Proposal

Run a month long beta for VS Code, release to select group of Analytical Platform users

Additional Information

Follows on from #3210

VS Code Beta Rollout Google Sheet

helm upgrade --install \
  --wait \
  --timeout 10m0s \
  --reuse-values \
  --namespace user-${USERNAME} \
  --version 0.1.1 \
  provision-user-${USERNAME} \
  ./charts/provision-user

Definition of Done

  • Slack channel created analytical-platform-vscode-beta
  • Users added
  • provision-user chart patched for 0.1.1 for users
  • VS Code released via Control Panel Production to users
  • Feedback gathered
  • Any bugs squashed
  • Documentation improved
@jacobwoffenden
Copy link
Member Author

28/02/24 summary:

@julialawrence julialawrence moved this from 🚀 In Progress to 👀 TODO in Analytical Platform Feb 29, 2024
@julialawrence julialawrence moved this from 👀 TODO to 🚀 In Progress in Analytical Platform Feb 29, 2024
@jacobwoffenden
Copy link
Member Author

jacobwoffenden commented Feb 29, 2024

29/02/24:

The script we used:

#!/bin/bash

usernames=("user1" "user2")

for USERNAME in "${usernames[@]}"
do
  helm upgrade --install \
    --wait \
    --timeout 10m0s \
    --reuse-values \
    --namespace user-${USERNAME} \
    --version 0.1.1 \
    provision-user-${USERNAME} \
    ./charts/provision-user
done

@Gary-H9
Copy link
Contributor

Gary-H9 commented Mar 4, 2024

Tagging @YvanMOJdigital in relation to User Research resourcing.

@BrianEllwood BrianEllwood moved this from 🚀 In Progress to 🛂 In Review in Analytical Platform Mar 6, 2024
@Gary-H9
Copy link
Contributor

Gary-H9 commented Mar 7, 2024

Added Priya + Michael Hodge to beta. Noted in google sheet. Updated provision-user charts for both users.

@Gary-H9
Copy link
Contributor

Gary-H9 commented Mar 11, 2024

Added a number of users to the Private Beta, will include names here when I have them. Update Google Sheet.

@jacobwoffenden jacobwoffenden moved this from 🎉 Done to 🚀 In Progress in Analytical Platform Mar 18, 2024
@Gary-H9
Copy link
Contributor

Gary-H9 commented Mar 19, 2024

Add two more users. Updated sheet.

@Ed-Bajo
Copy link

Ed-Bajo commented Mar 28, 2024

Carry out user research on the release of the VS Code.

@Ed-Bajo Ed-Bajo closed this as completed Mar 28, 2024
@github-project-automation github-project-automation bot moved this from 🚀 In Progress to 🎉 Done in Analytical Platform Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧰 Analytical Platform Tools 2.0 (Epic #1915) data-platform-apps-and-tools This issue is owned by Data Platform Apps and Tools enhancement enhancing an existing feature
Projects
Archived in project
Development

No branches or pull requests

3 participants