Difference between revisions of "Add Blog"

From ADF Docs
Jump to: navigation, search
(User Experience)
(Technical Specs)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
=Overview=
 
=Overview=
Invoked from the [[Blog Manager Application]] the Add Blog form will be used to create a new Blog.
+
Invoked from the Blog Manager Page the Add Blog form will be used to create a new Blog.
  
 
=User Experience=
 
=User Experience=
Line 6: Line 6:
  
 
=Technical Specs=
 
=Technical Specs=
* Uses the traditional Simple form interface with wrapper similar to the AUpedia "Add" action (instead of the Server.CommonSpot.UDF approach - because the form submission will need to be intercepted to create page automatically)
+
* Uses the traditional Simple form interface with wrapper similar to the "Add" action (instead of the Server.CommonSpot.UDF approach - because the form submission will need to be intercepted to create page automatically)
 
* User can select the template from which each blog post for this blog should be created from
 
* User can select the template from which each blog post for this blog should be created from
 
* User can determine whether or not the blog should posts blogs into subsites by date (e.g. /MyBlog/2009/05/17/)
 
* User can determine whether or not the blog should posts blogs into subsites by date (e.g. /MyBlog/2009/05/17/)
 +
 +
[[Category:Blogs]]

Latest revision as of 18:12, 5 April 2010

Overview

Invoked from the Blog Manager Page the Add Blog form will be used to create a new Blog.

User Experience

The user will click the Add link which will bring up the Add Form via a lightbox. From the Add form, the user will put in the name and description and choose the owner of the new blog. In addition, the user will choose the subsite which will house the Blog (using the CS CFT: Subsite which will allow the user to add the subsite should it not exist).

Technical Specs

  • Uses the traditional Simple form interface with wrapper similar to the "Add" action (instead of the Server.CommonSpot.UDF approach - because the form submission will need to be intercepted to create page automatically)
  • User can select the template from which each blog post for this blog should be created from
  • User can determine whether or not the blog should posts blogs into subsites by date (e.g. /MyBlog/2009/05/17/)