Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create row view #100

Open
slamkajs opened this issue Sep 5, 2012 · 0 comments
Open

Create row view #100

slamkajs opened this issue Sep 5, 2012 · 0 comments

Comments

@slamkajs
Copy link
Member

slamkajs commented Sep 5, 2012

Create a backbone view to display email address information.

This should include two templates: Edit and View mode

Edit Template should include:

  • Email address (text box)
  • Primary address (yes/no)
    • This removes primary status from other email addresses
  • allow login (yes/no)
  • is verified (yes/no)
    • save button
  • cancel button

View Template should include:

  • Checkbox to select row
  • Email address
  • Primary Email Address status
    • If primary, output "Primary"
    • If not primary, output link with text "Make primary" on mouse over of the row
  • Login Email status
  • Email Verification status
    • if the email address is unverified, a link should be provided to resend the verification email
  • edit link
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant