Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Data sources should report availability #337

Closed
forman opened this issue Aug 31, 2017 · 3 comments
Closed

Data sources should report availability #337

forman opened this issue Aug 31, 2017 · 3 comments

Comments

@forman
Copy link
Member

forman commented Aug 31, 2017

Expected behavior

Data sources should have a state property that represents the current availability, e.g.:

  • DOWNLOADING
  • CANCELLED
  • ERROR
  • READY

Actual behavior

New (local) data source are immediately added to the (local) data store and appear available to any UI.

Specifications

Cate 0.9 dev5

@forman forman added this to the IPM6 milestone Aug 31, 2017
@forman forman changed the title Data sources must have a state property Data sources should report availability Aug 31, 2017
@kbernat
Copy link
Collaborator

kbernat commented Sep 6, 2017

@forman
If it's not a problem I can provide some workaround quickly - I can add newly created data source to the data store "registry" only after download is complete.

@kbernat
Copy link
Collaborator

kbernat commented Sep 6, 2017

The data source itself will be stored on disk and unique name is locked, so there is no way to add it twice.

@forman
Copy link
Member Author

forman commented Sep 13, 2017

Added blocker because it is (one) reason for #304 and #317 which are cu_mandatory.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants