ecamp3 icon indicating copy to clipboard operation
ecamp3 copied to clipboard

chore: reduce tag header by removing ManyToOne relations from tags list

Open usu opened this issue 9 months ago • 1 comments

We rely on *ToMany relation tags to detect additions/removal to list (e.g. {activitiyId}#scheduleEntries listening for new scheduleEntries).

However, so far we haven't come across any usecase where we rely on a *ToOne tag.

As we have a better test coverage with various endpoints by now, I think it's safe to remove the ManyToOne tags at the moment and hence reducing the tag list significantly. Can be revisited, in case we detect any issue when implementing additional endpoints.

usu avatar Apr 13 '25 10:04 usu

@usu Can i close this PR for now and reference it in an issue?

BacLuc avatar Nov 11 '25 10:11 BacLuc