-
Notifications
You must be signed in to change notification settings - Fork 173
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
Ability to create and remember custom fields #303
Comments
Where does Gmail allow this? Can you post a screenshot? |
Can we remove the needsinfo label now, or is there anything else we can clarify? It's not clear what information is still needed. Thanks |
I need this too. I also need CardDAV to be able to sync it to other systems. I've found comments in other discussions indicating that the underlying core and CardDAV already support custom fields, but the web UI does not -- though I'm not in a position to verify that claim. What is needed to transition this from a wish to an active project. Do we need more votes in favor? Do we need a bounty? |
Both can attract developers :) |
Currently there a no plans to implement such a feature. Thus I will close this ticket for now. This is simply not on our roadmap for the near future. Thanks for your suggestions nonetheless! I really appreciate it :) |
imagine how precious this would be for professional usage though! |
Not to be confused with custom labels #27 These issues need two separate bugs.
Currently almost all common addressbook systems allow custom field creation in some way.
For example, a business user needs to create a field: customertype, and use it for every contact.
A political user needs a field: constituency, and an organisational user needs a date field: membership renewal.
Zimbra Gmail etc.. allow this, and Zimbra and Outlook allow the user to select the data type.
Our app should allow:
Create custom:
On selection, a pop-up appears to the User where they can set:
'Field name:'
'Field type:' (single line, multiple lines, yes/no, date, url, number, random number, [maybe in future: sequential number]),
'Occurs:'(single, or multiple per contact).
'Appears:' (each time on main screen, each time in 'Add field' dropdown, this time only)
Example:
User wants to create a 'member' field.
User selects 'Add custom'
Pop-up screen presents:
User enters:
Field name: Member
Field type: Yes/no
Occurs: Single
Appears: Every new contact
The new field will now appear for the current contact, and each new contact created, and the User can tick the Member:'Yes' or 'No' tickboxes (or leave blank for unknown).
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: