- Issue created by @mgerbault
- 🇫🇷France guignonv
Hi!
I just created the module last week and added the Drupal project yesterday! There are no release right now not even an alpha because I consider this module not ready to be used yet. I plan to release an alpha maybe this week or the next one.
For the doc, of course, there will be one. I'll add the README probably tomorrow and I will also add an help page. So far, for *testing*, you can go to "/integrated-site" to create a new site and choose the Drupal "path" that will be used to display the integration (for example "/cartographique-structures").But thanks for the link: I'll test that site for integration as an example. :)
- 🇫🇷France guignonv
I have just released a first alpha that should include all the base features I though of. It includes rudimentary help. You can give it a try (uninstall and reinstall the module).
I've tried it with the site "https://data.ademe.fr/data-fair/app/ptp-cartographique-structures-zc":
- I created a new site integration with the base URL "https://data.ademe.fr/data-fair/app/ptp-cartographique-structures-zc", the Drupal path "/carto" and the integration mode "IFrame as local content"
- I had to set a frame height because it supports infinite scroll (so there's no way to get a dynamic content height value as it's "infinite"!) and I set it to "400px" (arbitrary)
- I added a regexp filter to replace "data.ademe.fr/data-fair" with "/data-fair" (replace "" with yours).
- I had to create a second site integration with the URL "https://data.ademe.fr/data-fair" and the Drupal path "/data-fair" (integration mode does not matter as it is for resources so choose whatever)
It appears to work but there are still a few things to fix if I look at the logs. I don't have much time to investigate but these don't seem insurmountable.
Please try and give feed-back (what blocked you, what could help solving problems, etc.)! Thanks.
- 🇫🇷France guignonv
UPDATE: there was an issue on Google chrome preventing the module form working than has been fixed in current dev.