Conversation
f81bb4d to
4b4007c
Compare
4b4007c to
c62c015
Compare
|
Hi Ralex, I noticed my pull request hasn’t been merged or commented on yet. If there’s anything you’d like me to change, improve, or clarify, just let me know. Great project! Keep going! |
|
Hi, I'm hesitant to merge this as-is because it introduces a breaking change: the configuration location changes, which would break existing setups without users necessarily understanding why. I try to avoid breaking existing configurations unless there's a transition plan. I agree to .env approach makes sense, but we would need a migration path or versioning around this change before merging. Also, longer term, this configuration may disappear in favor of an interface to create quizzes and configure Rahoot directly, so I want to be careful about changing the setup structure right now. Thank you again for your interest in this small project. |
|
Hi, |
Hi,
I thought it would be nice if the settings were in a .env file so they won't be overwritten by Git. I also excluded the quizzes from Git in the .gitignore. The example quiz is not affected by this change.