This MR contains most of the work and experiments carried on react-admin for CubicWeb. There is still some work needed before merge.
I created this MR to have early review on the code.
ReferenceInput
to edit CubicWeb's relations. As CubicWeb has very complex relations the default component was not satisfying. This new component provides the following features:
ReferenceArrayInput
. Similar to the custom ReferenceInput
component described above, this new component allows users to select and create new elements in relation accepting multiple elements (cardinality +
and *
).ra-cubicweb
is still a work in progress.The rest of the work will be done in separate MRs.