Repository: incubator-taverna-mobile
Updated Branches:
  refs/heads/master 934b897c2 -> bfad0f030


Updated Readme!

Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/commit/f0d1ecca
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/tree/f0d1ecca
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/diff/f0d1ecca

Branch: refs/heads/master
Commit: f0d1eccaa13797a9892676b12ecaeb632e9f69fb
Parents: 2494885
Author: Hitesh Gautam <[email protected]>
Authored: Sun Apr 29 07:59:44 2018 +0530
Committer: GitHub <[email protected]>
Committed: Sun Apr 29 07:59:44 2018 +0530

----------------------------------------------------------------------
 README.md | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/f0d1ecca/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 01b85ef..2f190d6 100644
--- a/README.md
+++ b/README.md
@@ -74,7 +74,7 @@ before accepting a larger contribution.
 * Support libraries for CardViews and recycler views. These are already 
configured in the gradle files
 Import the project as Android Studio Project into Android Studio after 
downloading from the github repository.
 Create and startup a virtual device or connecct your mobile device if ready.
-Once the devices are ready, build and run the project. Select the target 
devvice on which to install and launch the app.
+Once the devices are ready, build and run the project. Select the target 
device on which to install and launch the app.
 Once installed, you get a flash screen containing the logo and Name of the app 
and some powered by Text.
 * Also import AndroidStyle.xml to your android studio's codestyle. ( You can 
found this file at the project's root [file 
link](https://github.com/apache/incubator-taverna-mobile/blob/master/AndroidStyle.xml))
 
@@ -83,7 +83,7 @@ Once installed, you get a flash screen containing the logo 
and Name of the app a
 
 ## Launch and Login  
 
-Launch the application to get started. For first time use when the application 
is started, you will be prompted with a login screen. This login accepts 
MyExperiment accounts. You will need to first create one such account in order 
to login. You can decide whether to remain logged-in or be logged-out when your 
session expires. You can also configure the login persistence from the settings 
option in the menu after you login.
+Launch the application to get started. For first time use when the application 
is started, you will be prompted with tutorial screens which explains the usage 
of the applicationn and then you prompted to login screen. This login accepts 
MyExperiment accounts. You will need to first create one such account 
[here](https://www.myexperiment.org/users/new) in order to login. You can 
decide whether to remain logged-in or be logged-out when your session expires. 
You can also configure the login persistence from the settings option in the 
menu after you login.
 A successful login would lead you to a dashboard or home screen of the 
application.
 Users need to go to the settings page and configure their Taverna Player 
accounts and mount points to indicate which server should be used to run their 
workflows. This setting could change per organisation.
 
@@ -92,20 +92,23 @@ Users need to go to the settings page and configure their 
Taverna Player account
 The dashboard has two swipeable tabs. These tabs represent screens that hosts 
workflow streams.
 once logged-in a stream of workflows should appear on the first 
screen(Wrofklows). The second tab holds workflows that have been favorited or 
saved for offline reference.  
 On the first tab, you could pull down to referesh initial workflows. To load 
more workflows, just scroll to the end of the current stream. more workflows 
would be loaded and added to the current ones as the user reaches the end of 
the current stream.  
-The search bar icon allows you to search and find workfows by author or by 
name. the results are provided in real-time in the first tab (First page).  
-To mark a workflow as favorite, you can just tap the favorite button for the 
given workflow.
+The search bar icon allows you to search and find workfows by author or by 
name. The results are provided in real-time in the first tab (First page).  
 
 ## Workflow Detail  
 
-To view details and actually run a workflow, click the view button for the 
given workflow. Details are fetched from myxperiment and presented on the 
current page. The details page has three main swipeable tabs. The second tab 
shows a list  of the runs performed on this workflow and the last tab is for 
some policy information. On the first page of the details, users can initiate a 
workflow run, download a workflow or mark them as favorite with the appropriate 
button.
+To view details and actually run a workflow, click the view button for the 
given workflow. Details are fetched from myxperiment and presented on the 
current page. The details page has three main swipeable tabs. The second tab 
shows a list  of the runs performed on this workflow and the last tab is for 
some policy information. On the first page of the details, users can initiate a 
workflow run, download a workflow or mark them as favorite with the appropriate 
button.To mark a workflow as favorite, you can just tap the favorite toggle 
button for the given workflow.
 
 ## Application Menus  
 
 The navigation drawer can be pulled out from the home page by swiping the 
extreme left of screen across the screen. This menu contains the following 
items:
- - Workflows: enters the workflow screen from any other screen.
- - Open workflow: prompts users to pick a workflow to run from an external 
storage location or Dropbox.
- - Usage: presents usrs with usage dialog with usage information.
- - About: presents an about dialog for the application.
+ - All Workflows: Enters the workflow screen from any other screen where all 
the workflows are avialable.
+ - My Workflows: Presents all the workflows created by you.
+ - Favourite Workflows: Presents all the workflows which you marked as 
favorite.
+ - Announcement: List all the announcements about apache taverna.
+ - Usage: Presents users usage information using usage activity.
+ - About: Presents an about dialog box for the application.
+ - Licence info: Presents a dialogue box with licence file of everything.
+ - Apache Licence/Notice: Presents a dialouge box of terms and conditions, 
reproduction, and distribution.
  - Settings: Provides a settings page for users to configure preference 
paramters an options like player portal location and credentials.
  - Logout: Logs a user out of the application and closes the app.
 

Reply via email to