1. Story
-
[OC-624] As a user I want to sort cards on the feed either by severity, lttd, publishDate or by lttd, publishDate only.
In the feed, the cards remain sorted by default by severity, then by lttd (last time to decide) desc. (i.e. closest lttd first), then by publication date asc. (i.e. latest cards first).
This version adds a toggle to the feed buttons to switch to a second sort order that doesn’t take severity into account, so that cards are sorted by closest lttd then latest publication date.
Note: No configuration is necessary.
2. Bug
-
[OC-549] - Thirds API does’t return 404 when requested third doesn’t exist.
-
[OC-325] - Put a long heartbeat timeout to avoid losing cards
-
[OC-349] - Correct bug in token silent refresh (Implicit Mode)
-
[OC-715] - [Cards-consultation][tests] : clean must be done after each unit test
-
[OC-727] - regression in Action Service - feign.codec.DecodeException
-
[OC-368] - Cards with an end date that is before their start date should be refused
-
[OC-720] - CSS in card detail is not correctly applied until reload
-
[OC-604] - On first opening the app, the feed filter isn’t synchronized with timeline time horizon
3. Task
-
[OC-669] Card publication service refactoring
-
Remove unused and non working recipient options : INTERSECT , RANDOM, WEIGHTED and FAVORITE
-
Remove unused field mainRecipient
-
Remove internal asynchronous mecanism to push cards in Mongo and Rabbit
-
-
[OC-643] - Remove code regarding unused virtual time in frontend
-
[OC-687] - Remove unused OAuth2 micro-service
-
[OC-712] - When Token refresh is not possible redirect to login page (Implicit Mode)
-
[OC-724] - Adding an Endpoint for the logout process
To successfully destroy the current session user in Keycloak, you need to provide a logout-url as explained in the doc
-
[OC-649] - Upgrade the backend
-
[OC-681] - Migrate angular from version 7 to 8
In this task, we moved to version 8 of Angular, we would draw your attention that there is a breaking changes during this migration, especially, we passed from v10.10.0 to v10.16.3 of node, and from 7 to 8 of ng command (angular-cli) Please refer to angular.json file the packages we have migrated
-
[OC-652] - Update API Action documentation, more precisely, remove unused fields : lockCard, needsConfirm, updateState, contentStyle, inputs
4. Feature
-
[OC-204] - As a Client, I need a about section "about" with a fixed value and a freely configurable value
-
adds release version and application name into jar manifests;
-
displays current release version of
OperatorFabric
into theUI about section
; -
enables new settings into
web-ui.yml
ofconfig service
to be displayed in theUI about section
, cf user guide - web-ui section for more details.
-