Skip to content

Commit

Permalink
Added features page for frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneTR committed Dec 9, 2024
1 parent 4d27bea commit ce37d18
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions content/en/docs/frontend/features.md
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

0 comments on commit ce37d18

Please sign in to comment.