Skip to content

Commit

Permalink
projects: refactor resource
Browse files Browse the repository at this point in the history
* Refactors the entire resource and manages it with `invenio-records-resources`.
* Moves specific configuration for SONAR to the top level directory.
* Moves SONAR extension to the top level directory.
* Serializes `id` property for `deposits` and `documents` resources.

Co-Authored-by: Sébastien Délèze <sebastien.deleze@rero.ch>
  • Loading branch information
Sébastien Délèze committed Mar 16, 2021
1 parent 2976d0b commit 3b5a84d
Show file tree
Hide file tree
Showing 48 changed files with 1,654 additions and 1,061 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ target/
# Generated JSON schemas
sonar/modules/documents/jsonschemas/documents/document-v1.0.0.json
sonar/modules/deposits/jsonschemas/deposits/deposit-v1.0.0.json
sonar/modules/projects/jsonschemas/projects/project-v1.0.0.json
sonar/resources/projects/jsonschemas/projects/project-v1.0.0.json

# Generated JSON files
data/backups/
Expand Down
Loading

0 comments on commit 3b5a84d

Please sign in to comment.