Adding Multiple Content Types. - Libbna/CUSTOM-CMS GitHub Wiki

  • In a CMS, a Content Type is a pre-defined collection of data types (Fields) which relate to each other by an informational context.
  • The next step of the custom-cms is to add one more content type i.e. article and allowing users to add article content.
  • According to this, we have distributed the tasks as follows :
    1. Views - Vivek
    2. Models - Libbna
    3. Controller - Ruturaj.

  • The objective of this feature is to provide users with two content types
    1. Contact (which already exists).
    2. Article (To-do).

  • In terms of scalability of this feature, we have planned to make the content types dynamic i.e. to allow users to add and remove fields of the content type.
  • Work on this scalability task will be done after article content type is successfully added to the site.