Closed Bug 1116523 Opened 9 years ago Closed 9 years ago

add new response id to session

Categories

(Input Graveyard :: Submission, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: willkg, Assigned: aokoye)

References

Details

(Whiteboard: u=user c=feedback p= s=input.2015q1)

The Thank You page project requires that the "thanks" view is passed details about the user's feedback so that it can determine which variation of the Thank You page to show and can do whatever work it needs to do to do so.

This bug covers changing the feedback post code so that if a response is successfully saved to the db, the response id is saved in the user's session before the redirect to the Thank You page.

The feedback post code is in fjord/feedback/views.py in _handle_feedback_post.

The place to add the response id to the session is towards the bottom of that function. At that point, the response has been saved.

We'll save the response id for all users and let the thank you view deal with figuring out which users get to see which variation of the thank you page.

Helpful docs:

https://docs.djangoproject.com/en/1.6/topics/http/sessions/#using-sessions-in-views

https://docs.djangoproject.com/en/1.6/topics/http/sessions/#examples
Assigning this to Adam.
Assignee: nobody → aokoye
Status: NEW → ASSIGNED
This got pushed out on Friday. Marking as FIXED!

Thank you!
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Moving things out of the input.adam sprint.
Whiteboard: u=user c=feedback p= s=input.adam → u=user c=feedback p= s=input.2015q1
Product: Input → Input Graveyard
You need to log in before you can comment on or make changes to this bug.