Releases: monarc-project/zm-backoffice
Releases · monarc-project/zm-backoffice
Release v2.13.1
The code refactoring includes the following parts:
- Removed the relying on the abstraction and sharing the same methods execution of services.
- Implemented the single responsibility approach to the entities.I
- Added the filtering functionality to process the incoming get requests data and prepare them for the filter and sort queries.
- Added the data validation at first place. Before the post, put, patch and delete requests data are passed to the services, they are validated.
- Removed the dependency on the abstract table common methods, where the entities positions were processed, and some specific code run.
- Implemented the common approach, not resources/time consuming, of the entities positioning based on interfaces and traits.
- Optimised the export and import functionality to be clean and fast.
- Added a common place to validate the analysis access and endpoints permissions before the controllers’ actions are reached. The Middleware passed an anr object to the actions automatically as an attribute.
- Restructured the components and code parts of the application based on responsibilities, relations and to be more clear.
- Removed many deprecated code parts and cleaned up the deprecated columns in the DB tables.
- Improved some DB indexes and renamed tables, columns to be more clear on the names.
- Added some first unit tests as a starting point for the full coverage.
Not refactored parts are the following: Questions
, QuestionsChoices
, Guide
, Interviews
, ROPA
, Deliverable
.
User stories.
- Added possibility to export risk analysis with Knowledge Base (KB) and/or Assets Library (AL). That allows to optionally export all the KB a AL data without having the analysis modelling started. This is needed for sharing models between FrontOffices or update AL or KB with new versions of the structures.
- Changed the export format of JSON export file to reduce its size and be similar to the api endpoints responses and the projects structures views. An old data converter is implemented for the backward compatibility.
- Significantly improved the import time and made it always consistent. In case of import issues the data are not inserted, there are saved in the DB only at the end of the process (transactional approach).
- Removed extra user’s information from password reset response and removed the endpoint access by the other users (points 5.1.1, 5.1.2).
- Restricted analysis creation based on the models that are not available for the client (point 5.2.3).
Release v2.12.6-p2
Fix
- Added the validation to prevent redirection to the login page when the reset password link is opened.
Release v2.12.6-p1
- Fixed all the clients' models unlink when a single one is removed.
[When the same model is linked to multiple clients, unlinking a single one leads to unlink it from all the other clients].
Release v2.12.6
New feature:
- Support of PHP8.
- Update clients' data and linked models via Ansible and new flags "2FAEnforced", "isBackgroundImportActive", "reset2FA".
Release v2.12.4
Updated the title in according to the "Cases" -> "NC3" move.
Release v2.12.3-p1
New feature
- Added a possibility to link the whole category to models.
Release v2.12.3
New features:
- Link multiple specific models per client.
- Added the possibility to import assets in the library from CSV files.
Release v2.12.1
- Fixed the clients search error.
Version 2.12.0
Merged branches related to the new features:
- metadata assets;
- 2FA.
Release 2.11.0
This release comes with the FrontOffice release v2.11.0.