You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 9, 2023. It is now read-only.
| start_date | Start date of time period | `7_days_ago` | `2018-01-01`, `2_weeks_ago` | |
259
259
| end_date | End date of time period | `today` | `2018-01-31`, `2_weeks_ago` | |
260
260
| metrics | Google analytics metrics. Multiple values possible separated with a comma | `sessions,page_views,entrances,unique_page_views` | `bounces,sessions`, `entrances` | |
@@ -318,7 +318,7 @@ Here's the list of every widgets and their different configuration.
318
318
##### Data Options
319
319
320
320
| Name | Description | Default value | Examples | Not used by |
321
-
| _ | -- | - | - | ----------------- |
321
+
| - | -- | - | - | ----------------- |
322
322
| start_date | Start date of time period | `7_days_ago` | `2018-01-01`, `2_weeks_ago` | |
323
323
| end_date | End date of time period | `today` | `2018-01-31`, `2_weeks_ago` | |
324
324
| metrics | Google Search Console metrics (multiple values possible separated with `,`) | `clicks,impressions,ctr,position` | `query`, `page` | `gsc.table_pages` |
@@ -342,8 +342,8 @@ Here's the list of every widgets and their different configuration.
342
342
343
343
### Colors
344
344
345
-
The list of colors you can use with the widgets's options:
346
-
345
+
The list of colors you can use with the widgets's options.
346
+
There displays depend on the colors configured for your terminal.
347
347
348
348
| Name |
349
349
|---------|
@@ -357,13 +357,10 @@ The list of colors you can use with the widgets's options:
357
357
| cyan |
358
358
| white |
359
359
360
-
These colors depend on the configuration of your terminal
361
-
362
360
### Size
363
361
364
362
Devdash is based on a 12 columns grid.
365
-
366
-
You can indicate the width of a widget in number of column, or using the equivalent t-shirt size as described below:
363
+
You can indicate the width of a widget in number of column (1 to 12), or using the equivalent t-shirt size as described below:
367
364
368
365
| Name | Number of columns |
369
366
| -- | -- |
@@ -379,15 +376,37 @@ You can indicate the width of a widget in number of column, or using the equival
379
376
380
377
The `start_date` and `end_date` options accept dates following this format: `2016-01-02`.
381
378
382
-
You can use as well this aliases, relatives to the actual day. This table suppose the actual day is `2019-04-01`
379
+
You can use as well aliases relative to the present day.
380
+
381
+
The same alias can be a different date depending if it's used for the `start_date` or the `end_date` option.
| this_year | first day of the actual year | last day of the actual year |
398
+
| last_year | first day of the last year | last day of the last year |
399
+
| x_years_ago | first day the `x`th year before the current year | last day the `x`th year before the current year |
383
400
384
-
| Name | start_date | end_date |
385
-
| -- | -- | |
386
-
| this_week | start of the actual week | end of the actual week |
387
-
| last_week | start of the last week | end of the last week |
401
+
# Contribute
388
402
403
+
First of all, thanks a lot if you want to contribute to DevDash!
389
404
390
-
# Contribute
405
+
I think the ["talk, then talk"](https://dave.cheney.net/tag/contributing) practice is pretty good to avoid misunderstandings and hours of work for nothing.
406
+
407
+
Therefore:
408
+
409
+
"Every new feature or bug fix should be discussed with the maintainer(s) of the project before work commences. It’s fine to experiment privately, but do not send a change without discussing it first."
0 commit comments