VEuPathDB / EbrcWebsiteCommon

Apache License 2.0
3 stars 3 forks source link

Introduce useAttemptActionCallback hook #57

Closed jtlong3rd closed 3 years ago

jtlong3rd commented 3 years ago

This PR introduces a useAttemptActionCallback, and illustrates its use by refactoring the existing useAttemptActionClickHandler.

Followup work:

  1. Fix the WdkDepdendenciesContext typo.
  2. Retire the approvedStudies user property. (It has been superseded by the dataset access service's /permissions endpoint.)
  3. Whenever DataRestrictionUtils is converted to TypeScript, restrict type of the action: string argument accordingly.