Skip to contents

imongr 2.7.2

Endringer

Full Changelog: https://github.com/mong/imongr/compare/v2.7.1…v2.7.2

imongr 2.7.1

Endringer

Full Changelog: https://github.com/mong/imongr/compare/v2.7.0…v2.7.1

imongr 2.7.0

Endringer

Full Changelog: https://github.com/mong/imongr/compare/v2.6.0…v2.7.0

imongr 2.6.0

Endringer

Full Changelog: https://github.com/mong/imongr/compare/v2.5.1…v2.6.0

imongr 2.5.1

Endringer

Full Changelog: https://github.com/mong/imongr/compare/v2.5.0…v2.5.1

imongr 2.5.0

Endringer

Andre mindre endringer

Oppdateringer

Full Changelog: https://github.com/mong/imongr/compare/v2.4.0…v2.5.0

imongr 2.4.0

Endringer

Oppdateringer

imongr 2.3.2

imongr 2.3.1

imongr 2.3.0

Endringer

Oppdateringer

Full Changelog: https://github.com/mong/imongr/compare/v2.2.0…v2.3.0

imongr 2.2.0

Ny fane for årsrapporter

Annet

Full Changelog: https://github.com/mong/imongr/compare/v2.1.0…v2.2.0

imongr 2.1.0

imongr 2.0.2

Ett par bug-fix i testing av om data som skal sendes inn er OK.

  • La check_duplicated_inds gå gjennom ved error ([#375] (https://github.com/mong/imongr/pull/375)). Hvis sjekk krasjer pga feil i dataene (manglende kolonne), vil ikke bruker få beskjed om hva som er feil.
  • Ikke krasj hvis verdier mangler ([#373] (https://github.com/mong/imongr/pull/373))
    • natural-funksjon: ikke krasj ved NULL men returner FALSE
    • Sjekker om data inneholder NA eller tom streng
    • To year-sjekker: sjekk om numerisk og naturlige tall

imongr 2.0.1

imongr 2.0.0

Breaking change

Removed the use of level and level_direction from agg_data table (#326).

imongr 1.3.0

  • Legg til indikator i UI (#338)
  • Slettet ‘get_indicator’-funksjon (#346)
  • reduser syklisk kompleksitet (#339)
  • Forenkling av docker-compose med yaml-merge (#347)
  • Cache docker-bygging for github actions (#348)
  • Update hnskde/imongr-base-r Docker tag to v2 (#350)
  • Bygg og dytt opp docker-image for arm64 parallelt med amd64 (#349)

imongr 1.2.0

  • Aggreger indikator og dekningsgrad basert på kortnavn istedenfor orgnummer (#331)
  • Åpne lenke til verify-side i ny fane (#335)
  • Behold data fra år som ikke finnes i opplastingsdata (#314)
  • La bruker oppdatere indikatorformat (#336)
  • La bruker angi dekningsgradsindikator i UI-en (#337)
  • Printe locale til logg (tegnsetting osv.)

imongr 1.1.0

App changes

  • Removed quotation marks from downloaded csv files (#291)
  • Added the option of downloading the aggregated data table (#295).
  • The publish tab now refreshes the publish button when the tab is selected (#290).
  • The duplicate delivery check has been removed (#229), and replaced with a warning if the same file has been delivered before (#303).
  • Fixed bug that caused the latest update date to be set incorrectly in the aggregated data (#229).
  • Selected register will be kept selected when user changes tab (#309).

Dev stuff

  • The test now use two additional test databases in order to simulate the data flow from the verify database to the prod database (#229).
  • Data is now transferred from verify to prod iteratively according to the delivery ID (#229).
  • A new table ‘publish’ has been added to the databases, and a column has been added to the ‘delivery’ table with a foregin key to the ‘publish’ table primary key. Each row in the ‘delivery’ table now corresponds to one upload, and each row in the ‘publish’ table to one publishing in both verify and prod (#229).
  • Speed up aggregation by only update delivery times on given registyr (#322).
  • Removed some unused functions (#304).
  • Added code-server (vscode) as separate dev container (#305).
  • Return failure on github actions if lintr returns warnings (#312).

imongr 1.0.3

Update imongr-base-r from v1.5.3 to v1.6.0 (#287)

imongr 1.0.2

Erstatt NA med tom tekst for kort og lang beskrivelse som hentes fra db (#275). NULL i ind-verdier ga NA i indikator-fane-felt, og dermed aktiv “Oppdater tekst”-knapp.

imongr 1.0.1

  • Mulighet til å velge gult målnivå hvis grønn er NULL (#272)

imongr 1.0.0

App changes

  • Do not aggregate data if updating ind table (#258)
  • No longer calculate indicator level (#254)
  • Remove choose encoding option (#262)
  • Update all relevant ind values when publishing (#260)
  • Only show Oppdater tekster button when new text (#264)
  • Extended indicator editor (#208)
  • Added a report with brief summary of status for all registries (#209)

Dev stuff

  • Modularization of shiny app (#244 and #245)
  • Allow 120 characters per line (#243)
  • docker-compose:
    • Expose db instances to the outside, so they can be used by API/mongts (#231)
    • Mount local source code into docker-compose (#239)
  • Use Renovate instead of dependabot
  • Changed name of main branch from master to main

imongr 0.28.4

  • Duplicate check incorporate indicator table data (to be extended in next feature version)
  • Relaxed natural number checks, now only applied to data that are true fraction indicators

imongr 0.28.3

  • Fixed encoding related issue when downloading data (#197).
  • Fixed minor issues (typos and GUI texts and default values)
  • Fixed problem with update of indicator title and descriptions (without updating data) by including relevant indicator data when checking for possible duplicate upload

imongr 0.28.2

  • Fixed some issues on first time registration of users (#195).

imongr 0.28.1

  • Fixed missing fields in download of the ind table. Returned fields now based on config and for future changes in fields the corresponding function does not have to altered as long as config is kept up to date (#193).

imongr 0.28.0

  • Change of styles to ease future bootstrap transitions by use of bslib (#191)
  • New field sformat added to the indicator table to allow frontend formatting (#192)
  • Deprecated function update_aggdata_delivery_time() set to defunct

imongr 0.27.0

  • On data upload for verification both an update and affirm date that apply for all indicator data within the selected registry can be manually provided (#175). The update date is to be understood as the latest update of indicator data while affirm is to provide a date which after indicator data must be regarded as tentative.
  • As a result of the above some functions were deprecated and replaced by new ones and guide texts updated

imongr 0.26.2

  • New logout url, hopefully working along shinyproxy and aws cognito oddities
  • Profile data now from prod db, only

imongr 0.26.1

imongr 0.26.0

  • Accepted terms text kept (in db) on each publish
  • Added hyperlink to full description of terms
  • Added more information on how we use and store user data
  • Fixed SQL causing error in development environment
  • Base R upgraded from 4.1.0 to 4.1.2 and subsequently call to shinyAlert was removed from client

imongr 0.25.0

  • New features: upload of files only to verify instance and new publish to production instance
  • All manager tools organized under same navbar menu
  • App texts updated and improved based on the above changes

imongr 0.24.1

  • Fixed agg error when there are only pre-aggregated values in data set (#146)

imongr 0.24.0

  • Added editing of existing indicators in GUI (#143)
  • Fixed bug in processing pre-calculated values with large denominator (#141, #144)

imongr 0.23.0

  • Upgraded base R version 4.0.3 -> 4.1.0
  • Added check for var (numerator) <= denominator (#130)

imongr 0.22.2

  • Fixed error aggregating dg indicators and applying these to none dg indicators (#128)
  • Corrected some typos in function docs

imongr 0.22.1

  • Updated contact info and links
  • Added constraints to the ind table to prevent errors on manual updates
  • Added url and description fields in registry table
  • Fixed misspelled context

imongr 0.22.0

  • Changed processing of target levels to avoid visual “errors” (#122)
  • Reactivated tests on reading csv file and aggregating real data (#123)

imongr 0.21.0

  • Added new field delivery_time to agg_data table for easier access to last data update in qmongr(js) (#121)

imongr 0.20.1

  • Fixed bug deleting all indicators regardless of context (#118)

imongr 0.20.0

  • Added new checks for natural numbers and zero denominator (#114)
  • Also as a result of the above, new functions were added
  • App texts added and updated

imongr 0.19.1

  • Adjustments of logo, favicon and app title (#113)

imongr 0.19.0

  • GUI management of user-registry associations (#112)

imongr 0.18.0

  • Added user controlled multiple data backends (#110)

imongr 0.17.0

  • Added new variable ‘context’ to data (#100)

imongr 0.16.2

  • Include all registries in GUI for managing registry and medical field relations (PR #105)

imongr 0.16.1

  • Changed logout url according to new (but temporary) domain imongr.skde.org (#106)

imongr 0.16.0

  • Extended data model to cover registry medical fields (topics) #101
  • Added GUI for managing registry and medical field relations

imongr 0.15.1

  • Updated DESCRIPTION with release version, updated NEWS.md, and removed .travis.yml

imongr 0.15.0

  • Use Github actions instead of Travis and Appveyor

imongr 0.14.1

imongr 0.14.0

  • add (missing) endpoints for ‘green’ when aggregating levels

imongr 0.13.0

  • provide new field ‘min_denominator’ from ind table

imongr 0.12.0

  • consolidated functions, also removing some
  • increased testing
  • small changes to config
  • organized functions into categories in web site docs

imongr 0.11.0

  • clean-up button in app for agg_data
  • configurabel time zone (default Oslo) for delivery history
  • removed row names in downloaded data
  • increased allowed cyclomatic complexity of functions mosty to avoid devops spam…

imongr 0.10.0

  • added spooky aggregation on names as well (should be changed in future versions)
  • opt in delivery history to speed up app init
  • fixed horrific bug in data aggregation

imongr 0.9.0

  • removed bling-bling from gui
  • colour and fonts made more consistent with frame host
  • multi registry aggregation
  • all data (re-) aggration available in app
  • fixed missing variable pronouns and docs

imongr 0.8.0

  • processing dg (coverage) and dependent indicators during aggregation
  • better tab names and with mouseover texts
  • one-click sending of upload error reports in gui
  • more tables for download were added (to be adjusted in future versions)
  • info in gui on valid indicators for selected registry
  • on reading csv file the app will try an alternative encoding before throwing an error
  • extended app config
  • some errors and shortcomings were fixed

imongr 0.7.1

  • fixed missing check on valid user

imongr 0.7.0

  • minor remodelling of db
  • fixed aggregation of multilevel data, but remains to tested…

imongr 0.6.0

  • first take on generic aggregation, with bugs and still missing median handling

imongr 0.5.0

  • redesign of data model
  • delivery depending on indicator(s) rather than registry
  • interdependence of indicators, primarily for dg

imongr 0.4.2

  • shiny package from CRAN (and not latest from github)

imongr 0.4.1

  • fix bug in data aggregation

imongr 0.4.0

  • aggregate data on upload
  • new functions interacting with db
  • extended testing

imongr 0.3.0

  • increased uplad limit to 50 Mb
  • improved docs on what happend to existing data at upload
  • quality assessment now only accepts registry speciffic indicators
  • added encoding option when data are downloaded
  • some changes of texts and minor bugfixes

imongr 0.2.0

  • new field ‘nevner’ in data
  • norwegian tabs
  • profile page with upload history and reciept
  • info widget in to right corner
  • code logics moved to reduce complexity of server function
  • new config entries
  • infrastructure: ci/cd by travis

imongr 0.1.0

  • First proper release of imongr