1. Logical Design

Data definition

  • Authro (AuthroID,Authro Name)
  • Publisher(PublisherID,Publisher Name)
  • Document Format(id,document,media)
  • Knowledge product(DocumentID,Title,Document_category,Keyword,Abstract,Audience)In-house coding or WordPress
    1. In-house server or cloud hosting
 To represent Knowledge Products Pods Admin Plugin used and All KP attributes Created ;

When we use PODS, there are two elements, custom post type, and custom taxonomy. there are one Custom POST Type and three Custom Taxonomy; Generally, custom fields store arbitrary extra information for a post, while taxonomies are ways to group posts together. After creating the post types the feature will be added to the admin left menu.  custom post types created inside the PODS ADmin; which are 
      • Custom Post Types
        • Knowledge Portal
      • Taxonomy
        • KP categories
        • File types
        • Publishers


  • Custom post Type (Knowledge Product)
      • Data Representation :
        • Document Title (Textbox , Required *)
        • Document ID(Textbox,  Naming  standard SUMM0001,Required *)
        • KP Author:(Textbox, Required *)
        • Published Date:(Date, mm/dd/yyy)
        • KP Format:(Textbox,default document formats .pdf, .avi, .mp4, Required *)
        • KP Publisher:(Textbox)
        • KP Category:(Dropdown menu,  six Knoledge categories, Required *)
        • Key Words:(Textbox)
        • Intended Audience: (Textbox)
        • Licenses:(Textbox,Requried *)
        • Abstract:(Textarea)
        •   KP File :(file/image/video, .pdf, .mp4,.avi, Required *)

  • Custom Taxonomy
    • KP Categories :
 
    • Publishers

    • FileTypes
PODS Template used to generate a list of records by filtering different options like custom taxonomy, categorization, document counting, slug reporting, and the like;  For the time being, we have created 5 PODS templates with PHP code;
          • Category Count
          • Count Taxonomy

          • View Knowledge Products

          • View All KP

    1. Web architecture
    2. Content - knowledge products
  1. Physical Design
    1. Engage cloud hosting service - domain registration
    2. Install WordPress
    3. Selection of theme and plugins
    4. KP database
    5. User sign-in and security

Comments

Popular posts from this blog

Creating Training Tutorials with Google Blogger

IT Systems Project Development and Management

Using Wordpress as a DMS/CMS