<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.kram.nz/index.php?action=history&amp;feed=atom&amp;title=SE401%3AGroup58%3APrint3Planning2</id>
	<title>SE401:Group58:Print3Planning2 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.kram.nz/index.php?action=history&amp;feed=atom&amp;title=SE401%3AGroup58%3APrint3Planning2"/>
	<link rel="alternate" type="text/html" href="https://wiki.kram.nz/index.php?title=SE401:Group58:Print3Planning2&amp;action=history"/>
	<updated>2026-05-20T15:28:21Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://wiki.kram.nz/index.php?title=SE401:Group58:Print3Planning2&amp;diff=11619&amp;oldid=prev</id>
		<title>Mark: 46 revision(s)</title>
		<link rel="alternate" type="text/html" href="https://wiki.kram.nz/index.php?title=SE401:Group58:Print3Planning2&amp;diff=11619&amp;oldid=prev"/>
		<updated>2008-11-03T05:22:12Z</updated>

		<summary type="html">&lt;p&gt;46 revision(s)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Group58:Menu}}&lt;br /&gt;
&lt;br /&gt;
=Sprint 3 Details=&lt;br /&gt;
==Introduction==&lt;br /&gt;
This sprint the focus is on exercising more TANDBERG API and to show a bit of how SilverLight and WPF aid developers to create very rich user interfaces.&lt;br /&gt;
*Dates&lt;br /&gt;
**Start: 13 August 2008&lt;br /&gt;
**End: 27 August 2008&lt;br /&gt;
**Intrim Demo Date: 20 August 2008&lt;br /&gt;
==Video Player related functionality==&lt;br /&gt;
===Simultaneous Buffering (Weng Hao)===&lt;br /&gt;
* Priority: Critical&lt;br /&gt;
* Desciption: &lt;br /&gt;
** Attempt to synchronized Main video and Duo video&lt;br /&gt;
*** Otherwise, pseudo-synchronize (Pause first played video and play when second plays)&lt;br /&gt;
* Estimated Duration: 7h&lt;br /&gt;
&lt;br /&gt;
===Pip===&lt;br /&gt;
====Code Cleanup====&lt;br /&gt;
* Priority: Low&lt;br /&gt;
* Description:&lt;br /&gt;
** Fully convert to MVP&lt;br /&gt;
* Estimated Duration: 30min&lt;br /&gt;
&lt;br /&gt;
====Pip-video cleanup====&lt;br /&gt;
*Priority: Low&lt;br /&gt;
*Description:&lt;br /&gt;
** Movable pip when &amp;#039;next&amp;#039; button is pressed&lt;br /&gt;
*** When the &amp;#039;next&amp;#039; button is pressed the Pip is not movable until large video is available&lt;br /&gt;
*** Currently, video player size remains same size as previously played video until next video is played. Instead, video sizes should be reset to 0 until next video has been successfully retrieved.&lt;br /&gt;
*Estimated Duration: 1.5h&lt;br /&gt;
&lt;br /&gt;
====Extra Graphical Effects (Weng Hao - Done)====&lt;br /&gt;
* Priority: Medium-Low&lt;br /&gt;
* Description:&lt;br /&gt;
** Fade in and fade out of the pip (WPF)&lt;br /&gt;
** Demonstrate Silverlight storyboard animation capability (0:01, etc)&lt;br /&gt;
*Estimated Duration: 1h&lt;br /&gt;
* Actual Duration: 2.5h&lt;br /&gt;
&lt;br /&gt;
===Video===&lt;br /&gt;
====Aspect Ratio corrected Video (Weng Hao - Done)====&lt;br /&gt;
* Priority: Critical&lt;br /&gt;
* Description:&lt;br /&gt;
** Aspect ratios should be locked&lt;br /&gt;
*** i.e. 200 x 300 ratio should be set regardless of size&lt;br /&gt;
** Sprint 2 shows strange window size problems with video&lt;br /&gt;
** Scale videos&lt;br /&gt;
*** Make sure within bounds, but do not crop&lt;br /&gt;
*Estimated Duration: 3h&lt;br /&gt;
* Actual Duration: 3h&lt;br /&gt;
&lt;br /&gt;
====Full Screen Video (Weng Hao)====&lt;br /&gt;
*Priority: High&lt;br /&gt;
*Description:&lt;br /&gt;
** Demonstrate the SilverLight &amp;#039;fullscreen&amp;#039; capability&lt;br /&gt;
** References:&lt;br /&gt;
*** http://msdn.microsoft.com/en-us/library/cc189023(VS.95).aspx&lt;br /&gt;
*** http://silverlight.net/learn/videocat.aspx?cat=2&lt;br /&gt;
** Idea: Have all controls for video contained in a panel which can be toggled between &amp;#039;shown&amp;#039; and &amp;#039;hidden&amp;#039;&lt;br /&gt;
*** The panel might be complex&lt;br /&gt;
*Estimated Duration: 2.5h&lt;br /&gt;
&lt;br /&gt;
===Visuals (Weng Hao - Done)===&lt;br /&gt;
* Priority: High&lt;br /&gt;
* Description:&lt;br /&gt;
** Splitting all skin image parts and fit into a xaml grid such that no overflow issues occur&lt;br /&gt;
** Add skin images as separate components to video player (Allows scalability for resizing)&lt;br /&gt;
** Also ensure that all functionality still works as intended before revamping of video player skin.&lt;br /&gt;
* Estimated Duration: 2h&lt;br /&gt;
* Actual Duration: 7h&lt;br /&gt;
&lt;br /&gt;
==Navigator Control related functionality==&lt;br /&gt;
===Create Component (Llyle)===&lt;br /&gt;
* Priority: High&lt;br /&gt;
* Description: &lt;br /&gt;
** Create SilverLight component and host in aspx page&lt;br /&gt;
** Create the xaml which will host the video entries&lt;br /&gt;
* Estimated Duration: 3h&lt;br /&gt;
===Video Entries (Llyle)===&lt;br /&gt;
* Priority: High&lt;br /&gt;
* Description:&lt;br /&gt;
** Program component code behind in VB.NET&lt;br /&gt;
** Layout of Data items - Layered components&lt;br /&gt;
*** Suggested controls for video listing:&lt;br /&gt;
**** Repeater&lt;br /&gt;
**** If possible, would be most preferrable&lt;br /&gt;
**** http://weblogs.asp.net/scottgu/archive/2008/02/22/first-look-at-silverlight-2.aspx&lt;br /&gt;
***** Strongly suggested not to copy/paste code - May be redundant&lt;br /&gt;
**** Grid&lt;br /&gt;
**** List&lt;br /&gt;
*Estimated Duration: 7h&lt;br /&gt;
===Navigating To Video Player (Llyle)===&lt;br /&gt;
* Priority: High&lt;br /&gt;
* Description:&lt;br /&gt;
** Take the url of item clicked as pass to the video control through the extisting functionality from Sprint 2&lt;br /&gt;
* Estimated Duration: 2h&lt;br /&gt;
===video entry thumbnail (Llyle)===&lt;br /&gt;
* Priority: High&lt;br /&gt;
* Description:&lt;br /&gt;
** Thumbnails (for each video entry)&lt;br /&gt;
*Estimated Duration: 4h&lt;br /&gt;
===video entry filter/search (Llyle)===&lt;br /&gt;
* Priority: Medium&lt;br /&gt;
* Description:&lt;br /&gt;
** Search for videos by: Category, Name.&lt;br /&gt;
** Tandberg-provided search functionality&lt;br /&gt;
* Estimated Duration: 3h&lt;br /&gt;
==Conclusion==&lt;br /&gt;
* Llyle [20h available][19h allocated]&lt;br /&gt;
* Weng Hao [15h available][15.5h allocated]&lt;/div&gt;</summary>
		<author><name>Mark</name></author>
	</entry>
</feed>