This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
android:access:accessstories [2013/10/24 01:07] mikeclapp [Story 1 Bare Bones Uploader] |
android:access:accessstories [2013/11/05 19:12] (current) mjallison |
||
---|---|---|---|
Line 4: | Line 4: | ||
Access for Android has two roles. The most obvious is an Android interface to the AGTEK Access server. The second role is to serve as a deferred upload service and processor (picture rotation) | Access for Android has two roles. The most obvious is an Android interface to the AGTEK Access server. The second role is to serve as a deferred upload service and processor (picture rotation) | ||
+ | **mja questions** | ||
+ | * Login looks like current login? Option to save? Is there a menu to reconnect so you can change user? | ||
+ | * Should this be the focus of "what are the credentials of the currently logged in user" for all programs? | ||
+ | * I'm going to suggest that the "Sending" tab be "job" oriented rather than "file" oriented. It could show the current file being uploaded, e.g. a multipart track file. | ||
+ | * Track intervals, as discussed in section 1 are up to the program generating the track. The upload time of the track will occur whenever the network is connected. | ||
+ | * Good point about canceling an upload. What does that GUI look like. | ||
+ | * How about pausing all uploads? | ||
+ | * Sharing gui implies a "choose project" pane/dialog which is not presented here, or am I reading this wrong? | ||
+ | * For full access client: ability to access other folders than projects (e.g. my "home folder", etc) | ||
===== Story 1 Bare Bones Uploader ===== | ===== Story 1 Bare Bones Uploader ===== | ||
Line 26: | Line 34: | ||
- | ===== Story 2 - File/User Interface ===== | + | ===== Story 2 - Sharing Intent Based Uploads ===== |
+ | |||
+ | The story here is adding the ability for non-AGTEK programs to upload files to AGTEK Access. It serves as a manual method of getting files off the android device from any program that supports "Share". The flow is this. Programs with a Share capability display the desired file (Gallery is a good example). They have a Share button/menu item and when pressed the list of programs that support share display. AGTEK Access is one of these items and when picked displays something like this interface. | ||
+ | |||
+ | {{:android:access:access_file_functionality.png?400|}} | ||
+ | |||
+ | The navigation supports uploading to a project, creating folders, and could potentially support creating projects. | ||
+ | |||
+ | |||
+ | ===== Story 3 - Full Android Access Client ===== | ||
==== Functions ==== | ==== Functions ==== |