ckan / ckanext-scheming

Easy, shareable custom CKAN schemas
Other
83 stars 161 forks source link

Feature request: ability to specify additional CKAN User fields #33

Open jqnatividad opened 9 years ago

jqnatividad commented 9 years ago

It would be nice to add additional fields to the user profile, e.g. twitter, github, API keys to 3rd-party services, etc.

I imagine these additional fields can be used by CKAN extensions to implement additional functionality - e.g. tweeting when a dataset is updated using the user's twitter account, rendering a CartoDB viz using their CartoDB account, etc.

Aaron-M commented 9 years ago

If the user is an author of data, then a possible field would also be their ORCID ID (or similar) - unique ID for researchers http://orcid.org

wardi commented 9 years ago

I'd love this too. At the moment there's no plugin interface like IDatasetForm or IGroupForm for users. Should we move this issue to the ckan ideas repo instead?