Learn

  1. Clean Code, YouTube
  2. PHP: The Right Way, link

Todo - Project repo

  1. Test sandbox DataCite API to mint DOIs using peer review metadata
  2. Look into Publons API access

Todo

  1. Add citation button #83
    1.1 To pass the behat test for RIS and BibTeX citation, which will have files downloaded

Done

  1. Add hypothesis metadata schema
    1.1 Add fullDOI function in CController.php
    1.2 Pass the behat test for meta tag inside head tag
    But this solution is not recommended as changing code in vendor directory is inappropriate
    1.3 Add fullDOI variable to metaData array in Controller.php
    1.4 Define fullDOI in DatasetController.php
    1.5 Call metaData['fullDOI'] in the new_datasetpage.php
    1.6 Allow search engines to index GigaDB pages by changing noindex to index in new_datasetpage.php, new_faq.php and new_main.php
  2. Add-delete-button-#457 2.1 Pass the behat test for curation_log by checking the last page of /datasetLog/Admin

Reference

Build Status