Skip to content

Releases: thekangaroofactory/kitems

v0.5.0-beta

27 Sep 06:56
6d86a07
Compare
Choose a tag to compare
v0.5.0-beta Pre-release
Pre-release

Release Note

The main reason for switching from v0.4x to v0.5x is the implementation of a server return value communication strategy
instead of a shared reactiveValues object.
This makes the communication workflow more reliable and allow passing callback functions and reactive references.

Various bugs have also been fixed.

What's Changed

Full Changelog: v0.4.1-beta...v0.5.0-beta

v0.4.1-beta

19 Feb 10:04
7f353d9
Compare
Choose a tag to compare
v0.4.1-beta Pre-release
Pre-release

Description

The main purpose of this version is to deliver feedback based on 1st app migration POC
as well as the support of data model update (including rework of the administration console UI)

What's Changed

Full Changelog: v0.4.0-beta...v0.4.1-beta

v0.4.0-beta

31 Jan 14:09
d7c35fc
Compare
Choose a tag to compare
v0.4.0-beta Pre-release
Pre-release

What's Changed

Packaging convergence:

  • Dependencies,
  • Documentation,
  • Test coverage.

Code:

  • Code Cleanup,
  • Admin UI,
  • Cleanup server parameters.

Full Changelog: v0.3.0-alpha...v0.4.0-beta

Data Model (data.frame)

30 Sep 11:29
90ec865
Compare
Choose a tag to compare
Pre-release

So far, the data model information have been stored in different objects (colClasses, default_val, default_fun and soon skip).
This makes it complicated to manage and synchronize as different lists have to be updated and saved each time an action
is performed on the data model.

In order to ease data model management and future evolution, all objects will be merged into a single data.frame

rows will correspond to the attributes of the data model,
columns will provide name, class, default value, default function, skip, ... information

Also this will be saved as a single resource object instead of many.

Data Model

16 Sep 19:02
22d3424
Compare
Choose a tag to compare
Data Model Pre-release
Pre-release

Contains data model improvements and capabilities:

  • default values
  • default functions
  • skip user input

Setting up basic capabilities

07 May 12:46
bf7ee6f
Compare
Choose a tag to compare
Pre-release
  • create a new data model
  • add column to the data model
  • reorder columns into the data model
  • hide columns to the data model view