Changes between Version 68 and Version 69 of AndroidBoincTodo
- Timestamp:
- Mar 14, 2014, 6:38:41 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AndroidBoincTodo
v68 v69 46 46 47 47 48 4.1.1. batch attach successful. 48 4.1.1. batch attach successful. "get started" brings up normal UI. 49 49 50 50 [[Image(batch-success.PNG)]] 51 51 52 52 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...53 4.1.2. batch attach has conflicts. multiple conflicts possible. show overview. only show overview if conflict occurred. 54 54 55 4.1.2.1. project allows account registration. registration RPC returned -137:"name not unique": 55 [[Image(conflict-overview.PNG)]] 56 56 57 [[Image(conflict-1.PNG)]]58 57 59 4.1.2.2. project does not allow account creation. login RPC returned -206:"bad password": 60 registration button opens project website 58 There 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) 61 63 62 [[Image(conflict-2.PNG)]] 64 Clicking on a specific project brings up input dialog to provide new credentials. 63 65 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)]] 67 67 68 [[Image(conflict-3.PNG)]] 68 After 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 72 User 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)]] 69 75 70 76