Sessionize import
Would be nice to have sessionize import. Example json: https://sessionize.com/api/v2/72i2tw4v/view/All
It shouldn't be very hard:
- Add a new setup type here: https://github.com/HugoGresse/open-feedback/tree/master/src/core/setupType
- Update the UI in the admin to let the user pick sessionize and set the endpoint URL and as well as the setting in the event
Please assign this issue to me. I already created an adapter here:
https://github.com/dev-bcn/open-feedback-adapter/blob/main/src/app/api/2024/schedule/open-feedback-adapter.ts
Nice! The only input needed are a single sessionizeUrl then? If so, is there any quota or CORS related issue to check for?
You're right, the only parameter needed is the sessionize URL that is generated for each event. We should include some instructions for proper configuration, i.e., JSON format, ungrouped results, etc.
Regarding the quota, we've been consuming the API from the www.devbcn.com website for fetching the talks, schedule, and speakers' info, and never received a 429 or similar status error.
No additional CORS configuration is required.
Perfect! Do you think you can provide a sample on some GitHub Gist for testing purposes? Other than that, it should be pretty straightforward.
Take a look at this one:
https://sessionize.com/api/v2/teq4asez/view/All
I think I'll rather add a new mode here:
Which should be clearer, even if it reuse the same stuff behind.
I think I'll rather add a new mode here:
Which should be clearer, even if it reuse the same stuff behind.
Yes, That's what I'm working on. a new import mode with its own configuration screen.
Hi @HugoGresse, I rebased my repository with the latest changes, but I'm changing some issues running the application locally. Would you mind cloning it and tell me what's missing in terms of configuration? Thanks in advance.
It's here https://github.com/anyulled/open-feedback
