advanced-cms / advanced-reviews

This is an Open Source add-on that improves the reviewing process and lets external users to view & review content items or whole projects without the need to access the Edit Mode. Created and maintained by Bartosz Sekuła and Grzegorz Wiecheć
Apache License 2.0
17 stars 15 forks source link

Support for Optimizely Content Graph? #254

Open scottrockers-herodigital opened 1 month ago

scottrockers-herodigital commented 1 month ago

Hello,

I was just wondering if the Advanced Reviews package works with Optimizely Content Graph? (Optimizely.ContentGraph.Cms - https://docs.developers.optimizely.com/content-management-system/docs/install-and-configure-optimizely-graph-on-your-site )

Thanks, Scott

barteksekula commented 2 weeks ago

@scottrockers-herodigital how do you use graph? I assume you have a nextjs app or sth similar querying the graph right? So the delivery is no longer on the same server as the CMS meaning that routing would have to be done there. If so then it is not possible at the moment as right now we use partial routers which are part of the CMS, however we are planning a new version of advanced-reviews which could support that scenario.