-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
63 lines (60 loc) · 2.32 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<link rel="stylesheet" href="dashboard.css">
<script src="dashboard.js"></script>
<h2>EpiSphere Dashboards</h2>
<p>
Dashboards for multiple Episphere projects.
Code at <a href="https://github.com/episphere/dashboard" target="_blank">github.com/episphere/dashboard</a>.
To make experimenting with shared libraries easier, the different dashboards are developed in subdirectories of the dashboard repository.
This is just an idea, it makes sense for more formal team-based development to fall back to the conventional gitflow model.
</p>
<h3><a href="https://github.com/episphere/connect" target="_blank">Connect</a></h3>
<li>
<a href="recruitConnect_1" target="_blank">recruitConnect_1</a>
- Jonas testing Praful's Connect API at https://episphere-connect.herokuapp.com.
</li>
<br/><br/>
<li>
<a href="recruitConnect_2" target="_blank">recruitConnect_2</a>
- Bhaumik testing Praful's Connect API at https://episphere-connect.herokuapp.com.
</li>
<br/><br/>
<li>
<a href="recruitSite" target="_blank">recruitSite</a>
- Jonas testing use of new <a href="https://documenter.getpostman.com/view/7490604/SVYnT26j" target="_blank">tracking API (Aug 2019)</a>from site's perspective
</li>
<br/><br/>
<li>
<a href="recruitParticipant" target="_blank">recruitParticipant</a>
- Jonas testing approaches to participant recruitment, with and without token, site id etc.
</li>
<br/><br/>
<li>
<a href="siteManagerDashboard/#" target="_blank">siteManagerDashboard</a>
- Bhaumik testing use of new <a href="https://documenter.getpostman.com/view/7490604/SVYnT26j" target="_blank">tracking API (Aug 2019)</a>from site's perspective
</li>
<br/><br/>
<li>
<a href="pwaConnectApp/" target="_blank">PWA Connect App</a>
- Participant facing PWA Connect App.
</li>
<br/><br/>
<li>
<a href="https://episphere.github.io/app/recruit" target="_blank">Participant-facing Web App</a>
- Developing the participant-facing eligibility/consent portal.
</li>
<br/><br/>
<li>
<a href="AoUconnect" target="_blank">AoUconnect </a>
- Jonas experimenting with cross OAUTHed calls between NIH All-of-Us and DCEG Connect.
</li>
<br/><br/>
<li>
<a href="fileUpload" target="_blank">File upload </a>
- Upload pathology reports to google cloud storage.
</li>
<!--
<li>
<a href="recruitParticipant" target="_blank">recruitParticipant</a>
- Jonas testing use of new tracking API from site's perspective
</li>
-->