|
4 | 4 | ## Communication |
5 | 5 |
|
6 | 6 | * General questions and discussion: [dtp-discuss@googlegroups.com](mailto:dtp-discuss@googlegroups.com) |
7 | | - * [Slack channel](https://portability.slack.com), email |
8 | | - [portability-maintainers@googlegroups.com](mailto:portability-maintainers@googlegroups.com) for invitation |
9 | | - * Office Hours for anyone interested, developers, participants, etc.: |
10 | | - * Times: Tuesday 2pm CST and Thursday 10am CST |
11 | | - |
12 | | - To attend: |
13 | | - 1. Send email stating your desired topic to discuss to [dtp-discuss@googlegroups.com](mailto:dtp-discuss@googlegroups.com) |
14 | | - 1. You will receive a Google Hangout link (or let us know if you prefer another method of communication) |
15 | 7 |
|
16 | 8 | ## Where to start |
17 | 9 |
|
18 | 10 | ### Understanding the project |
19 | 11 | * Read the [Technical Overview](Overview.md) page, particularly the architecture section |
20 | | - * Read the latest white papers at [datatransferproject.dev](https://datatransferproject.dev) |
| 12 | + * Read the latest white papers at [DTI](https://dtinit.org) including [DTP overview](https://dtinit.org/docs/dtp-what-is-it) |
| 13 | + * Understand if your organization is going to run DTP as a server, contribute an extension that adds support for your organization's |
| 14 | + API, or contribute to generic extensions that use a common API supported by your organization's servers. |
21 | 15 |
|
22 | 16 | ### Understanding the code |
23 | 17 | * Read the README files in each top level directory |
24 | 18 | * Integrate a new service provider or data model via the [Integration Guide](Integration.md) |
25 | 19 |
|
26 | 20 | ### Running the project |
27 | 21 | * See the instructions below to run locally |
28 | | - |
29 | | -### Start coding |
30 | | - * See the issues with label [good first issue](https://github.com/google/data-transfer-project/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) |
31 | | - |
32 | 22 |
|
33 | 23 | ## First Run/Setup |
34 | 24 |
|
@@ -104,7 +94,7 @@ build images, similar to our local demo. |
104 | 94 | ### AutoValue errors |
105 | 95 | If you get an error `error: duplicate class... final class AutoValue_...` it is indicative of your IDE and gradle clashing. To fix it you want to delete the referenced build/classes directory. |
106 | 96 |
|
107 | | -## Misc updates |
| 97 | +## Demo server |
108 | 98 | There is a rest version of the client and demo-server in progress. While it is not complete yet and lacks some of the |
109 | 99 | features in the http based client, it is still runnable and works for all services that implement OAuth2. |
110 | 100 |
|
|
0 commit comments