Skip to content

Commit

Permalink
Address feedback on readme files
Browse files Browse the repository at this point in the history
  • Loading branch information
zohrehj committed Apr 3, 2020
1 parent 04b6b67 commit 5741c1f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
22 changes: 14 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,26 @@
# FDA MyStudies Mobile Application System
This repository contains all the necessary code and documentation for running the FDA MyStudies mobile applications (iOS and Android), Study builder, and Participant and Response datastores.
# FDA MyStudies
This repository contains all the necessary code and documentation for building and deploying FDA MyStudies.

### Mobile Apps can be found in:
This release of FDA MyStudies contains
- mobile applications for study participants (iOS and Android)
- study builder for researchers and study designers
- participant and response datastores for managing study data


### Mobile Applications can be found in:
<ul>
<li>`/Android`
<li>`/iOS`
</ul>

### Study Builder server and web client can be found in:
### The Study Builder server and web client can be found in:
<ul>
<li>`/WCP-WS`
<li>`/Resources-WCP`
<li>`/WCP`
<li>Study builder server: `/WCP-WS`
<li>Study builder resources: `/Resources-WCP`
<li>Study builder application: `/WCP`
</ul>

### Participant and Response datastores can be found in:
### Participant and response datastores can be found in:
<ul>
<li>Participant Datastore: `/user-registration-server-ws`
<ul>
Expand Down
2 changes: 1 addition & 1 deletion Resources-WCP/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

# Study Builder Resources
This application is used to store file and document used by the Study Builder component of FDA MyStudies.
This application is used to store files and documents used by the Study Builder component of FDA MyStudies.
2 changes: 1 addition & 1 deletion response-server-ws/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# FDA MyStudies Response Datastore
Response datastore is the back-end components that stores and manage participant response data.
Response datastore is the back-end component that stores and manage participant response data.

0 comments on commit 5741c1f

Please sign in to comment.