Volto Team meeting minutes 2025-03-25
Attendees
- Piero Nicolli
- Steve Piercy
- Victor
- Alin
- Tiberiu
- Rob
- David Ichim
- Erico
- Mike
- Armin
- Ionut
- Teo
- Ana
- Dana
- Narcis
- Mikel
- Jakob
- Nilesh
Housekeeping
- Designate Note Taker - @stevepiercy
- Designate Time Keeper - @pnicolli
- Review agenda topics, presenters, and timings - @pnicolli
- Topics should not exceed 15 minutes of discussion time, as that probably means it is too complex to resolve during this meeting. Ad hoc meetings or sprints may be a better venue.
Agenda/Notes
Old Business
These items are updates from previous meetings. Usually they are information only, and don’t require further discussion. Occasionally they may require further discussion and clarification.
- GitHub - actions/stale: Marks issues and pull requests that have not had recent interaction
- Start with a notification asking them if the issue is still valid or fixed.
- Add the label Stale.
- After how many months after it was last updated?
- Six
- Don’t want to close issues automatically at this time.
- Post a comment that asks whether the issue is still relevant, what is its status, what needs to be done next, or can be closed.
- logseq/.github/stale-issues.yml at master · logseq/logseq · GitHub
- Notify participants in comment. It appears that this feature is not supported.
New Business
Update the Volto Project Board and Volto Roadmap as needed.
- GitHub - actions/stale: Marks issues and pull requests that have not had recent interaction
- World Plone Day 2025
- Submit a talk to World Plone Day 2025
- World Plone Day 2025 on April 10, 2025 - Events
- @erral will prepare a talk
- @erico suggested that we discuss what we want to present collectively as a Plone Community.
- We have actively started work on Volto 19
- There is a new branch 18.x.x for developing Volto 18
- main is now the development branch for Volto 19
- Update Volto version policy docs, specifically any new stuff for 19, include Node.js support Version policy — Plone Documentation v6
- Refactor class components to functional components · Issue #4460 · plone/volto · GitHub
- We need reviewers for all PRs from Pull requests · plone/volto · GitHub
- Fixed 'Relevance' option not being selectable by site viewers in the search block's 'Sort on' #4213
- Prompted jeff@pretaweb.com to proceed for Volto 19
- Archive PloneConf 2024, prepare for PloneConf 2025 · Issue #907 · plone/training · GitHub
- In progress. Fred will train Steve on the process soon.
- Mikel said a call for trainers for PloneConf 2025 will come soon.
- get multilingual settings and available languages from backend #6818
- Victor and Mikel will work on this item
- Javascript bundle optimization · Issue #5419 · plone/volto · GitHub
- After several iterations, we’ve learned what is and is not effective. We have further testing to perform, specifically lazy loading at the route level.
- The end result should have some statistics of before and after bundle optimization for each scenario.
- Use default query in SSR rendering and client fetch of the listing block when we don't have a search criteria #3866
- Ask @wesleybl if the pull request is still relevant, as it appears to have been superseded by Refs #3839 - Fix error where there is no query supplied #6392.
- Undoing a block paste operation should reload the clipboard with the un-pasted stuff · Issue #4063 · plone/volto · GitHub
- Let’s complete the open pull request Undoing a block paste operation will now reload the clipboard with the un-pasted stuff #4299.
- We need to decide whether to clear the clipboard or not. Not clearing would allow pasting the content multiple times. We should be consistent with the operating system default.
- A separate pull request or issue could discuss when and how to clear local storage from the clipboard.
- (Feat) : Allow previewing images when selecting them with the file picker. Now you can only see the file name #4120
- Determined to be useful. We need to decide which UI to use. Google Drive has a pretty good one.