Changes between Version 68 and Version 69 of AndroidBoincTodo


Ignore:
Timestamp:
Mar 14, 2014, 6:38:41 AM (10 years ago)
Author:
Joachim
Comment:

introduced conflict overview screen

Legend:

Unmodified
Added
Removed
Modified
  • AndroidBoincTodo

    v68 v69  
    4646
    4747
    48 4.1.1. batch attach successful.
     484.1.1. batch attach successful. "get started" brings up normal UI.
    4949
    5050[[Image(batch-success.PNG)]]
    5151
    5252
    53 4.1.2. batch attach has conflicts. offer user distinction between registration and login for clarity. multiple conflicts possible, show sequence of resolution screens for each (conflicting) project individually. three scenarios possible...
     534.1.2. batch attach has conflicts. multiple conflicts possible. show overview. only show overview if conflict occurred.
    5454
    55 4.1.2.1. project allows account registration. registration RPC returned -137:"name not unique":
     55[[Image(conflict-overview.PNG)]]
    5656
    57 [[Image(conflict-1.PNG)]]
    5857
    59 4.1.2.2. project does not allow account creation. login RPC returned -206:"bad password":
    60 registration button opens project website
     58There are four essential conflict scenarios:
     59* project allows account registration. registration RPC returned -137:"name not unique" (in picture: SETI@Home)
     60* project does not allow account creation. login RPC returned -206:"bad password" (in picture: WorldComminityGrid)
     61* project does not allow account creation. login RPC returned -136:"name not found" (in picture: Something like WCG)
     62* undefined error. something else went wrong. (not in picture)
    6163
    62 [[Image(conflict-2.PNG)]]
     64Clicking on a specific project brings up input dialog to provide new credentials.
    6365
    64 4.1.2.3. project does not allow account creation. login RPC returned -136:"name not found":
    65 retry button takes user back to input, i.e. to correct data or to use just created account
    66 skip button continues to next project in sequence
     66[[Image(conflict-resolution.PNG)]]
    6767
    68 [[Image(conflict-3.PNG)]]
     68After clicking "login" or "register" RPC is started in the background and dialog is closed. User can continue with other project.
     69
     70[[Image(conflict-retry.PNG)]]
     71
     72User can decide at any point in time to stop resolving conflicts by clicking "Finish" which returns to normal UI. (Unresolved projects are not attached)
     73
     74[[Image(conflict-resolved.PNG)]]
    6975
    7076