nikomakr / studyingShowTime

project1
MIT License
1 stars 0 forks source link

search function and search button redirection on searchpage #62

Closed nikomakr closed 10 months ago

nikomakr commented 10 months ago

Description / User Story:

On mainpage a user types something on search box and clicks on the search button of the mainPage and redirects on the searchpage and sees full length of data about the movie/series retrieved by the API(s).

Acceptance Criteria:

QA (quality assurance) / testing:

Meet all the above criteria

nikomakr commented 10 months ago

I pushed the code on searchpage branch:

nikomakr commented 10 months ago

Also, I added the javascript code on new file, but it is correct but I think I didn't correct it properly. Please, accept this one with only the first criterio to be true as we do not have time to investigate about the the second criterion.

nikomakr commented 10 months ago

@clamadi ^

nikomakr commented 10 months ago

Hi @clamadi I had issues with the other branch so I pushed the code on search-redirection-only branch. FYI it solves only one criterion of redirection from mainpage to searchpage when user clicks on Search button. I have added the code on seperate js file which blocks the user and force the user to type something before clicking on Search, but there is something wrong with the connection.