1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-09 11:14:29 +02:00
unleash.unleash/docs/user_guide/projects.md
2021-02-23 09:07:17 +01:00

3.4 KiB
Raw Blame History

id title
projects Projects

Enterprise

Project support is only available in Unleash Enterprise

Overview

This topic explains how projects are supported in Unleash, how to create and maintain them.

Understanding purpose of projects

Projects are a way to organize your feature toggles within Unleash. Within a large organization, having multiple feature toggles, staying on top of the feature toggles might become a challenge. Every feature toggle will be part of a project. Examples of projects can be linked to a development team or to functional modules within the software.

A common pattern is to organize the feature toggles according to key areas of the application, e.g. “Basic user process” and “Advanced user process”. This is illustrated below.

Project concept

Creating a new project

When you log into Unleash for the first time, there is a Default project already created. All feature toggles are included in the Default project, unless decided otherwise.

From the top-line menu click on the hamburger icon.

Project concept

From the menu choose “Projects”

Project concept

The available projects will now be listed. To create a new Project choose the “+”

Project concept

The configuration of a new Project is now available. the following input is available to create the new Project.

Project concept

Item Description
Project Id Id for this Project
Project name The name of the Project.
Description A short description of the project

Deleting an existing project

To keep your feature toggle clean, removing deprecated projects is important. From the overview of Projects choose the Delete button for the project you want to delete.

Project concept

Filter feature toggles on projects

When browsing the feature toggles in Unleash, you might want to filter the view by looking only at the ones included in the project of interest. This is possible from the Feature toggle overview.

From the top-line meny choose the hamburger icon

Project concept

From the menu choose “Feature toggles”

Project concept

The list of features toggles can be filtered on the project of your choice. By default, all feature toggles are listed in the view.

Project concept

From the drop-down, chose the project to filter on.

Project concept

The view will now be updated with the filtered feature toggles.

Assigning project to a new feature toggle

When creating a new feature toggle, the project where the feature toggle will be created may be chosen. The default project is “Default”

Project concept

All available projects are available from the drop-down menu.

Project concept

Change project for an existing feature toggle

It might be a need to change the project a feature toggle belongs to. This is easily available from the feature toggle itself. The project is available on the feature toggle configuration.

Project concept

To change the project, simply change the project from the drop-down menu.