[16.0][ADD] website_event_private: new module#445
Conversation
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
|
Not stale, just missing reviewer. And it could help some tests. |
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
|
Not stale, just missing reviewer. |
bbd0553 to
1d79ebe
Compare
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
|
Ciao @Hugo-Trentesaux and @remi-filament, thanks for this module. I felt the same need and built a website_event_private for 19.0, and only Here is a "short" comparison so you can decide: Your design is link-based: an access_token (UUID) shared as a URL, a public Where mine goes further is leak-hardening. It tries to close every
Conversely, your event.type-level default, the share-link UX, and the I would be glad to bring this in whichever way works best for you. Two options come to my mind, and I am happy to
You can see my full code here: Whatever you and the maintainers prefer, I am happy to do the work. |
|
Hi @odrakirmusic, thanks for your comment! I think our two modules address different aspects of the "private" word. Ours is more like "not public" while yours is more like "secret". While our module mainly aims to restrict registration to a known user, yours achieve that plus secrecy about the event. Because these are two different requirements and philosophy, I think it should stay as two separate modules. However, as there could be some cases where people would need both, we could try to make these two modules work together well. But this requires us to first migrate our not-yet-merged module to 19.0 where we currently do not need. In addition, making the two modules compatible would need a certain quantity of work. So my suggestion for the moment is that we wait for more review on our |
|
Yes, maybe |
This is an update on PR #385 with a bugfix.
This module is used in production in two instances.