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

🚀 Feature: Indicate reverse share on the Share management page #646

Open
Juliaria08 opened this issue Oct 15, 2024 · 0 comments
Open
Labels
feature New feature or request

Comments

@Juliaria08
Copy link

🔖 Feature description

Indicate the reverse share used on the Share management page, maybe as of a ID, and possibly make it clickable, and if not clickable show the creator of the reverse share too.

🎤 Pitch

I'd desire to be easily able to know who made a specific share, and if it was a reverse share, someone I can get a hold of, to contact them and/or disable or delete their account in case something that shouldn't be uploaded is uploaded, right now you have to connect to the db and manually query the database, doing the following SQL commands, the output of the commands being the input on the snip section, and for the first command, the share id of a share:

SELECT reverseShareId FROM Share WHERE id='<snip>';
SELECT creatorId FROM ReverseShare WHERE id='<snip>';
SELECT username,email FROM User WHERE id='<snip>';
@Juliaria08 Juliaria08 added the feature New feature or request label Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant