-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Transfer Activity #44
Implement Transfer Activity #44
Conversation
In light, of large branch divergence this branch is going to be made stale and will be kept for reference. This branch needs to be split into 3 to 4 different components.
Any plugin that has a plugin specific uri separator needs to be implemented according to documentation.
All activities should be converted to a plugin activity internally before being passed to the actual plugins, this avoids the need for each plugin to know about every kind of activity, they will only need to understand the plugin activity.
This requires some detailed plumbing i.e. ensuring UUIDs are being appropriately passed around. |
Transfer Activity is an abstraction layer designed to help users move data from point A to point B. It is designed to simplify the user experience.