NEWS.md

qmongr 1.3.0

Only keep data with type == "andel" and context == "caregiver" (#218).

qmongr 1.2.0

Using commit 80b3ec8 of qmongjs

New features

Minor

qmongr 1.1.0

Using commit aa19d26 of qmongjs.

New features

Internal

qmongr 1.0.3

qmongr 1.0.2

Minor

qmongr 1.0.1

Internal

qmongr 1.0.0

First official release

qmongr 0.18.5

Filter "dekningsgrad" and low N.

qmongr 0.18.4

Show stuff from app faster, before data is loaded.

qmongr 0.18.3

Favicon

qmongr 0.18.2

Some logo stuff ...

qmongr 0.18.1

Fix legend position (#192)

qmongr 0.18.0

New top page layout (#190)

Minor

qmongr 0.17.2

Changed traffic light colors (#189). Stronger red and green. Better suited for colors in graphs. This version of qmongjs: https://github.com/mong/qmongjs/commit/8a2de2df0

qmongr 0.17.1

Alphabetic sorting of treatment units in menu (#188).

qmongr 0.17.0

Added treatment unit selection menu (#186).

qmongr 0.16.3

Filter out data with denominator < 5 (#185).

qmongr 0.16.2

Included iframeResizer.js (#183).

qmongr 0.16.1

Fix header and update medical fields (#182)

qmongr 0.16.0

Major rewrite of code (#179)

Almost all R code has been replaced by react.js.

qmongr 0.15.1

Fix app so it will work with imongr >= 0.12 (#176). The functions get_indicator, get_registry and get_agg_data replaced by get_table function.

qmongr 0.15.0

Pre-filter data on server side before sending to browser (#175)

Minor

qmongr 0.14.2

Updated fagomr according to database update: - Split tarmkreft into tarmkreft_colon and tarmkreft_rectum. - Renamed rygg to nkr_rygg (to be consistent with nkr_nakke).

qmongr 0.14.1

qmongr 0.14.0

Hamburger menu next to figures (#164)

Javascript reactivated (deactivated in qmongr 0.13.0)

qmongr 0.13.2

Minor

qmongr 0.13.1

No longer using qmongrdata (#159)

qmongr 0.13.0

Use imongr database (#156)

Internal

qmongr 0.12.0

Fixed top navbar, sidebar, legend and table header when scrolling (#149)

Internal

qmongr 0.11.0

Show national numbers as default (#142)

Minor

Internal

qmongr 0.10.0

New table layout

Include data from Hoftebrudd register (#133)

Internal

qmongr 0.9.0

Real numbers in left column (#130)

Number of indicators per medical field.

Internal

qmongr 0.8.0

qmongr 0.7.3

Fix barchart button bug (#117)

qmongr 0.7.2

Smoother transitions (#115)

qmongr 0.7.1

Added interaction to the chart lagend and fixed the layout of the legend

Aggregating data from qmongrdata takes forever, and slows down the starting of the app (see issue #112). In this commit, the data aggr_data is created by running the function app_data() beforehand, and is used directly by the app.

qmongr 0.7.0

Clickable elements in indicator table (#105).

Click on indicator in table will reveal barchart plot. A clickable button can change the plot to a line plot, showing a time series.

Internal

Check output$qi_table[["html"]] instead of output$qi_table in tests.

qmongr 0.6.5

Added dependency: development version of shiny from rstudio/shiny on github. moduleServer, introduced in version 0.6.4, is not part of shiny on cran

qmongr 0.6.4

Replaced callModule with moduleServer (#104).

testModule is no longer a part of shiny, so we had to use testServer to test our modules. callModule way of running modules and regular functions way of making modules can not be tested by testServer. Thus, we had to use moduleServer to make modules (and run the modules as regular functions). This is also the recommended way according to ?shiny::callModule:

Starting in Shiny 1.5.0, we recommend using moduleServer instead of callModule, because the syntax is a little easier to understand, and modules created with moduleServer can be tested with testServer().

In practice we replaced all

mymodule <- function(input, output, session, arg1, arg2) {

with

mymodule <- function(id, arg1, arg2) {
   shiny::moduleServer(id, function(input, output, session) {

in the module part, and replaced all

shiny::callModule(mymodule, "myID", arg1 = "blablabla", arg2 = "blablabla2")

with

mymodule("myID", arg1 = "blablabla", arg2 = "blablabla2")

where we call modules.

Fix tag deployment (#102).

qmongr 0.6.3

qmongr 0.6.2

qmongr 0.6.1

Internal

qmongr 0.6.0

New feature

Internal

qmongr 0.5.0

New feature

qmongr 0.4.0

qmongr 0.3.1

qmongr 0.3.0

Screenshot 2020-03-06 at 23 47 22

qmongr 0.2.0

qmongr 0.1.0

First working version of app (mainly #15 by @yte0 and #16 by @lenaringstado)

qmongr 0.1.0



SKDE-Felles/qmongr documentation built on May 20, 2021, 9:31 p.m.