Skip to content

Releases: joseangelcrn/cocker-drive

0.3.0

20 Aug 11:50
Compare
Choose a tag to compare

New features:

  • Now user can download single or all of his/her files.
  • Home view now display more buttons. Thoose new buttons are used to delete all files which you have uploaded.
  • User experience has been really improved with changes such as: indications when something is happening in background/async process.
  • Creating of news vue component to modularitate aplication and better comprenhession for programmers.
  • Big refactoring of code.
  • Iconizador vue component now can detect more type of extensions so can display more differents icons.

On this point what can it do cocker-drive ?

Right now, with this app you can upload files, wathever type of files. You can rename upload files in uploading time (when files are displaying in preview image).
When you are in home page you can see four buttones (left to right order)

1. List files,

2. Upload files.

3. Download all files as zip.

4. Delete all files storaged in your accounts.

1.List files

Here user can search his files by filename, there is advanced searching motor too, with this feature you can order your files and filter your files by it width/height if file is image, for example. You can delete/rename/download one/more files you get found with your advanced searching.
Wathever was your searching, files display only 3 result, if u want to display next 3 files you must press bottom button to get thoose 3 next.

2. Upload files.

You can upload wathever type of files, if current file is an image it wil display a smal preview of that image but if is another type of file will appear an icon accord to wathever file you are uploading.
You can rename your files in upload-time too, that mean if you have an file with one name you can rename or not it name in pre-uploaded time.
You will see on bottom side amount of files you are uploading and it total size of it.

3. Download all files as zip.

This option allow download all your files as zip. Why did you need this ? If you want to migrate yout files to another server or possibles futures version of this app which could not be support for older versions. Who knows. But Im sure this function is usefull in many times.

4. List files.

We could to say this is main view of app, here you will be able to watch all your files and find some file you want in any time and quick because of adavanced searching module of this view. With this feature you can find storaged files really fast thank to existing filters.

Every displayed result have three buttons, which is used to : delete that file, rename it or download current file.

0.2.0

17 Aug 11:15
Compare
Choose a tag to compare

Important changes:

Home view

  • Now buttons display an icon in order to improve mobile devices performances, this third one (yellow button) will download all compressed files of user on zip.
  • Donut chart now is loaded by info file data from database to improve performances. (before it was loaded reading user directory).

Buscador

  • Finally user can filter their files ordering by name, extension, ect..
  • Rework of advanced searching, improved style and better usability.
  • Now every displayed files show its : name, extension, width x height and sizing.
  • Fixed minor problems

Wath new on backend

  • New fields added on file table in roder to improve futures searching and performance of all app. (new fields: width, height, size, )

0.1.1

14 Aug 00:10
Compare
Choose a tag to compare

With this release, mainly I fix usability problem in buscador (searcher) component, where now the displayed data is shown lightly different, in adition, usabilty of this page was improved.

Also, with this changes, on searcher view I have fixed problems like when user tried to rename/delete some file.

0.1.0

11 Aug 21:25
97aed80
Compare
Choose a tag to compare
Update README.md