Skip to content

Commit

Permalink
update news file to be more readably and organized
Browse files Browse the repository at this point in the history
  • Loading branch information
aclark02-arcus committed Jun 17, 2024
1 parent 87ad214 commit df14137
Showing 1 changed file with 32 additions and 25 deletions.
57 changes: 32 additions & 25 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,41 @@
# riskassessment 3.1.0

* Fixes bug that doesn't reset decision by and date fields when re-scoring/re-weighting packages (#680)
* Fixes bug where the privileges table was not aligned with the used privileges in the application (#697)
* Added introjs for file browser & function explorer( #581)
* Added tests for the code and function explorers
* Added repo specification to configuration file (#701)
* Fix typo in Privileges table (#719)
### User Enhancements
* Allow users to specify decisions within the CSV file used to upload pkgs (#663)
* Drastically shorten waiting time in `Code explorer`/ `Package explorer` by reading tarballs in memory (#707)
* Move package upload process to an exported functiond, allowing users to populate the database outside of the application
* Added `Package Dependencies` content to Reports (#721)
* Added option to include `Suggests` pkgs in downloadable Reports (#721)
* Added `Decision` column to Package Dependencies tab's table output (#774)
* Added `Decision Summary` card to Package Dependencies tab (#774)
* Added hyperlink on dependencies/reverse dependencies cards, directing users to `Package Dependencies` page for more detail (#597)
* Added new table to display reverse dependencies which highlights pkgs that already exist in the database

### Squashed Bugs
* Fixed bug causing application to crash when trying to delete zero packages (#781)
* Fixed bug where app doesn't reset the `decision by` and `decision date` fields when re-scoring/re-weighting packages (#680)
* Fixed bug where the `user privileges` table was not aligned with the available privileges in the application (#697)
* Fixed typo in privileges table (#719)
* Fixed bug where HTML reports displayed a darker green in the cards' meters
* Only run configuration checkers when configuring the database
* Added dependencies/reverse dependencies card hyperlink (#597)
* Added non-shinymanager deployment option (#700)
* Added Package Dependencies to Reports (#721)
* Shorten waiting time in code explorer/package explorer by reading tarballs in memory (#707)
* Move package upload process to a function
* Updated logo in reports to lighter version to match application UI
* Utilize `{archive}` to parse DESCRIPTION file in package upload process
* Incorporates table to show reverse dependencies included in the database
* updated manifest file and deployments article
* Adds about page to help users understand the project a little more, providing useful resources and attribution
* Updated version of `{riskmetric}` being used to v0.2.4.9000
* Added Suggests option to Reports (#721)
* Updated the Dependency Cards to be slightly more informative

### Docs
* Added `About` page to introduce our audience to the project a little better, providing useful resources and attribution that highlights individual contributors
* Added more context to the metric score card visuals by inserting tool tips & creating a legend modal that describes & interprets all possible visuals (#652)
* Added introjs for file browser & function explorer( #581)
* Added `{riskmetric}` assessment documentation URLs to About tab, on Risk Assessment Criteria page.
* Updated the Dependency Cards to be slightly more informative
* Updated 'About' page to highlight individual contributors on the project, leveraging `bslib` cards.
* Allow users to specify decisions in the CSV upload file (#663)
* Fix bug causing application to crash when trying to delete zero packages (#781)
* Add `Decision` column to Package Dependencies tab's table output (#774)
* Add `Decision Summary` card to Package Dependencies tab (#774)
* Attach user name to batch upload decisions (#785)

### For Devs
* Added non-`shinymanager` deployment option so that users may use their Posit Credentials instead (#700)
* Added tests for the `Code Explorer` and `Function explorer` modules
* Added repo specification to configuration file (#701)
* Ensured configuration checkers run when configuring the database
* Utilize `{archive}` to parse DESCRIPTION file, increasing speed in package upload process
* updated manifest file and deployments article
* Updated version of `{riskmetric}` being used to v0.2.4.9000





Expand Down

0 comments on commit df14137

Please sign in to comment.