Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare hep for data & software #611

Closed
3 tasks done
drjova opened this issue Nov 18, 2024 · 2 comments
Closed
3 tasks done

Prepare hep for data & software #611

drjova opened this issue Nov 18, 2024 · 2 comments
Assignees
Milestone

Comments

@drjova
Copy link
Contributor

drjova commented Nov 18, 2024

Add Support for Data Records

Description:
Implement support for Data records in INSPIRE, including API endpoints, search mappings, and necessary configurations.


Acceptance Criteria

  • The /api/data endpoint returns valid responses, and facets function as expected.
  • The importer demo-records command successfully imports demo records for data.
  • Data records support citations, similar to Experiments and Literature.
  • Ensure that creating and updating record via an API works
@drjova drjova added this to the data MVP milestone Nov 18, 2024
@DonHaul DonHaul self-assigned this Nov 18, 2024
@DonHaul
Copy link
Collaborator

DonHaul commented Nov 22, 2024

experiments doesn't seem to have citation, basing it on the literature
https://github.com/inspirehep/inspirehep/blob/master/backend/inspirehep/records/api/literature.py

@DonHaul
Copy link
Collaborator

DonHaul commented Nov 26, 2024

citations already being tested in test_data_citation_count_property

test_views_data.py is testing updtates with test_data_application_json_put and

there seems to be no tests for experiments put and post actions. - added for authors

DonHaul added a commit to DonHaul/inspirehep that referenced this issue Nov 26, 2024
DonHaul added a commit to DonHaul/inspirehep that referenced this issue Nov 26, 2024
DonHaul added a commit to DonHaul/inspirehep that referenced this issue Nov 27, 2024
DonHaul added a commit to DonHaul/inspirehep that referenced this issue Nov 27, 2024
DonHaul added a commit to DonHaul/inspirehep that referenced this issue Nov 27, 2024
@DonHaul DonHaul closed this as completed Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants