OpenSlides / OpenSlides/openslides-projector-service
Insert overlay slides directly into correct container instead of moving them
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 1
- Forks
- 11
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 23
Description
Problem
Currently, overlay projections are rendered into .slide containers first, then moved to .overlay-container by JavaScript (overlay.js). This can cause web component lifecycle issues.
Proposed Solution
Use template logic in projector-content.html to insert slides directly into the correct container based on data-is-overlay attribute
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading projector-content.html and overlay.js to trace how overlay projections are currently placed and moved. Confirm how data-is-overlay identifies the target container. Done means the template inserts overlay slides directly into .overlay-container, while regular slides remain in .slide containers and the JavaScript move is no longer needed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, javascript
- Domain
- frontend
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100