Been a While

Been a while since I posted some updates. But there's been some changes in the last few weeks. You can now search for tv shows and movies. The movie search will give you some quick info about it. Doing this posed some problems I did not see at first. If a comment was posted it would bring the user back to that title. The problem was this was originally made with just the shows in mind. So it would redirect to a tv show, not back to the movie title. Well this was an issue clearly. I tried to just pass the arguments in the redirect, but they got reset to None. So the default is tv shows, so that's out. Looking over Flask I found sessions were exactly what I needed. So now that gets stored as a session and viola! Eventually I think I'll write the stuff in javascript and that should take care of it without the need to redirect. I think for the most part I'm getting pretty satisfied with the site. The CSS definitely needs some work for mobile stuff. That's it for now.

Back