-
Package version (if known): november release
Update https://inveniordm.docs.cern.ch/reference/metadata/#creators-1-n to indicate that for personal types the family name / given name is required whi…
-
From recent conversations and the Datamodel draft pdf (2020-01-20 Version 0.1), there can be 0 creators. The current schema is:
```python
creators = fields.List(Nested(CreatorSchemaV1), required=T…
-
Package version (if known): november release
Documentation was missing about this (fixed in submitted PR): installing person needs to run `invenio-cli packages lock` before being able to run `inven…
-
invenio-rdm-records defined an EDTFLevel0DateString marshmallow schema field that could be used by the broader framework.
Copy it here if useful.
See definition https://github.com/inveniosoftwa…
-
Package version (if known): 0.25.5
## Describe the bug
When accessing the landing page of a demo record, it fails.
## Steps to Reproduce
1. Bootstrap from cookiecutter master
2. Go to the sea…
-
## Is your feature request related to a problem? Please describe.
When submitting an identifier (e.g. a creator's ORCID) the backend could automatically detect the scheme.
## Describe the soluti…
-
use [1] as a reference in connection with [2]
if a user is part of a group (e.g. institute of a university) and the record allowes that this group could edit the record is should be possible!
[1…
-
the PR #17 brought up some parsing problems. This should be fixed. It is the commented code starting from the following references:
https://github.com/tu-graz-library/invenio-rdm-pure/blob/8096ede1…
-
How do we stop the local server while its running?
```
Starting celery worker...
Starting up local (development) server...
Server up and running...
```
i use ```ctrl c``` .
then i get this er…
-
Following is a quick brainstorming on commands that potentially could be useful for making it easier to develop with RDM:
Boostrap and install RDM locally:
```
invenio-cli init rdm
cd ~/src/my-s…