Closed
Bug 1012904
Opened 11 years ago
Closed 11 years ago
Create DB Models For User Profiles & Implement Salesforce Storage
Categories
(Websites Graveyard :: mobilepartners.mozilla.org, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: bensternthal, Assigned: jgmize)
References
Details
(Whiteboard: [dev])
Attachments
(1 file)
Create DB models to support changes to user profile detailed in slide 5.
- Store all user entered information on the site.
- Implement salesforce storage of all fields.
| Assignee | ||
Comment 1•11 years ago
|
||
| Reporter | ||
Comment 2•11 years ago
|
||
Josh I completed my testing on dev. Below is the information to confirm in salesforce.
== Existing Account Update ==
bsternthal@mozilla.com - Name change 'Ben' to 'benfancypants'
== New Account Creation ==
booboobenny+salesforce@gmail.com
== New Account With Update ==
booboobenny+salesforce@gmail.com - Name change 'BenTest1' to 'BenTest2'
The only fields I can update on the profile screen are first name, last name and password. The existing fields (not the ones we are adding) are not there yet but do appear in the admin.
Flags: needinfo?(jmize)
Comment 3•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/fxoss
https://github.com/mozilla/fxoss/commit/ac26ec0b4e6ade318711f0bca97b89daa7488c27
Create Profile and sync_leads: fix bug 1012904
Move choices from UserRegistrationLeadForm to Profile model
Create or update Profile in UserRegistrationLeadForm.save()
Use Rest API and sync updates to salesforce leads
Add ProfileInline to UserAdmin
https://github.com/mozilla/fxoss/commit/cfe13fafe4788b84e3c7d401c5d5cc68b3017048
Merge pull request #133 from jgmize/profile
Create Profile and sync_leads: fix bug 1012904
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 4•11 years ago
|
||
:bensternthal "BenTest2 Salesforce1" and "benfancypants Sternthal" are now updated in the salesforce web interface. Also, I like the new nickname you have chosen for yourself and will be sure to refer to you as Ben "fancypants" Sternthal from now on.
Status: RESOLVED → VERIFIED
Flags: needinfo?(jmize)
| Assignee | ||
Comment 5•11 years ago
|
||
(In reply to Ben (:bensternthal) from comment #2)
> The only fields I can update on the profile screen are first name, last name
> and password. The existing fields (not the ones we are adding) are not there
> yet but do appear in the admin.
Yes, I was planning on doing that as part of bug 1012905
| Reporter | ||
Comment 6•11 years ago
|
||
ok i shall greencheck mark this one on the board.
Updated•9 years ago
|
Product: Websites → Websites Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•