-
Notifications
You must be signed in to change notification settings - Fork 531
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
AO3-5890 - Add link to individual prompt and prompt user for prompt meme posts #4804
base: master
Are you sure you want to change the base?
Conversation
Hi, spectralMachina! I'm checking in with the person assigned to the issue to find out if they're still interested in working on it. If not, you'll be welcome to claim it and finish it up! (It looks like you have a Jira account from a previous contribution, so if you run into this situation in the future, you're also welcome to comment on the issue and ask the assignee directly. We find the best way to handle the situation is to ask them to reply within a period of a week and let them know that if we don't hear back from them, we'll assume they're busy and someone else can take over.) As long as I was here, I gave the code here a quick spin on my dev environment and noticed that if I followed any of the prompt links from a Gift Exchange's Requests Summary (
otwarchive/app/controllers/prompts_controller.rb Lines 96 to 100 in a4d9e4c
otwarchive/app/models/challenge_models/gift_exchange.rb Lines 78 to 80 in a4d9e4c
If you already knew that and were planning to tackle it once you got some guidance on whether it was okay to keep working on the issue, my apologies! I'll let you know if I hear back from the current assignee, but I believe you can also use your Jira account to watch the issue -- that way, you should get any comments or updates to it automatically. |
@sarken Thank you so much for looking into that for me! I really appreciate it 💜 Ah, that's my bad - I hadn't quite followed the logic all the way through to realise that prompt memes and gift exchanges use the same controller! In my head, the functionality I'm adding here (linking to an individual prompt) would only be relevant for a prompt meme, as with a gift exchange a user would be directly assigned a prompt - meaning that the link to the prompt should only show up if we're inside a prompt meme and not a gift exchange. Would that be the right way of going about this? (I'll keep an eye on the Jira issue and go from there! Should I comment any further questions/updates on this PR or on the issue itself?) |
We'd like the link available for both prompt memes and gift exchanges. Both types of challenges should also have "All Requests in Sign-up" links added to non-anonymous prompts. (The issue has more information about where that link should be placed, as well as some important details about the sign-up pages.) The reason we want these changes for both types of challenges is a lot of moderators make their gift exchange's Requests Summary public with the expectation folks will treat them like prompts in a prompt meme -- that means people will want to bookmark prompts or sign-ups they're interested in, share their own prompts or sign-ups, or link back to specific prompts they're filling, just like people want to do with prompt meme challenges.
The issue is probably the best place at this stage! Five years from now, when we're wondering something like "Why do we even have this link on gift exchanges?" or "Was not including the link for anonymous prompts intentional?", the Jira issue is the first place we'll check. |
Excellent, thank you very much for the clarifications! I'll wait and see if the issue comes my way, and then I'll make any further comments on Jira should anything else arise from there 👍 |
Pull Request Checklist
as the first thing in your pull request title (e.g.
AO3-1234 Fix thing
)until they are reviewed and merged before creating new pull requests.
Issue
This is a partial fix for AO3-5890.
I can see that the issue has been assigned to somebody, but it has not seen any updates since July 2021 — unsure what to do in this scenario, as this PR is looking to fix a specific problem that I would like to see resolved (namely, the inability to link to a specific prompt) but I also don't want to step on any toes in the process.
(Apologies about the discrepency between PR user and commit user — they're both me, but I accidentally pushed the commit with the incorrect Github user!)
Purpose
Adds a permalink to a prompt inside of a prompt meme, allowing easier sharing of inidividual prompts, and also adds a link to a psued's page (if the prompt is not anonymous) in the same way a work blurb does.
Testing Instructions
/collections/collection/requests
)References
No other relevant issues.
Credit
spectralMachina (he/him)