samvera-deprecated / orcid

[DEPRECATED] A Rails engine for orcid.org integration.
https://github.com/projejcthydra-labs/orcid
Other
14 stars 7 forks source link

Creating Orcid::ProfileStatus #17

Closed jeremyf closed 10 years ago

jeremyf commented 10 years ago

This is an attempt to consolidate that knowledge.

There are several places in which we want to have access to a user's Orcid Profile status, and methods related to those states.

The Orcid Profile Status makes use of callbacks because we do not have a uniform object that represents each state for a user and their orcid profile.

@TODO - review the controllers that have encapsulated this state and have it lean on the Orcid::ProfileStatus handler.