readme update

This commit is contained in:
Denys Vuika 2019-03-12 15:01:37 +00:00
parent da65e59b8e
commit 287ca07e15
2 changed files with 39 additions and 36 deletions

View File

@ -6,5 +6,8 @@
"editor.formatOnSave": true,
"[json]": {
"editor.formatOnSave": false
},
"markdownlint.config": {
"MD033": false
}
}

View File

@ -1,9 +1,9 @@
<p align="left"> <img title="Alfresco" src="alfresco.png" alt="Alfresco - make business flow"></p>
<p align="left"> <img title="Alfresco" src="alfresco.png" alt="Alfresco - make business flow"></p>
# Alfresco Content Application
Testing Supported By<br/>
<img width="160" src="docs/images/Browserstack-logo.svg" alt="BrowserStack"/>
<img width="160" src="docs/images/BrowserStack-logo.svg" alt="BrowserStack"/>
## Introduction
@ -22,9 +22,7 @@ There are a number of resources available to help get you started with the Conte
- [Gitter Chat for Community](https://gitter.im/Alfresco/content-app)
- [Content App Documentation](https://alfresco-content-app.netlify.com/)
- [Alfresco ADF Documentation](https://www.alfresco.com/abn/adf/)
- [Alfresco Community](https://community.alfresco.com/)
To get help on Angular CLI use ng help or read the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
- [Alfresco Community Portal](https://community.alfresco.com/)
### Raising issues and feature requests
@ -33,23 +31,23 @@ Please include a clear description, steps to reproduce and screenshots where app
#### Features added in the latest release
- Library Management
- For end users: Join and favorite libraries
- New search input to find Libraries, files and/or folders
- Updated action toolbar, right click context menu and refresh of some icons
- Edit Offline
- Edit Online with Microsoft Office (Alfresco Office Services)
- [Search input improvements](https://alfresco-content-app.netlify.com/#/features/search-results?id=alfresco-full-text-search)
- [Single Sign-On](https://alfresco-content-app.netlify.com/#/getting-started/sso) (SSO) support with Alfresco Identity Service and ADF 3.0.0, basic Kerberos support
Please refer to the [release notes](https://github.com/Alfresco/alfresco-content-app/releases) for details of all changes.
Please refer to the [release notes] for details of all changes.
#### High level feature themes planned for 2019
- Collaboration & File Management
- Edit offline, and edit online with Alfresco Office Services (AOS)
- ✅[1.7] Edit offline, and edit online with Alfresco Office Services (AOS)
- Folder rule creation
- File/Folder linking via secondary association
- File Library Management
- For managers: Create libraries, manage users and requests to join
- ✅[1.7] For managers: Create libraries, manage users and requests to join
- Single Sign On
- Support for Alfresco Identity Service
- ✅[1.7] Support for Alfresco Identity Service
- Enhanced UI and user experience
- Search result facet improvements
@ -58,7 +56,8 @@ Please refer to the [release notes](https://github.com/Alfresco/alfresco-content
### Want to help
Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for [contributing] and then check out one of our issues in the [Jira] or [GitHub].
Want to file a bug, contribute some code, or improve documentation? Excellent!
Read up on our guidelines for [contributing] and then check out one of our issues in the [Jira] or [GitHub].
## Compatibility
@ -75,28 +74,29 @@ Want to file a bug, contribute some code, or improve documentation? Excellent! R
## Available Features
| Feature | Description |
| -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| My Files | Folder/File browsing of Personal Files. |
| File Libraries | Create, find, join and browse the file libraries of sites created in the repository. |
| Shared Files | Lists all files that have shared. |
| Recent Files | List files created and/or modified by the logged users within the last 30 days. |
| Favorites | Lists all favorite files for the user. |
| Trash | Lists all deleted items stored in the trash can, users can restore or permanently remove. Admin user will see items deleted by all users. |
| Upload | Files and folders can be uploaded through the New button or by dragging and dropping into the browser. |
| Search | Quick search with live results, and full faceted search results page. |
| Actions | A number of actions can be performed on files and/or folders, either individually or multiples at a time. |
| Viewer | Viewing files in natively in the browser, unsupported formats are transformed by the repository. |
| Metadata | The information drawer can be configured in the app.config.json to display metadata information, by default file the Properties Aspect is shown and images will also include EXIF information. |
| File Sharing | Share files, with time expiry if required, externally with uniquely generated URLs. |
| Versioning | The version manager provides access and management of previous file versions, and the ability to upload new versions. |
| Permissions | Granular user permission management of the folders and files throughout the repository. |
| Extensibility | The application provides safe extension points allowing full customisation; see [Documentation](https://alfresco-content-app.netlify.com/#/extending/) for details. |
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
| Version | Feature | Description |
| ------- | -------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 1.5 | My Files | Folder/File browsing of Personal Files. |
| 1.5 | File Libraries | Create, find, join and browse the file libraries of sites created in the repository. |
| 1.5 | Shared Files | Lists all files that have shared. |
| 1.5 | Recent Files | List files created and/or modified by the logged users within the last 30 days. |
| 1.5 | Favorites | Lists all favorite files for the user. |
| 1.5 | Trash | Lists all deleted items stored in the trash can, users can restore or permanently remove. Admin user will see items deleted by all users. |
| 1.5 | Upload | Files and folders can be uploaded through the New button or by dragging and dropping into the browser. |
| 1.5 | Search | Quick search with live results, and full faceted search results page. |
| 1.5 | Actions | A number of actions can be performed on files and/or folders, either individually or multiples at a time. |
| 1.5 | Viewer | Viewing files in natively in the browser, unsupported formats are transformed by the repository. |
| 1.5 | Metadata | The information drawer can be configured in the app.config.json to display metadata information, by default file the Properties Aspect is shown and images will also include EXIF information. |
| 1.5 | File Sharing | Share files, with time expiry if required, externally with uniquely generated URLs. |
| 1.5 | Versioning | The version manager provides access and management of previous file versions, and the ability to upload new versions. |
| 1.5 | Permissions | Granular user permission management of the folders and files throughout the repository. |
| 1.5 | Extensibility | The application provides safe extension points allowing full customisation; see [Documentation](https://alfresco-content-app.netlify.com/#/extending/) for details. |
| 1.6 | Library management | Join and favorite libraries. New search input to find Libraries, files and/or folders. |
| 1.7 | Edit Offline | Lock and unlock for editing, download current version, upload new version. |
| 1.7 | Edit with Microsoft Office | Extension to edit online with Alfresco Office Services (AOS) |
| 1.7 | Single Sign-On (SSO) | Support for Alfresco Identity Service, with ADF 3.0.0 |
[contributing]: https://github.com/Alfresco/alfresco-content-app/blob/master/CONTRIBUTING.md
[github]: https://github.com/Alfresco/alfresco-content-app/issues
[jira]: https://issues.alfresco.com/jira/projects/ACA
[release notes]: https://github.com/Alfresco/alfresco-content-app/releases