jimmod / ShareToComputer

GNU General Public License v3.0
144 stars 29 forks source link

Addition of Categories and share history features to share to computer #12

Open zoneboy opened 5 years ago

zoneboy commented 5 years ago

Introduction

Share to Computer is an Android application that makes sharing files from mobile phones to computer easier. You just need to select the files you want to send and share to computer. This will generate a link to be inputted on the computer browser where you can download the file shared.

Components

My Suggestion is on the

Proposal

ShareToComputer is a decent application that reduces the stress most users go through just to send a piece of file to their computer. I believe the application can still be improved.

Mockups/Examples

Comb19062019133732.jpg

The above is how I want the categories feature to be enhanced. You can see that the music button has only music files in there. That will be the same for other categories.

Comb19062019133747.jpg

This image is how I want the Share history to be implemented. You can see that the files sent can be seen and the date sent plus the device sent to.

Benefits

Categories- This is an important feature that will reduce the time spent in finding the file to send. Imagine someone that want to send multiple video files in different locations, with the current mode of the application that is impossible. The user have to be selecting the video in each of the categories and sent. With the categories feature, the user can see all the videos on the device and choose anyone to send. It saves time and stress used to search and share videos one after the other.

Share History- This is another important feature that will let users see their past files sent. It helps to avoid situation of double sending. I often like transferring some of my pictures to my computer to increase available storage space. The presence of a history feature will make me avoid situations where I send a file twice. I can easily check the history and see the files I have sent. You can also see the device name you sent the files to.

Conclusion

The application is one useful one because it cuts out the use of external devices such as cables, flash drives to send things between your phone and computer. Implementing my suggestions will make it more desirable for the general public. It will reduce the time and also cut out stress associated with finding the files to send.

jimmod commented 5 years ago

@zoneboy thank you for the detail proposal.

Categories idea I agree having custom UI for file selection we can improve the experience, although it will have many approach. Some user, as your design will like to share recent medias. Other user might want to browse to folders to find the file.

Share History Another good idea, identifying the client might be tricky since we want to allow any browser to download. I'm thinking since we should able to identify IP address that download, we can try to translate it to name. I see some network scan application doing it.

Let's keep this issue open for more discussion.