shotvibe / shotvibe-web

ShotVibe REST API webservice
1 stars 0 forks source link

Keep track for each invite link whether it was viewed or not #47

Closed benny-shotvibe closed 10 years ago

benny-shotvibe commented 11 years ago

We need to add a new Boolean column to phone_auth.models.PhoneNumberLinkCode called was_visited

This should start out as False, and change to True inside the view frontend.views.invite_page.

benny-shotvibe commented 11 years ago

Once this is finished, we will modify the "invite_status" field of each user, to add another possible value: "invitation_viewed" (in addition the current possible values: "sms_sent", "joined")

prudnikov commented 11 years ago

Should I add invitation_viewed as part of this task?

benny-shotvibe commented 11 years ago

Sure, but i just realized that you can't yet start working in this at all until the current open pull requests are merged. I'm merging them now