Skip to content
New issue

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

Try to combine the /slides and /propose-slides endpoints in meeting material management. #7705

Closed
rjsparks opened this issue Jul 18, 2024 · 1 comment · Fixed by #7787
Closed

Comments

@rjsparks
Copy link
Member

Right now, it is confusing what link a chair should send to their presenters when encouraging them to upload slides. The chair sees /slides, but the presenters have to use /propose-slides.

It might be better to use a single endpoint (/slides) and make the endpoint behave differently (being very transparent about what's happening) given the role of the person using it.

RjS

@kivinen2
Copy link

The current url has session number in it, which makes it also more difficult for the chair to send it out, as he always needs to go and find the session number for next meeting:

http://localhost:8000/meeting/120/session/33058/slides
http://localhost:8000/meeting/120/session/33058/propose_slides

Btw, the propose_slides page do work for the chair, there is just no link for it anywhere, meaning fixing #7178 could be very simple, just add link to propose_slides page in meeting materials page. This would also allow chairs to pick that instead of the upload slides when they are asking people to send slides.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants