We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
if an event is missing attendance, but there are roll call votes, we could infer attendance from the roll call votes.
relates to #374
The text was updated successfully, but these errors were encountered:
we tried searching for events that match this, but only one event came up from 2015:
select * from event inner join eventagendaitem on event.id = event_id inner join eventrelatedentity on eventagendaitem.id = agenda_item_id where entity_type = 'vote_event' and event.id not in ( select event_id from eventparticipant where entity_type = 'person' ) limit 10;
Sorry, something went wrong.
No branches or pull requests
if an event is missing attendance, but there are roll call votes, we could infer attendance from the roll call votes.
relates to #374
The text was updated successfully, but these errors were encountered: