Open gracele246 opened 3 years ago
Hey Grace! I like your search bar! I think next week your ticket should be on the backend using the title, member, and scrum team variables. You may also want to add text to clarify that the user can only search by title, member, or scrum team.
Hi Grace, the search bar looks good. Do you know if it is going to peform the search as the person is typing the key word or if you have to press enter for it to load results?
Hi Grace, it seems like you have made quite a bit of progress. I see that you just need to further develop the search function. Let me know if you need help working with the search function to make it work properly.
Hi grace!, Now you have your frontend search bar which looks great by the way, I can see that you are working on the backend for the search bar. One recommendation I have for you is that you could probably insert all of the developers and projects into one text file. Then filter through using some filtering code. Take a look at my filtering code and see if you can use that. Let me know if you need any help.
Hey Grace, I think you are continuing to work on the backend this week so let me know if you need any help! I was wondering how you would call each individual member if the user wants to only find projects from 1 person? I used {{project.member[0]}} and so on to restrict to 1 member.