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
{{ message }}
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
Every newly created local data source should be assigned a unique ID and a human-readable name. The ID should be part of the filenames used to persist local data sources, e.g. <name>-<id>
Actual behavior
Cate uses the data source name passed by users. If it is empty, a name will be generated. As most users don't provide a unique name or not a name at all, they'll end up with an error, saying the data source already exists, even if created with different subset criteria. This is both surprising and frustrating.
Expected behavior
Every newly created local data source should be assigned a unique ID and a human-readable name. The ID should be part of the filenames used to persist local data sources, e.g.
<name>-<id>
Actual behavior
Cate uses the data source name passed by users. If it is empty, a name will be generated. As most users don't provide a unique name or not a name at all, they'll end up with an error, saying the data source already exists, even if created with different subset criteria. This is both surprising and frustrating.
See also https://github.com/CCI-Tools/cate-desktop/issues/30
Steps to reproduce the problem
In the GUI:
Specifications
Cate 0.9.0dev2
The text was updated successfully, but these errors were encountered: