User story #2838
closedAdding report message in compliance reports
Description
When looking at compliance details it would be better to have reports message.
We should display them for each key value or for the component if he doesn't have any keys.
For Rule compliance page, I suggest having a popup with message associated to each node.
For Node details, I suggest having a tooltip to show it.
Files
Updated by Jonathan CLARKE about 12 years ago
- Target version changed from 2.4.0~beta4 to 2.4.0~beta5
Updated by Jonathan CLARKE about 12 years ago
- Target version changed from 2.4.0~beta5 to 2.4.0~rc1
Updated by Jonathan CLARKE about 12 years ago
- Target version changed from 2.4.0~rc1 to 2.4.0~rc2
Updated by Vincent MEMBRÉ about 12 years ago
- Status changed from New to Pending technical review
- % Done changed from 0 to 100
Applied in changeset 3d13bf8c7b99d227d94dc010d7953ba6ad68f213.
Updated by Vincent MEMBRÉ about 12 years ago
fix test problem in c5d2018f
it was a misstake from a stupid developper
Updated by Nicolas CHARLES about 12 years ago
- Status changed from Pending technical review to In progress
- % Done changed from 100 to 90
Vincent,
I've made the technical review, and it was mostly perfect (I did some minor correction, mainly to prevent having two datatables having the same id)
However, I have erratic bugs on the node compliance details, causing pluses images to be clickable, replaced by minuses, but nothing else happening. Clicking again and again make it, in the end, open.
There is something highly strange there, could you have a look at it ?
Updated by Nicolas CHARLES about 12 years ago
Nicolas CHARLES wrote:
Vincent,
I've made the technical review, and it was mostly perfect (I did some minor correction, mainly to prevent having two datatables having the same id)
However, I have erratic bugs on the node compliance details, causing pluses images to be clickable, replaced by minuses, but nothing else happening. Clicking again and again make it, in the end, open.
There is something highly strange there, could you have a look at it ?
Steps to reproduice this bug :
Click on a rule with directives and components. Extend one directive all the way down.
Click on the % on the component to open the popup
Extend the details in the popup all the way down
Close the popup
Try to extend another directive. It fails
Updated by Nicolas PERRON about 12 years ago
- Target version changed from 2.4.0~rc2 to 2.4.0~beta5
Updated by Vincent MEMBRÉ about 12 years ago
Thanks Nicolas, The JS has been fixed!
Now if everything is fine for what has been done, I have to change the other dataTables!
Updated by Vincent MEMBRÉ about 12 years ago
- Status changed from In progress to Pending technical review
- % Done changed from 90 to 100
Applied in changeset d4e17e5591ed590bb6c4f432926780d3d27cd2e6.
Updated by Vincent MEMBRÉ about 12 years ago
- File ruleCompliance.png ruleCompliance.png added
- File compliance_details.png compliance_details.png added
- File popupCompliance.png popupCompliance.png added
- File nodeCompliance.png nodeCompliance.png added
Here some screenshots where you can see the result
Updated by François ARMAND about 12 years ago
- Status changed from Pending technical review to 10
The code seems OK, even if the quantity of JSON/Ajax/JS is a little to much for me.
We should start to really thing about how to test these parts of the application.
Updated by Jonathan CLARKE about 12 years ago
- Status changed from 10 to Released