Skip to content

Releases: micheldrescher/cw-project-radar

Cyberwatching.eu Project Radar 0.7.1

11 Nov 15:13
Compare
Choose a tag to compare
Pre-release

A new point release for the Cyberwatching project radar.

New feature(s):

Improvement(s):

  • f7d25c9 Interactive project table (close/open), and cross-highlighting between radar segments and project tables)
  • 318b1d4 Updated radar data baseline

Bugfix(es):

  • b3f7815 UI changes based on classes, rather style injection.

Cyberwatching.eu Project Radar 0.7.0

04 Nov 11:33
Compare
Choose a tag to compare
Pre-release

A new point release for the Cyberwatching project radar.

New feature(s):

  • Live radars are now shown at the path <server>/radar whereas fixed editions remain accessible at path <server>/radar/<edition>. (ec5914b)
  • Published radars can now be re-published, using the already set cutoff date (54500f3)

Improvement(s):

  • Additional elements in the main radar view for better user guidance and documentation (still need to be populated meaningfully)
  • The height of the radar rendering is now controlled by the height of the browser viewport so that radars and segments always fill the screen but not beyond. (ef866b7)
  • KPIs displayed on the front page are now dynamically calculated (3172a12)
  • Radar lifecycle simplified: Radars now may be in states 'created', 'published' and 'archived'. (0830790)
  • Client-side pug templates are built as modules so that they can be imported and minified into the JS bundle served to the client (3f2c585)
  • Updating dependencies versions
  • Radar visualisations (radar SVG and tables) are now loaded asynchronously for a better UX (70925ce)

Bugfix(es):

  • Semantic versioning requires all three elements (MAJOR.MINOR.PATCH) (5c90958)
  • Sort MTRL Scores and Classifications by submission date and ObjectID to get the correct sorting order (5137581, 4b17656 , 1db4913)
  • Client-side admin UI now does now send 0 (zero) values for MRLs and TRLs (7a87486)
  • Updates to production/distribution build targets
  • Removing superfluous debugging code
  • Internal refactoring
  • Improving test coverage

Cyberwatching.eu Project Radar 0.5

19 Oct 14:23
Compare
Choose a tag to compare
Pre-release

A lot of things have changed behind the scenes; mostly refactoring for better re-use of code.

New feature(s):

Improvement(s):

  • Many elements in the project info modal dialog are now re-usable Web Components
  • Converted project structure to support multi-page builds with Parcel (better maintainability and faster page loads will be the result once implemented)
  • D3 now completely removed from client-side code, this eliminating loading this heavy-weight beast for the light use in this project
  • D3 removal process in progress for the server side

Bugfix(es):

  • Corrected a merge error causing the main page to show the project widget

HOTFIX - 0.3.1

30 Sep 08:33
2e09f49
Compare
Choose a tag to compare
HOTFIX - 0.3.1 Pre-release
Pre-release

Main webpage template accidentally rendered unusable - fixed in version 0.3.1

Cyberwatching.eu Project Radar 0.3

29 Sep 15:35
ae49c5c
Compare
Choose a tag to compare
Pre-release

This release has only one purpose: to provide projects a way to include a widget on their project home page highlighting their current status within the Cyberwatching Project Radar.

New feature(s):

  • Project widget.
    Use an iframe to place the widget on your homepage:
     <iframe src="http://localhost:8080/widget/project/110"/>

Improvement(s):

Bugfix(es):

CW Project Radar 0.2.1

21 Sep 09:43
0d9a8a1
Compare
Choose a tag to compare
Pre-release

This release updates libraries with security vulnerabilities fixes.

New feature(s):

Improvement(s):

Bugfix(es):

  • Updating dependency tree libraries:
    • elliptic from 6.5.2 to 6.5.3
    • bl from 2.2.0 to 2.2.1

Release 0.2.0

16 Sep 19:56
Compare
Choose a tag to compare
Release 0.2.0 Pre-release
Pre-release

Some new stuff to push out:

New feature(s):

Search projects

  • Use the new search text field in the upper right corner to quickly search for projects. Search is case-insensitive to capture as many potential hits as possible.
  • Click on one of the search results to jump directly to the project info modal.
  • Search reacts to your view mode: When displaying the full radar, search covers all projects. If displaying a specific segment, search considers only projects in the segment shown on screen.

Improvement(s):

Project information

  • The statistics area for the project modal window has been rearranged and some new info is displayed
  • A new "mini radar" shows the new approximate location of the project in the radar (accurate to segment and ring level).

Bugfix(es):

none

First release 0.1.0

01 Sep 15:54
Compare
Choose a tag to compare
First release 0.1.0 Pre-release
Pre-release

This is the first release of the Project Radar suitable for external use and integration.

It is feature complete compared to the current production version of the Google Sheet based version (plus some more goodies and features).

Future versions are expected to increment minor and patch releases until version 1.0.0 will be released roundabout End of October 2020.