Open v-anne opened 1 month ago
@ERosendo this is the PR I'm going to build off of.
Seeing some commit messages around the user-prayer page. Reminds me that it doesn't have to be available in the profile section, just like tags aren't. The user prayers page could just be linked from the mouseover for each emoji or from the most-wanted page, for example.
Yeah, tags are what I am aiming to emulate.
I'm having some issues getting the three buttons to display inline with each other in recap_document.html
. Ideally, the prayer button would be to the right of the other two.
Having same issue with the button on the modal. There's also a related issue where if I click the prayer button repeatedly, the count will increase despite having exhausted the quota.
I gather this is an issue with the CSS, but I tried making some changes and was unsuccessful.
@ERosendo, do you think you could help, please?
@mlissner sure! 👍
@ERosendo in addition to those two issues with the buttons, I've mostly finished a MVP of the user_prayers.html
page.
This is what it currently looks like. The status column is broken; I can't figure out why the backend isn't passing the information through to the template. I intend to add a button to allow users to delete requests and one for them to download available documents as well.
@mlissner @ERosendo I've finished up my end of this. I've highlighted some concerns of mine regarding bits that might merit closer scrutiny.
Can you post a few more screenshots for me, @v-anne?
@v-anne, I noticed this PR is paused. Are you waiting for feedback or something else?
Sorry @mlissner, I had stepped back because I thought @ERosendo was going to take a look at some of the issues I had raised with my code.
Got it. We're moving to a sprint/scrum model, but I'll get this on his new list. :)
Not related to these changes Mike, but I think there might be some issues with email. I'm not receiving alerts for every fulfilled request.
Not related to these changes Mike, but I think there might be some issues with email. I'm not receiving alerts for every fulfilled request.
I checked your account and we've sent you 41 emails about pay-and-pray so far. If you want to debug a particular one, emails is probably the better way to go.
This is the PR for making frontend changes to the pray and pay user interface.
Mike had some great comments in #4507, so we'll start with them and see what's needed once the low-hanging fruit is done.
Additions include:
recap_document.html
page.top_prayers.html
to provide better UX.user_prayers.html
page to allow users to see their open and fulfilled prayers, and also summary statistics about how many requests they've had fulfilled. In a future PR, this will be made similar to tags to allow people (e.g., freelance journalists) to share documents they've requested.