Skip to content

Sharing Sessions#208

Draft
cb341 wants to merge 4 commits intomainfrom
feature/support-query-parameters
Draft

Sharing Sessions#208
cb341 wants to merge 4 commits intomainfrom
feature/support-query-parameters

Conversation

@cb341
Copy link
Contributor

@cb341 cb341 commented Mar 8, 2026

Session Sharing

I think this could be a useful feature for meetings / pair programmings and spontanous code reviews.
One person defines a session and shares it with members, ensuring consistent tracking of sessions.

Implementation done by Opus 4.6

1. Define Session 2. Copy Session 3. Prefill Session
CleanShot X 2026-03-08 18 22 46 CleanShot X 2026-03-08 18 22 53 CleanShot 2026-03-08 at 18 31 15@2x

@cb341 cb341 self-assigned this Mar 8, 2026
@cb341 cb341 changed the title Feature/support query parameters Sharing Sessions Mar 8, 2026
return Promise.resolve()
}

private copyToClipboardFallback(text: string) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

hmmm

const urlParams = new URLSearchParams(window.location.search)

this.prefillIssuesFromURL(urlParams)
this.prefillFieldFromURL(urlParams, 'comments', '#timer_session_comments')
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Use targets instead of #

gap: 0.5rem;
}

.btn-submit {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hmmm
i'd expect here a ref to [submit]

@cb341 cb341 marked this pull request as ready for review March 8, 2026 17:34
@cb341 cb341 marked this pull request as draft March 8, 2026 17:36
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.

1 participant