-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added attachments number to agendapoints table #207
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One thing to consider with this approach is that it can make the initial request heavy (and the cache will also be invalided more often). I guess it all depends on the amount of attachments we can expect, if it's low this will work ok.
Personally I would have gone with a separate component that fetches the attachment count for each line, but this looks fine to merge as is at the moment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missed the header, that needs to be fixed before we can merge
Maybe do we need some design for that number? @Dietr
If not feel free to approve and merge :)