Releases: dbisUnibas/CS108-PET
v2.9.1: Log4j
Bumping Log4j dependency due to CVE
Full Changelog: v2.9.0...v2.9.1
CS108PET v2.9.0
Additions:
- Added utilities for grading purposes to views
Fixes:
- Various fixes related to building pet
Note:
The pre-built JAR was built on windows 10 and thus, might not work for MacOS due to quirks with openjfx
CS108PET v2.8.0
Rebranding to CS108PET (CS108 Performance Evaluation Tool) or pet
for short.
No new features.
Note:
The pre-built JAR was built on windows 10 and thus, might not work for MacOS due to quirks with openjfx
ReqMan 2.7.0
Added support for disabling requirements.
Changes
The catalogue data model changed. Particularily, the Requirement
entity received a new boolean property disabled
. A disabled Requirement
does not contribute to a Catalgoue
's score, and, hence, is not assessable.
Thus, it's not shown in evaluator mode.
Additions
The RMTL received an apropriate update: The Requirement
entity now has a conditional field disabled
.
Fixes & Improvements
Some minor improvements and fixes were performed
2.7.0-SNAPSHOT -- Disabled requirements
Added support for disabled requirements.
ReqMan 2.2.0
Upgraded to version 2.2.0
- Added support for CSV export of group overview
- Added support for CSV export of group overview per member
Both overviews are in long table format and may also include a grade
(based on the user's formula).
CSV Format
We use the comma (,
) to separate columns and LF (\n
) to separate rows (that's why it is called CommaSeparatedValues)
Long Format
In the case of ReqMan, the column headers are: Group, Milestone 1, ..., Milestone X, Total[, Grade]
.
Hence, each group's data fills a row. It could also be the other way round, where each group's data fills a column, but this is not how it is exported.
ReqMan 2.1.4 - Group Statistics Overview Enhancements
Group Statistics Overview Enhancements
A lot of the features in this updates are created by @silvanheller.
Thank you for your contribution.
- Added Shortcut to groups statistic overview: Ctrl+Shift+O
- Changed layout to separate the charts / tables onto tabs
- Added a table where requirements analyis is performed:
Which requirements where fulfilled how many times - Added grade display and grade formula parsing (still experimental)
Reqman 2.1.3 - Minor UI improvements
Implemented minor UI improvement suggestions:
- The group overview has larger min height values now, which makes it easily readable in a portrait oriented window
- Implemented suggestion: #25
Reqman 2.1.2
Fixed #23 which caused ReqMan to not recognize saved groups (and would always create backups of them).
Hotfix: ReqMan v2.1.1
Fixed a bug which caused reqman to crash, if there aren't any backups available