forked from tzyganu/UMC1.9
-
Notifications
You must be signed in to change notification settings - Fork 0
Sample
Marius edited this page Aug 25, 2014
·
2 revisions
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.
- Getting started
- Compatibility
- Installation
- Features
- How to use
- Module grid
- Add/Edit form
- General Settings Tab
- Entities Tab 1. Entity - Name settings 2. Entity - Backend settings 3. Entity - Frontend settings 4. Entity - Products 5. Entity - Categories 6. Entity - Fields/Attribute
- Entity Relations Tab
- Help Tab
- Configuration
- Naming Restrictions
- Generated files
- Sample 1. UMC Config file 2. Tables 3. Backend CRUD 4. Config section 5. Fronend listing 6. Fronend view 7. Product relation 8. Category relation 9. RSS Feed 10. API 11. Widgets 12. Comments 13. Translation
- Created extensions
- Concept
- Limitations
- Issues & Support
- Release Notes
- Uninstall
- License
- Thanks