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 all users to access realpython command in all channels #1540

Open
1 of 2 tasks
Anonymous4045 opened this issue May 28, 2024 · 3 comments
Open
1 of 2 tasks

Allow all users to access realpython command in all channels #1540

Anonymous4045 opened this issue May 28, 2024 · 3 comments
Labels
status: planning Discussing details type: feature Relating to the functionality of the application.

Comments

@Anonymous4045
Copy link

Anonymous4045 commented May 28, 2024

Description

Currently, only staff can use the .rp command in channels like #python-discussion. I propose we change it so any user can use it, as with the .topic command.

Reasoning

More than just mods can benefit from the command. It's a good way to link people to reliable articles for more in-depth information on various concepts. Non-staff members should still have the ability to give these articles if they think it's helpful.

Proposed Implementation

This functionality already exists with the .topic command. I believe the current functionality is only the default behavior and can be overwritten.

Additional Details

Would you like to implement this yourself?

  • I'd like to implement this feature myself
  • Anyone can implement this feature
@Anonymous4045 Anonymous4045 added status: planning Discussing details type: feature Relating to the functionality of the application. labels May 28, 2024
@Anonymous4045
Copy link
Author

@wookie184
Copy link
Contributor

There was a discussion about this a while ago, but it didn't reach a concensus. Starts here: https://discord.com/channels/267624335836053506/635950537262759947/881915164545409075

The argument was mainly that a lot of the responses from the command may not be relevant to the person being helped, so ideally the helper should have ensured that there is a particular helpful article shown in the response, in which case they can share it directly. For example, if someone just wanted to learn about lists, the article you'd want is https://realpython.com/python-lists-tuples/ , but that doesn't appear:
image

That said, for most queries (especially less broad ones) the results given are helpful, so personally I'd be happy to try it out at least, but would like other opinions first.

@Anonymous4045
Copy link
Author

I mostly see the rp command being helpful in cases that need more explanation and that aren't already in a short help tag. We do have a !lists command, and I think it explains enough. I do agree that it's not ideal for some results to be off the mark, but I don't see this as a huge issue, since the most that can happen is the embed just isn't helpful. It's currently not helpful at all to most users, so being helpful most of the time is still better in my opinion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: planning Discussing details type: feature Relating to the functionality of the application.
Projects
None yet
Development

No branches or pull requests

2 participants