Skip to content

Commit

Permalink
restructure dashboard pages for #12
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Apr 25, 2024
1 parent 239daca commit 9224eca
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 117 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: dashboard
Title: What the Package Does (One Line, Title Case)
Version: 0.1.10
Version: 0.2.0
Authors@R:
person(given = "First",
family = "Last",
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "dashboard: What the Package Does (One Line, Title Case)",
"codeRepository": "https://github.com/ropensci-review-tools/dashboard",
"license": "https://spdx.org/licenses/MIT",
"version": "0.1.10",
"version": "0.2.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down
1 change: 0 additions & 1 deletion quarto/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ website:
pinned: true
left:
- editors.qmd
- ed-reviews.qmd
- reviews.qmd
- history.qmd
right:
Expand Down
96 changes: 0 additions & 96 deletions quarto/ed-reviews.qmd

This file was deleted.

6 changes: 1 addition & 5 deletions quarto/editors.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "rOpenSci Editors"
title: "Editors"
execute:
echo: false
format:
Expand All @@ -24,7 +24,6 @@ chk <- register_gfont ("Open Sans")
chk <- addGFontHtmlDependency (family = "Open Sans")
```


```{r get-ed-dat, echo = FALSE, message = FALSE}
#| cache: true
aggregation_period <- "quarter" # default
Expand Down Expand Up @@ -167,8 +166,6 @@ colorTable(filteredSorted,
```


<br><br>

## Editor Reviews {#editor-reviews}

```{r ojs-def-ed-rev}
Expand Down Expand Up @@ -230,7 +227,6 @@ filteredSortedRevs = filteredRevs.sort((a, b) => {
```{ojs}
numberColumn = "number"
columnsRevs = ["number", "title", "state", "opened_at", "closed_at"]
console.log("-----filteredSortedRevs = ", filteredSortedRevs)
colorTable(filteredSortedRevs,
{
Expand Down
2 changes: 1 addition & 1 deletion quarto/history.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Software Review History"
title: "Historical Data"
format:
html:
fig-width: 8
Expand Down
23 changes: 12 additions & 11 deletions quarto/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,19 @@ title: "rOpenSci Software Review Dashboard"

This dashboard provides an overview of all current [rOpenSci software review
issues](https://github.com/ropensci/software-review/issues), and of editor
availability and past editorial workloads. The dashboard includes the following components:
availability and past editorial workloads. The dashboard includes the following
components:

- The [*rOpenSci Editors* page](./editors.qmd) which provides information to
help identify editors who may be free to handle new submissions.
- The [*Editor Reviews* page](./ed-reviews.qmd) which provides an overview of
all current and previous issues handled by each current editor.
- The [*Software Review Overview* page](./reviews.qmd) which provides an
overview of all currently open submissions to the software peer-review
system. This page is primarily intended to provide an overview of the current
state of software peer-review for the Editors-in-Charge, and in particular to
identify reviews in need of attention.
- The [*Software Review History* page](./history.qmd) which gives insights into
- The [*Editors* page](./editors.qmd) which provides information on current
editors and activities. This page helps the Editor-in-Charge identify
editors for new submissions, and gives each editor an overview of their
current and previous editorial portfolios.
- The [*Software Review* page](./reviews.qmd) which provides an overview of all
currently open submissions to the software peer-review system. This page is
primarily intended to provide an overview of the current state of software
peer-review for the Editors-in-Charge, and in particular to identify reviews
in need of attention.
- The [*Historical Data* page](./history.qmd) which gives insights into
the historical developments of the software peer-review program.

Source code for this dashboard is at
Expand Down
2 changes: 1 addition & 1 deletion quarto/reviews.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Software Review Overview"
title: "Software Review"
execute:
echo: false
format:
Expand Down

0 comments on commit 9224eca

Please sign in to comment.