mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
* Update index.html * Update features.md * Update header.md * Update header.md * Update header.md * Add files via upload * Update header.md * Update header.md * Add files via upload * Update header.md * Add files via upload * Add files via upload * Update header.md * Add files via upload * Delete sid-nav.png * Add files via upload * Update side-nav.md * Add files via upload * Update side-nav.md * Update side-nav.md * Update doc-list.md * Add files via upload * Update doc-list.md * Update doc-list.md * Delete doclist.png * Add files via upload * small changes to docs * [ACA-1038] 'Load more' doesn't work correctly on destination picker (#135) made sure that a search is performed only if there is a search string to search for * [ACA-951] Color theme and logo (#138) - documented customization of the logo and header background color
20 lines
1.1 KiB
Markdown
20 lines
1.1 KiB
Markdown
# Features
|
|
## Introduction
|
|
The concept of this example is a simple user interface which makes accessing files in the Alfresco Content Services repository easy.
|
|
|
|
Often Content Management systems provide more capabilities out of the box than most users need;
|
|
providing too many capabilities to these users prevents them from working efficiently,
|
|
so they may end up using unsanctioned file management solutions which presents a proliferation of content storage
|
|
and collaboration solutions as well as compliance issues for organizations.
|
|
|
|
This application demonstrates how the complexity of Content Management can be simplified
|
|
using the Alfresco Application Development Framework to easily and quickly create custom solutions for specific user cases.
|
|
|
|
## User Interface - layout
|
|
There are three main areas of the application controlled by the [Layout component](https://github.com/Alfresco/alfresco-content-app/tree/master/src/app/components/layout):
|
|
- [(1) Application Header](/header)
|
|
- [(2) Side Navigation](/side-nav)
|
|
- [(3) Document List](/doc-list)
|
|
|
|

|