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

Allow public talk submissions #252

Closed
drnlm opened this issue May 26, 2016 · 2 comments · Fixed by #683
Closed

Allow public talk submissions #252

drnlm opened this issue May 26, 2016 · 2 comments · Fixed by #683
Assignees

Comments

@drnlm
Copy link
Member

drnlm commented May 26, 2016

As requestted by Debconf people, so we don't lose track of it

  • Expose all talk submissions, rather than just those accepted
    • Should this be totally public, or just to logged-in users?
    • Just logged in users reduces some of the spam concerns, but may not fit Debconf's requirements.
    • Do we need to restrict publishing by talk type?
  • Possibly some sort of talk voting scheme?
    • Build this on top of the KeyValue stuff?
@stefanor
Copy link
Member

Possibly some sort of talk voting scheme?

Implemented in #418.

@stefanor
Copy link
Member

stefanor commented Oct 7, 2023

With some more thought, I think a useful refinement of this is:

There should be some talk types that are inherently public: e.g. BoF, ad-hoc session, open space submission. This can be a flag on the talk type.

There are spam concerns here, because it's making user-provided content public on the site. Events get spammy talk submissions (and user bios). So a useful additional feature here would be a "report content" button on any page with user-defined content. Obviously this can be a follow-up.

@stefanor stefanor self-assigned this Oct 8, 2023
stefanor added a commit that referenced this issue Oct 8, 2023
Add a new flag to TalkType to control whether pending talks are publicly
visible.

Closes: #252
stefanor added a commit that referenced this issue Oct 15, 2023
Add a new flag to TalkType to control whether pending talks are publicly
visible.

Closes: #252
stefanor added a commit that referenced this issue Oct 15, 2023
Add a new flag to TalkType to control whether pending talks are publicly
visible.

Closes: #252
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 a pull request may close this issue.

2 participants