Architecture #4845
closedArchitecture #4770: Use JSON as datas of tables in Rudder web interface
Rule compliance popup datable using JSON data source
Description
This issue is like #4771
The goal of that task is to tranform the current Rule compliance popup grid to use a JSON data source in place of a HTML enhanced table.
The HTML code should only contains the HTML table headers (rows,etc), everything else being filled from the JSON data source.
In the first step, the JSON source may be a simple "var" defined in the page, there is no need to have an asynchronous call to get it. Nonetheless, it is a desirable feature for the future, and the implementation must not make it impossible to code when we will need it.
Some time must be spend to clearly analyse ALL the data used in that table so that we get them all, and build a coherent JSON structure.
Updated by Vincent MEMBRÉ over 10 years ago
- Status changed from New to Pending technical review
- Assignee changed from Vincent MEMBRÉ to François ARMAND
- Pull Request set to https://github.com/Normation/rudder/pull/526
Updated by Vincent MEMBRÉ over 10 years ago
- Pull Request changed from https://github.com/Normation/rudder/pull/526 to https://github.com/Normation/rudder/pull/530
PR rebased on 2.11 https://github.com/Normation/rudder/pull/530
Updated by Vincent MEMBRÉ over 10 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset 3f5b34a0adec85d218c92f611949a0be1a18a22c.
Updated by François ARMAND over 10 years ago
Applied in changeset 76f048178e6e85e9b9c17b2f904d417ee8f1500f.
Updated by Vincent MEMBRÉ over 10 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 2.11.0~beta1 that was released yesterday.
- announcement
- changelog
- Download information: https://www.rudder-project.org/site/get-rudder/downloads/
Updated by Benoît PECCATTE over 9 years ago
- Tracker changed from Enhancement to Architecture