You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Accessing Django admin page of the project takes quite some time (database issue?)
The project does not have ID assigned
Solutions/Suggestions:
a) Assign ID already when creating an object in DAISY (no only on exposure). This puts more load on the id-service.
b) Do not allow exposing dataset which is not linked to a project. With current process, this seems to be meaningful as dataset metadata should be complete (including project metadata)
c) Ensure the ID is assigned upon this action.
The text was updated successfully, but these errors were encountered:
This is rather edge case:
Issues:
Solutions/Suggestions:
a) Assign ID already when creating an object in DAISY (no only on exposure). This puts more load on the id-service.
b) Do not allow exposing dataset which is not linked to a project. With current process, this seems to be meaningful as dataset metadata should be complete (including project metadata)
c) Ensure the ID is assigned upon this action.
The text was updated successfully, but these errors were encountered: