Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@zeynepcaysar
Copy link

@zeynepcaysar zeynepcaysar commented Aug 20, 2025

Some minor changes added in indico source code for the ai_summary plugin:

  • Added a template hook for summarize button in macro _render_dropdown_option ( _manage_button.html)
  • Added yield 'summarize' in get_manage_button_options function (events.py)

See PR#279 as it needs to be merged first

@zeynepcaysar zeynepcaysar changed the title template-hook added for summarize button Added template-hook for summarize button Aug 20, 2025
{%- trans -%}Edit subcontribution{%- endtrans -%}
</a>
{%- elif opt == 'summarize' -%}
{{ template_hook('event-manage-dropdown-after-notes-compile', event=item) }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe event-manage-dropdown-notes-summarize could also be an option for a name? Not sure if we want to stress more that it's for minute summarization or that it comes after notes-compile..

yield 'notes_edit'
if self.scheduled_notes:
yield 'notes_compile'
yield 'summarize'
Copy link
Member

@tomasr8 tomasr8 Aug 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe notes_summarize to be consistent? Actually, Adrian mentioned this should be something more generic and not specific to summarization, but we can figure this out later

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants