-
Notifications
You must be signed in to change notification settings - Fork 11
Revision of the partner process pages #214
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
Merged
Merged
Changes from 7 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
64089b2
Revision of the partner process pages
d7bba60
t linking fixed
d7f8415
Fixed link to support page
f84dc50
Becoming a Partner area adjusted
11d911d
Legal Page disabled
e0b4093
Order of content adjusted
c05fc0b
Delete the link to the Developer Tutorial
c6273c5
Corrections after review
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
435 changes: 435 additions & 0 deletions
435
modules/ROOT/assets/images/partner-process/integration-steps.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
modules/ROOT/pages/partner-process/becoming-a-partner.adoc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| = Becoming a partner | ||
| :imagesdir: _images/ | ||
|
|
||
| This section is dedicated to explaining the necessary steps and background of becoming an agrirouter partner and integrate with the agrirouter platform. | ||
|
|
||
| There are three streams that need to be completed to become a part of the agrirouter eco system. | ||
|
|
||
| == Busniness / Legal | ||
capke marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| In general, to gain production access to the agrirouter, a legal agreement has to be made. There are multiple options interested companies can choose from. For details, please contact Dr. Johannes Sonnen, see link:https://dke-data.com/#team[the contacts page]. | ||
|
|
||
| == Integration Development | ||
|
|
||
| The integration process is described in detail in xref:./integration-process.adoc[]. | ||
|
|
||
| Technical information about the actual development of your agrirouter integration can be found in xref:./development-process.adoc[]. | ||
|
|
||
| Please also familiarize yourself with the xref:../service-support.adoc[Support Process] to learn which roles exist and how responsibilities are distributed. | ||
|
|
||
| == Marketing | ||
|
|
||
| To promote your solution and announce integration into and compatibility with agrirouter, you should put your solution into our marketplace. For details, see xref:./solutionfinder.adoc[agrirouter Solution-Finder]. | ||
46 changes: 46 additions & 0 deletions
46
modules/ROOT/pages/partner-process/development-process.adoc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,46 @@ | ||
| = Development Process | ||
| :imagesdir: _images/ | ||
|
|
||
| == Material | ||
|
|
||
| We provide some material to aid during development: | ||
|
|
||
| === SDKs | ||
|
|
||
| We provide SDKs for the following languages: | ||
|
|
||
| * link:https://github.com/DKE-Data/agrirouter-sdk-java[Java] | ||
| * link:https://github.com/DKE-Data/agrirouter-sdk-dotnet-standard[C#/.NET] | ||
| * link:https://github.com/DKE-Data/agrirouter-sdk-php[PHP] | ||
| * link:https://github.com/DKE-Data/agrirouter-sdk-python[Python] | ||
| * link:https://github.com/DKE-Data/agrirouter-sdk-cpp[C++] (3rd party contribution, not officially supported) | ||
|
|
||
| All SDKs are open source and their source code hosted on Github. | ||
|
|
||
| The SDKs are differing a bit in their range of features. If a certain feature is missing for your language, don't hesitate to contact us or maybe even provide a Pull Request on the respective Github project. | ||
|
|
||
| === agrirouter middleware | ||
|
|
||
| There is a 3rd party maintained solution available called the *agrirouter middleware* that further eases some aspects of the agrirouter integration by wrapping the more complex aspects of the agrirouter interface into a simple-to-use REST interface. | ||
|
|
||
| For further information, please see link:https://agrirouter-middleware.com[their project]. | ||
|
|
||
| === IO-Tool | ||
|
|
||
| We provide a tool that presents an endpoint to communicate with during your integration work. Further information will soon be provided here. | ||
|
|
||
| // TODO | ||
| //== Development overview | ||
| // | ||
| //First, you should always keep in mind the xref:../integration/general-conventions.adoc[General conventions]. | ||
| // | ||
|
|
||
| == Support | ||
|
|
||
| We are there for you during the whole development process. | ||
|
|
||
| Whether you want to discuss your integration architecture approach, are stuck at some point during development, encounter unknown issues etc., just contact us via one of these channels: | ||
|
|
||
| * image:icons/email.svg[,24,24] link:mailto:developer-support@my-agrirouter.com[Email/Ticket] | ||
capke marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| * image:icons/teams.svg[,24,24] link:https://teams.microsoft.com/l/chat/0/0?users=o.rahner%40dke-data.com[Microsoft Teams] | ||
| * image:icons/slack.svg[,24,24] link:https://join.slack.com/t/agrirouter/shared_invite/zt-1eubkvbhe-KuP4naHgIOdlciuiXcztGw[Slack] | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.