Manage Authors Data for admin
Fixes
Partially addresses #122 (closed) no by @ajit_jadhav
Description
Admin features for managing the Authors data.
Type of PR This PR is a feature.
Technicalities
- ORCID ID is a unique 16 digit number.
- East Asian Order determines the order of saving full author name (field: author). If it is 1, the last name comes first.
Tests
- Load the new
authors
table fromcdli_db_final_schema
- Visit
/admin/authors
page and test the index, add, edit, delete features.
Screenshots
Checklist:
-
My pull request has a descriptive title (not a vague title like "Update index.md
"). -
My pull request targets the phoenix/develop
branch of the repository. -
My commit messages follow best practices. -
My code follows the established code style of the repository. -
I added tests for the changes I made (if applicable). -
I added or updated documentation (if applicable). -
I tried running the project locally and verified that there are no visible errors.
Edited by Ajit Jadhav