nighthawkcoders / nighthawk_society

Nighthawk Society Student Project
2 stars 6 forks source link

Grace's Umbrella Tickets #21

Open gracele246 opened 3 years ago

gracele246 commented 3 years ago
sriyachilla commented 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.

iniyaam commented 3 years ago

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?

ryazhisai commented 3 years ago

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.

ridhimainukurti commented 3 years ago

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.

sriyachilla commented 3 years ago

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.