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

Squashed Bugs + Added Sort/Filter for Listings #137

Merged
merged 18 commits into from
Jul 17, 2022
Merged

Squashed Bugs + Added Sort/Filter for Listings #137

merged 18 commits into from
Jul 17, 2022

Conversation

chunzkok
Copy link
Collaborator

Listings

  • Users should experience faster loading times for listings
    • Added custom RPC function in Supabase to allow for fetching of all required data with one API call rather than multiple (3-4) per refresh
  • Users should be able to see the listing creator's average rating in the listing modal
  • [Bug Fix] Guests should not be able to see the Chat button on the listing modal
  • Users should be able to sort listings by (1) recency, (2) average listing creator id and (3) number of reviews
  • Users should be able to filter listings by Tutoring Level, Subject and Qualifications
    • Users should be able to select more than one criteria for each filter
    • Users should be able to select multiple filters simultaneously
    • Users should be able to add their custom filters by typing in the fields (other than tutoring level)
    • Users should be able to delete their custom filters
  • Users should be able to use the search bar with the enter key
  • Users should be able to make use of fuzzy search/fuzzy filtering (inexact search, i.e. math should also show a math/e math)

Chat

  • [Bug Fix] Guests should not be able to access this page (redirect to login page)

@chunzkok chunzkok requested a review from SHni99 July 16, 2022 15:01
@chunzkok chunzkok linked an issue Jul 16, 2022 that may be closed by this pull request
Copy link
Owner

@SHni99 SHni99 left a comment

Choose a reason for hiding this comment

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

The listing page components and features are down to every detail by covering every basic features required for listing page + creating listing page. This useable features have greatly contributed to the complexity of the project. Overall, it is comprehensive.

@chunzkok chunzkok merged commit 0fddf0d into main Jul 17, 2022
@chunzkok chunzkok linked an issue Jul 17, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Filter and Sort Listings [Chat] Site crashes when visited by guest user
2 participants