Skip to content
Marius edited this page Aug 25, 2014 · 2 revisions

Sample

For better understanding of what UMC can do I added a sample module.
The module is called Demo_News and it gives you a way to manage news.
For the purpose of this sample, I used 3 entities.

  • Author - it's a flat entity. It will allow you to manage the authors for the news
    • Name - the name of the author.
    • Description - description of the author
    • Email - email of the author - not made public.
  • Article - the article itself. It's an EAV entity, so you will be able to translate the same article in multiple languages similar to products. You will be able to link articles to products and categories.
    • Title - article title
    • Teaser - short description
    • Content - article content
    • Publication date.
    • Image - an image for the article
  • Section - an EAV tree behaving structure. It will allow you to group articles. You will be able to link products and categories to sections.
    • Name - the section name
    • Description - description of section.
Clone this wiki locally