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
#319 bring the ability to use external metadata source to pull metadata into a package. This is currently implemented in the metadata widget that also hosts the git-annex metadata editor.
We likely want to start distinguishing operations that (can) manipulated metadata vs straight-up additions, and wrap them into distinct (and distincly named actions).
For example, adding CFF metadata is presently a one-way road. We end up with a file that needs to be saved, and needs to be edited by other means if needed. It would make sense to me to compile such operations into a dedicated Add metadata action group.
The text was updated successfully, but these errors were encountered:
#319 bring the ability to use external metadata source to pull metadata into a package. This is currently implemented in the metadata widget that also hosts the git-annex metadata editor.
We likely want to start distinguishing operations that (can) manipulated metadata vs straight-up additions, and wrap them into distinct (and distincly named actions).
For example, adding CFF metadata is presently a one-way road. We end up with a file that needs to be saved, and needs to be edited by other means if needed. It would make sense to me to compile such operations into a dedicated
Add metadata
action group.The text was updated successfully, but these errors were encountered: