adsabs / bumblebee

🐝 Clever face for ADS
https://ui.adsabs.harvard.edu
GNU General Public License v2.0
38 stars 21 forks source link

myADS, edit author-type notification screen, should show names if ORCID ID is used #2254

Open kelockhart opened 2 years ago

kelockhart commented 2 years ago

Expected Behavior

  1. myADS settings > Create > Authors notification
  2. Enter an ORCID ID, click Add button
  3. ORCID ID is displayed in a table. The name associated with the ORCID ID should be fetched and displayed next to the ORCID ID, so the user can verify that the ID is correct. The internal endpoint to fetch this name is orcid/orcid-name/<orcid_id>.

In addition, if the user edits the author notification, the same table is displayed. The name associated with the ORCID ID should also be displayed in this view if there is an ORCID ID in that notification.

Actual Behavior

Create a new author notification:

Screen Shot 2022-09-14 at 9 46 37 AM

Edit an author notification:

Screen Shot 2022-09-14 at 9 46 58 AM

Steps to Reproduce