Gildas Garcia
Gildas Garcia
## Problem There are rules dictating the allowed children for the `Admin` components because those are configuration elements. You can't just pass any react elements. This is in part because...
I only implemented a few, just enough to test the core features. We need more specialized fiels to quickly display formatted values: - [ ] DateField - [ ] EmailField...
I only implemented a few, just enough to test the core features. We need more specialized inputs: - [ ] DateInput - [ ] BooleanInput - [ ] PasswordInput -...
There are two options for this: - polling: http://dev.apollodata.com/react/receiving-updates.html#polling - subscriptions: http://dev.apollodata.com/react/receiving-updates.html#Subscriptions & https://www.graph.cool/docs/reference/simple-api/subscriptions-aip7oojeiv/
Currently, while the filter itself work, when refreshing the page it is not populated from url.
This would require to export a custom `Admin` component which would decorate the aor one. It would parse the children checking which resources are handled manually (declared with `Resource` components)...
**ChromeDriver failed to start in 5 seconds** ``` [xolvio:cucumber] Cucumber is running [xolvio:webdriver] getChromeDriver called [xolvio:webdriver] startChromeDriver called [xolvio:webdriver] Entering _startChromeDriver [xolvio:webdriver] Spawning phantom process binary /home/gildas/.meteor/packages/xolvio_webdriver/.0.5.2.1c9pccx++os+web.browser+web.cordova/npm/node_modules/chromedriver/lib/chromedriver/chromedriver [xolvio:webdriver] Spawned phantom...
It would be cool to share some common browser commands (authenticateUser, logout, etc.). As some may not make sense for all users, being able to provide them as separate packages...