-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
title : "Features" | ||
description: "Frontend Features" | ||
lead: "" | ||
date: 2024-12-09T08:48:23+00:00 | ||
draft: false | ||
weight: 204 | ||
images: [] | ||
--- | ||
|
||
This is something like an unordered list of frontend features which are maybe helpful if you use the GMT. | ||
|
||
## 1. Deeplinking | ||
|
||
GMT allows deeplinking in *stats* and *compare* views by directly opening a phase-tab. | ||
|
||
To do so just append a *#* followed by the phase name and optionally followed by two underscores (\_\_) and a sub-phase name. | ||
|
||
Example: | ||
|
||
- https://metrics.green-coding.io/stats.html?id=1ec10430-a789-44c9-8f7e-c394fc708b25 | ||
+ This would always open the *Runtime* phase tab | ||
|
||
- https://metrics.green-coding.io/stats.html?id=1ec10430-a789-44c9-8f7e-c394fc708b25#BASELINE | ||
+ This would open the *Baseline* phase tab | ||
|
||
- https://metrics.green-coding.io/stats.html?id=1ec10430-a789-44c9-8f7e-c394fc708b25#RUNTIME__Stress | ||
+ This would open the *Runtime* phase tab with the *Stress* sub-phase | ||
|