gitpod-io / gitpod-io/gitpod

[Dashboard] Feature Preview

Open
#3,403 7 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

component: dashboard meta: never-stale team: webapp
Dominant language
TypeScript
Stars
13.8k
Forks
1.4k
Avg merge
17h 58m
Merged PRs (30d)
5

Description

Problem to solve

Currently, Feature Preview is a section within User Settings (/settings) which includes a checkbox that toggles the visibility of the Default IDE option below, lacks visual feedback upon enabling, and abruptly update the settings page to inject the Default IDE preference.

This is part of https://github.com/gitpod-io/gitpod/issues/3300. 🍕

User Experience goal

The user should be able to enable or disable the Feature Preview without abruptly updating the user interface.

Proposal

In this context, it seems optimal use a modal that describes Feature Preview and provides a single CTA button that toggles Feature Preview. This has the following benefits:

  1. Allow the product to perform a page refresh if needed so that experimental features that change the user interface like Default IDE surface without surprising the user with hidden user interface options.
  2. Make this action more prominent and provide better awareness for the users.
  3. Let's use the user dropdown menu to host the Feature Preview item and use a modal.

In this first MVC (minimum viable change), we can do the following:

  1. Add Feature Preview in the user menu.
  2. Show a modal describing Feature Preview.

Components involved:

  1. Button
  2. Modal
  3. Dropdown

Future steps

  1. In the future, we could group the Default IDE with other user preferences like theme, click behavior for opening workspaces (see https://github.com/gitpod-io/gitpod/issues/2516), and more.
Designs
Dropdown Enable Disable Spacing
image image image image

See also design specs.

Documentation

No documentation changes are needed for this first iteration.

/cc @csweichel because Feature Preview

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the existing Feature Preview section in User Settings and the user dropdown. Compare the Button, Modal, and Dropdown behavior with the linked designs and design specs. Done means Feature Preview is available from the user menu and opens a modal describing it without an abrupt settings-page update.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
28/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.