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

✨ support filtering and basic search #152

Merged
merged 19 commits into from
Sep 8, 2023
Merged

Conversation

aaronleopold
Copy link
Collaborator

Finally added a good foundation for filtering and searching within the UI! The search is really naive at the moment, I can't implement a full text search until Prisma supports it for SQLite, but I think for the time being this is more than enough. It also doesn't look great on mobile ATM, but OK for now.

  • Build upon existing filter system I started in the server
  • Started age restriction support, most of the work left for this will be adding the config options when creating a user and tightening up some of the query conditions
  • Quickly added support for markdown descriptions (Support markdown descriptions #67)
  • Updated docs accordingly
Screenshots Screenshot 2023-09-05 at 6 38 31 PM Screenshot 2023-09-05 at 6 38 39 PM

@aaronleopold
Copy link
Collaborator Author

Also to note, I forgot about sorting 🙈 the server supports it but I got so wrapped up in filtering that sorting slipped my mind. I'll make a follow-up PR sometime in the coming weeks to quickly add that in.

@aaronleopold
Copy link
Collaborator Author

Also also, found this and love it so will adopt it (maybe) https://gitmoji.dev/

@aaronleopold aaronleopold changed the title [DRAFT] support filtering and basic search ✨ support filtering and basic search Sep 7, 2023
@aaronleopold aaronleopold merged commit 3977fd5 into develop Sep 8, 2023
@aaronleopold aaronleopold deleted the al/filter-and-sort branch September 9, 2023 00:56
@aaronleopold aaronleopold mentioned this pull request Feb 18, 2024
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.

1 participant