Open
Conversation
…now display recomended movies in cards format in the user profile page, implemented necessary functions in movie.js and dbService and userprofile.
…h sessions, removed some uncessary files and comments
…s of 5 movies each, and each movie with it's poster and card.
… saved movie data in a session so it would be taken to the streaming page to play the movie there as requested.
…nd when press watch on another movie, it plays the same video of the previous one, added different videos for testing further and comparison.
…the movie before else insert a new rating, and added chatting functionality, used socket io library for implementing the communications and added a table in db called messages, and implemented forums functionality, where user can create and delete a forum and make posts on a forum that could be images or text, and could search for forums, and users who made the foums are the only ones capable of deleting the forums or the posts on it, and added two tables to the db first is forums, and second is forum_posts.
… products.html page, added an alert and added a don't have an account functionality to the movies if not logged in from the products.html page, added a paragraph with a link to the signup page in login.html.
….html page with gifs deomnstarting the app functionalities, and on clicking any button that says learn or learn more it will take you to learn.html page. added a few more images to display in the index page.
…added a few images in the assets for it.
… data on hover and to watch on click of the whole card instead of button, changed the navbar, and the footer, changed the logo and its font, changed the user profile display, added a redirect to same movie after you login functionality, added a dropdown list for user profile, changed the scrollbar colors and theme.
…star based rating, changed the movie viewer functionalities, changed movie viewer size and max width.
- Edited the movie endpoint to handle `movieId` query parameter and properly fetch movie info. - Updated `watchMovie` function to include `movieId` in URL and ensure correct movie playback. - Enhanced the look and feel of the recommended movies cards on the watch page for better user experience.
…function, experimented on the navebar.
…ear filter button changed dbname in env and pyhton file
…userprofile to fetch my forum
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.