Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

fix(issue-607): add link back to original campaign #619

Merged
merged 5 commits into from
Aug 18, 2022
Merged

Conversation

pattishin
Copy link
Collaborator

@pattishin pattishin commented Aug 12, 2022

Issue: #607

Steps to re-create:

Requirements, you should have a deployed content-api container and a fully seeded firestore. You may leverage my project if you'd like, just ping.

  1. In personal GCP, redeploy content-api container
  2. Set env variable EMBLEM_API_URL to that content-api container url
export EMBLEM_API_URL=https://content-api-c55u7v66jq-uc.a.run.app/
  1. Open website/ and start running the flask app
cd website/
pip3 install -r requirements.txt
flask run
  1. Open browser @ http://localhost:5000/viewDonation?donation_id=00f12b60ba35489f902f

You should see the following. Clicking Back to Campaign will redirect to parent campaign page.

Screen Shot 2022-08-15 at 10 44 58 AM

Screen Shot 2022-08-15 at 10 46 04 AM

@pattishin pattishin added the component: website Related to the application frontend. label Aug 12, 2022
@pattishin pattishin requested a review from a team as a code owner August 12, 2022 02:57
@github-actions github-actions bot added the type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. label Aug 12, 2022
@rogerthatdev rogerthatdev self-requested a review August 12, 2022 17:26
@github-actions github-actions bot added type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. and removed type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Aug 12, 2022
@github-actions github-actions bot added type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. and removed type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Aug 16, 2022
@github-actions github-actions bot added type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. and removed type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Aug 16, 2022
@github-actions github-actions bot added type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. and removed type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Aug 18, 2022
@pattishin
Copy link
Collaborator Author

Thanks ace!

@pattishin pattishin merged commit 00279c1 into main Aug 18, 2022
@pattishin pattishin deleted the fix/issue-607 branch August 18, 2022 20:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
component: website Related to the application frontend. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants