Activities/Library: Difference between revisions
| Line 52: | Line 52: | ||
=== Composite tags === | === Composite tags === | ||
User tags could consist of several child tags to represent tree of users tags. | User tags could consist of several child tags to represent tree of users tags. | ||
If we have four objwith tags: | |||
* ''games'' tag -> object #1 | |||
* ''books/nonfiction'' tag -> object #2 | |||
* ''books/science-fiction'' tag -> object #3 | |||
* ''news'' tag -> object #4 | |||
On top level we have: | |||
* ''games'' tag -> object #1 | |||
* ''books'' tag -> object #2, object #3 | |||
* ''news'' tag -> object #4 | |||
After choosing ''books'' tag: | |||
* ''nonfiction'' tag -> object #2 | |||
* ''science-fiction'' tag -> object #3 | |||
See [[#]]. | See [[#]]. | ||