Skip to content
linzongshu edited this page Sep 29, 2014 · 7 revisions

Article module reconstruct

  • Achieved

    • Another category named 'cluster'
    • Add/Update custom fields by configuration
    • Add/Update compound fields and table by configuartion
    • Common fields element component
    • Image upload form reconstruction of category, cluster, topic
  • Table removed

    • extended: all custom field can be insert into article table by configuration, your data should be moved to article table
    • draft_asset: the draft asset data are stored in draft table
    • related: this table is performanced as compound table named custom_related

New Features

  • Support custom fields
  • Fields management
  • Add cluster as same as category
    • Support multiple category for one article
    • Support list page, detail page dress up for different cluster respectively
  • Reconstruct image upload as a component

References

Requirement

  • Article
    • Operation
      • Create draft
        • Title/Sub title
        • Setting category
        • Setting channel
        • Published at fix time
        • Setting SEO
        • Setting tags
        • Inserting photos
        • Featured image ?
      • Save draft
      • Pending
      • Publish
      • Preview
    • Management
      • Searching
      • Edit article
      • Delete article
      • Active/Deactivate article
  • Category
    • Operation
      • Add category
    • Management
      • Edit category
      • Delete category
      • Searching
  • Homepage

Code Design

Clone this wiki locally