mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
docs: project overview (#4176)
This commit is contained in:
parent
3c52550474
commit
3ebf3c05f8
@ -23,10 +23,10 @@ Notifications can not be disabled.
|
||||
|
||||
## Notification events
|
||||
|
||||
The following actions in your projects will trigger notifications:
|
||||
The following actions in your projects will trigger notifications for your project members:
|
||||
* Creating a feature
|
||||
* Archiving a feature
|
||||
* Enabling a feature in an environment
|
||||
* Submitting a change request (sent only to project members who can approve the change request)
|
||||
* Submitting a change request
|
||||
* Approving change request
|
||||
* Applying change request
|
||||
|
@ -116,8 +116,18 @@ All default project strategies use the [gradual rollout activation strategy](act
|
||||
|
||||
Custom strategies are configured from each project's project settings tab.
|
||||
|
||||
<Figure caption="The default strategy configuration page is available from the project settings tab." img="/img/project-settings-default-sstrategy.png" />
|
||||
<Figure caption="The default strategy configuration page is available from the project settings tab." img="/img/project-settings-default-strategy.png" />
|
||||
|
||||
The default strategies screen lists a strategy for each of the project's environments
|
||||
|
||||
<Figure caption="Each strategy can be individually configured with the corresponding edit button." img="/img/edit-default-strategy.png" />
|
||||
|
||||
## Project overview
|
||||
|
||||
The project overview gives statistics for a project, including:
|
||||
* the number of all changes/events in the past 30 days compared to previous 30 days
|
||||
* the average time from when a feature was created to when it was enabled in the "production" environment. This value is calculated for all features in the project lifetime.
|
||||
* the number of features created in the past 30 days compared to previous 30 days
|
||||
* the number of features archived in the past 30 days compared to previous 30 days
|
||||
|
||||
![Project overview with 4 statistics for total changes, average time to production, features created and features archived.](/img/project_overview.png)
|
||||
|
BIN
website/static/img/project_overview.png
Normal file
BIN
website/static/img/project_overview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 61 KiB |
Loading…
Reference in New Issue
Block a user