Devjobs web app using SvelteKit and Firebase
Design comparison
Solution retrospective
I'm on my journey of gaining experience on SvelteKit. Any feedback would be appreciated.
Community feedback
- @JulianKoehlerPosted almost 2 years ago
I really like your eye for details in design. It feels very smooth and you really translated the design well. I also like your firebase solution. But your filter function is a bit weird. Instead of forcing the user to search for the exact job title, consider filtering the job listings with either .contains() or .startsWith() and consider adding tags to the job objects like experience wanted and technologies needed. And don't forget to make everyting .toLowerCase() in the function. That way I think you can inmporve the filter function.
0@nazifbaraPosted almost 2 years agoHi @JulianKoehler. Thanks for your feedback. I'm aware of the search problem. Unfortunately, Firebase doesn’t allow searching for substrings across multiple fields. So, they must match exactly if you want to search on different properties. I'm planning to switch to another database solution.
1@JulianKoehlerPosted almost 2 years ago@nazifbara Oh thats a good hint, thanks, I also planned to use firebase as a solution for that so I will watch out for that.
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord