Adrian

Results 812 comments of Adrian

an example would be great, ideally on our sandbox instance

I think the spacing in the new version looks rather weird around the gray line...

Fine for me, if they are too noisy I'll let you know and you can move them to a separate PR.

The drawback of doing this is that the user no longer has to consciously choose (and thus know that they chose) a contribution type...

I think it's about hiding (or clearly graying out) any booking which you cannot link...

Yes please, if the booking is longer than he event it still makes sense to allow it for linking, because often you keep some buffer around the actual event times...

I'd rather pass the linking data to the API endpoint and then only load relevant stuff... otherwise, especially for bookings far in the future, it's a mess because of lazy-loading.

Note that if the event does not have registration forms yet, you can use the "import" feature (in the main event management menu) to import them from another event (same...

Is this really something that should be on the celery side? - If I do not use alembic and just use `create_all()` to create my database tables, then I just...

I think DB changes should be clearly documented in the changelog. But executing them extremely dependent on the environment. Note: This is assuming that you do not maintain your completely...