Closed newgene closed 1 year ago
Not enabled by default, but we should be able to allow a registered schema (e.g. bioschemas) to be updated automatically (e.g. daily).
We can start with a hard-coded allow_list, later it can be set up by the user in the user dashboard.
Similar implementation from SmartAPI project:
https://github.com/SmartAPI/smartAPI/blob/8454fb2ace68db8a079f028fa351032d57100136/src/admin.py#L124-L130
The schema update feature is implemented, method can be now used to automate.
working on production
Not enabled by default, but we should be able to allow a registered schema (e.g. bioschemas) to be updated automatically (e.g. daily).
We can start with a hard-coded allow_list, later it can be set up by the user in the user dashboard.