Table of Contents

Decision to use Admin UI Integration

Status

rejected

Context

We need a GUI for the admin. It should have been easy to implement and we have a fast GUI for the admins.

Decision

We don't use it since it is not as easy as it should have been with the combinations of technologies we use. react-admin alone works fine since it will initialize redux store and react route by itself. but if we have already a store and route it is a bit tricky to tune it to work with react-admin

Consequences

We research for a better solution or implement it by hand.