Fixed README file.
This commit is contained in:
parent
61e37a87fe
commit
496b75d880
28
README.md
28
README.md
@ -8,20 +8,20 @@ In a nutshell, the purpose of this application is to manage a remote file system
|
||||
|
||||
In its current state, the application allows its users to:
|
||||
|
||||
- [x] handle GET, POST and DELETE requests to the API endpoint;*
|
||||
- [x] require the user to login to the app to access the file system;*
|
||||
- [x] load the items located at the root folder;*
|
||||
- [x] browse through the folders hierarchy;*
|
||||
- [x] create new folder in the current folder location;*
|
||||
- [x] support for pull-to-refresh on folders;*
|
||||
- [x] open JPG and PNG images in the image viewer;*
|
||||
- [x] upload documents from the phone or an **iCloud** location to the current folder location;*
|
||||
- [x] download document from the current folder location to the phone or an **iCloud** location;*
|
||||
- [x] delete existing folders in the current folder location;*
|
||||
- [x] delete existing documents in the current folder location;*
|
||||
- [x] show available user information in the profile;*
|
||||
- [x] allow the user to logout from the app;*
|
||||
- [x] show to the user relevant errors that could happen while using the app.*
|
||||
- [x] handle GET, POST and DELETE requests to the API endpoint;
|
||||
- [x] require the user to login to the app to access the file system;
|
||||
- [x] load the items located at the root folder;
|
||||
- [x] browse through the folders hierarchy;
|
||||
- [x] create new folder in the current folder location;
|
||||
- [x] support for pull-to-refresh on folders;
|
||||
- [x] open JPG and PNG images in the image viewer;
|
||||
- [x] upload documents from the phone or an **iCloud** location to the current folder location;
|
||||
- [x] download document from the current folder location to the phone or an **iCloud** location;
|
||||
- [x] delete existing folders in the current folder location;
|
||||
- [x] delete existing documents in the current folder location;
|
||||
- [x] show available user information in the profile;
|
||||
- [x] allow the user to logout from the app;
|
||||
- [x] show to the user relevant errors that could happen while using the app.
|
||||
|
||||
> It is necessary to clarify that, to use any **iCloud** location, the user is required to have an actual **iCloud** account and to be logged to that **iCloud** account in the phone.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user