added feedbackCounter column to response and set value to 0 when new Response object created. created migrations.
Idea here is that every time a new Feedback is added to a Response, the counter is updated so we can just access the number of "Feedbacks" per response directly for badges and what-not
Also added 'favorite_handling' view to handle favoriting questions.
Updated urlPatterns to handle favorite functionality
added feedbackCounter column to response and set value to 0 when new Response object created. created migrations.
Idea here is that every time a new Feedback is added to a Response, the counter is updated so we can just access the number of "Feedbacks" per response directly for badges and what-not
Also added 'favorite_handling' view to handle favoriting questions. Updated urlPatterns to handle favorite functionality