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

Added filter to show free and paid events #4759

Merged
merged 5 commits into from May 23, 2023

Conversation

shyam0705
Copy link
Contributor

@shyam0705 shyam0705 commented Feb 12, 2023

Fixes Issue

closes #2901

Changes proposed

1)Added filter to show all free and paid events.
2)Modified documentation to suggest adding the startingFrom field in events

Check List (Check all the applicable boxes)

  • My code follows the code style of this project.
  • My change requires changes to the documentation.
  • I have updated the documentation accordingly.
  • All new and existing tests passed.
  • This PR does not contain plagiarized content.
  • The title of my pull request is a short description of the requested changes.

Screenshots

priceFilter.mp4

Note to reviewers

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's great having you contribute to this project

Welcome to the community 🤓

If you would like to continue contributing to open source and would like to do it with an awesome inclusive community, you should join our Discord chat and our GitHub Organisation - we help and encourage each other to contribute to open source little and often 🤓 . Any questions let us know.

@github-actions github-actions bot added the large Pull request with more than 30 changed lines label Feb 12, 2023
@amandamartin-dev
Copy link
Contributor

Hi! Thank you for working on this. I have a few questions (I have not pulled the code to test yet)

What does the mobile experience look like with the added filters?
What happens in the case of cost not provided? How will the filters handle this scenario?

Also, one of the build tests is failing if you are able to take a look at the error

@shyam0705
Copy link
Contributor Author

Hi! Thank you for working on this. I have a few questions (I have not pulled the code to test yet)

What does the mobile experience look like with the added filters? What happens in the case of cost not provided? How will the filters handle this scenario?

Also, one of the build tests is failing if you are able to take a look at the error

  • I am attaching a video of the mobile view.
  • In case of cost is not provided for any of the events, then both free and paid events will be zero.
  • I don't know why one test case is failing. Can you re-run it
mobile_view.mp4

@SaraJaoude SaraJaoude added issue linked Pull Request has issue linked 💻 aspect: code undefined labels Apr 13, 2023
@amandamartin-dev
Copy link
Contributor

I could be wrong let me know if I am :)

Hi, the code you are commenting on is part of the playwright tests and not changes included in this PR. To decrease confusion for folks, make sure to only comment on parts of the application and code relevant to this PR. If you believe there are better ways to implement some of the tests you may propose them in a new issue, or start a conversation in ideas in Discord.

@amandamartin-dev
Copy link
Contributor

Hello @shyam0705 thank you so much for your patience on our reviews of this issue. It got pushed down in priority a bit, but would love to move forward and continue working.

You may notice that the branch is now out of date and their are conflicts in a few files. Please pull in main to your branch and see if you are able to fix the merge conflicts.

If you are uncomfortable figuring out how to do that or no longer have time to work on this issue please comment and another maintainer will be able to help collaborate on getting this ready for review again.

Thank you!!!

@eddiejaoude
Copy link
Member

eddiejaoude commented May 23, 2023

Sorry it is my fault I didn't look at this sooner, so I have resolved the conflicts

@eddiejaoude eddiejaoude changed the base branch from main to fix-pr-4759 May 23, 2023 07:19
@eddiejaoude
Copy link
Member

I will merge into a temporary branch and fix the error and failing test etc

@eddiejaoude eddiejaoude merged commit 061665a into EddieHubCommunity:fix-pr-4759 May 23, 2023
8 of 9 checks passed
eddiejaoude added a commit that referenced this pull request May 23, 2023
* feat: filter to show free and paid events (#4759)

* Added filter to show free and paid events

* Move import position for tb coin icon

---------

Co-authored-by: Eddie Jaoude <eddie@jaoudestudios.com>

* fix: error and formatting

* fix: removed search debug code

---------

Co-authored-by: Shyam Patel <72148710+shyam0705@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💻 aspect: code undefined issue linked Pull Request has issue linked large Pull request with more than 30 changed lines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Events page - add a cost identifier
4 participants