Fernando Guisso

Results 37 comments of Fernando Guisso

what about this PR #26 ? If this work, I can update the react app to show this rule.

@BENETNATH thanks for opening this issue! Your idea makes a lot of sense, especially for communities running workshops and needing a way to certify attendance. Beyond just generating certificates, this...

There is any advice if a community member wants to start this feature?

For me too, when try to export the answers, I get a 500 status error: ```http POST https://evento.potilivre.org/api/events/3/questions/answers/export 500 ``` And when export from Attendees, I just have the default...

@daveearley I'm following the docs and running the Docker Compose version. Everything is working, the postgres database is running and every other features are working. Like I said, when users...

hey @daveearley any thoughts about that? While testing the answer export feature locally, I encountered multiple issues when using `FILESYSTEM_PRIVATE_DISK=local`. I asked **ChatGPT** for help to debug the flow. Here's...

### Quick Fix for my running event I accessed the PostgreSQL database inside the Docker container and ran a custom SQL query that: - Joins `question_answers`, `questions`, and `orders` -...