<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kevin&#039;s Blog &#187; Feedback</title>
	<atom:link href="http://blog.lckymn.com/tag/feedback/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.lckymn.com</link>
	<description>IT, Java, Ubuntu, Linux</description>
	<lastBuildDate>Thu, 12 Jan 2012 05:48:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Communication with Users</title>
		<link>http://blog.lckymn.com/2009/05/14/communication-with-users/</link>
		<comments>http://blog.lckymn.com/2009/05/14/communication-with-users/#comments</comments>
		<pubDate>Thu, 14 May 2009 10:52:45 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Mine]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[TeCTra]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Communication]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Feedback]]></category>
		<category><![CDATA[Issue Tracking]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[User]]></category>

		<guid isPermaLink="false">http://blog.lckymn.com/?p=137</guid>
		<description><![CDATA[<p>I have developed Team Contribution Tracking (TeCTra) system for UTS. It is an Ajax web application the back-end of which is built using Java. A few months ago, a new function to get feedback from users was added to TeCTra.</p> <div id="attachment_138" class="wp-caption aligncenter" style="width: 547px"><a href="http://blog.lckymn.com/wp-content/uploads/2009/05/tectra_user_feedback_function.jpg"><img class="size-full wp-image-138" title="TeCTra User Feedback Function" src="http://blog.lckymn.com/wp-content/uploads/2009/05/tectra_user_feedback_function.jpg" alt="TeCTra User Feedback Function" width="537" height="81" /></a><p class="wp-caption-text">TeCTra User Feedback Function</p></div> <p>About a half month ago, I&#8217;ve got a feedback email from a user. This is <p style="border: 3px solid rgb(243, 197, 52); padding: 5px; background-color: rgb(254, 254, 184); width: 600px; text-align: center;">[...Continue reading <a href="http://blog.lckymn.com/2009/05/14/communication-with-users/">Communication with Users</a>...]</p>]]></description>
			<content:encoded><![CDATA[<p>I have developed Team Contribution Tracking (TeCTra) system for UTS. It is an Ajax web application the back-end of which is built using Java.  A few months ago, a new function to get feedback from users was added to TeCTra.</p>
<div id="attachment_138" class="wp-caption aligncenter" style="width: 547px"><a href="http://blog.lckymn.com/wp-content/uploads/2009/05/tectra_user_feedback_function.jpg"><img class="size-full wp-image-138" title="TeCTra User Feedback Function" src="http://blog.lckymn.com/wp-content/uploads/2009/05/tectra_user_feedback_function.jpg" alt="TeCTra User Feedback Function" width="537" height="81" /></a><p class="wp-caption-text">TeCTra User Feedback Function</p></div>
<p>About a half month ago, I&#8217;ve got a feedback email from a user.  This is sent through the function above.</p>
<div id="attachment_140" class="wp-caption aligncenter" style="width: 310px"><a href="http://blog.lckymn.com/wp-content/uploads/2009/05/tectra_user_feedback_01.jpg"><img class="size-full wp-image-140" title="TeCTra User Feedback 01" src="http://blog.lckymn.com/wp-content/uploads/2009/05/tectra_user_feedback_01.jpg" alt="TeCTra User Feedback Email" width="300" height="250" /></a><p class="wp-caption-text">TeCTra User Feedback Email</p></div>
<div id="attachment_141" class="wp-caption aligncenter" style="width: 396px"><a href="http://blog.lckymn.com/wp-content/uploads/2009/05/tectra_user_feedback_02.jpg"><img class="size-full wp-image-141" title="TeCTra User Feedback 02" src="http://blog.lckymn.com/wp-content/uploads/2009/05/tectra_user_feedback_02.jpg" alt="TeCTra User Feedback Email" width="386" height="192" /></a><p class="wp-caption-text">TeCTra User Feedback Email</p></div>
<p>This feedback is about the usability of TeCTra. What he/she points out is that the button to create a new task in the time sheet tab is positioned too close to the remove button so users may click the remove button by mistake when they want to click the add task button.<br />
As the image below shows, the last remove button is too close to the new task button.  So as mentioned in the feedback, users might click the remove button by mistake.</p>
<div id="attachment_143" class="wp-caption aligncenter" style="width: 850px"><a href="http://blog.lckymn.com/wp-content/uploads/2009/05/tectra-old-remove_task_and_new_task.jpg"><img class="size-full wp-image-143" title="TeCTra - Old Remove Task Buttons and New Task Button" src="http://blog.lckymn.com/wp-content/uploads/2009/05/tectra-old-remove_task_and_new_task.jpg" alt="The last remove task button is too close to the new task button." width="840" height="624" /></a><p class="wp-caption-text">The last remove task button is too close to the new task button.</p></div>
<p>We, the development team of the TeCTra, had a discussion about this and other issues then decided to move the buttons to the right-hand side. Since the front-end is developed by my friend, Sverre, he changed the positions of the remove buttons.  My boss, Dr. Richard Raban, also brought other issues so I and my friend took care of all of these and deployed a new version of TeCTra.</p>
<div id="attachment_144" class="wp-caption aligncenter" style="width: 785px"><a href="http://blog.lckymn.com/wp-content/uploads/2009/05/tectra-new-remove_task_and_new_task.jpg"><img class="size-full wp-image-144" title="TeCTra - New Remove Task Buttons and New Task Button" src="http://blog.lckymn.com/wp-content/uploads/2009/05/tectra-new-remove_task_and_new_task.jpg" alt="Now the remove buttons are all right-justified so users will not click it by chance when they want to click the new task button." width="775" height="548" /></a><p class="wp-caption-text">Now the remove buttons are all right-justified so users will not click it by chance when they want to click the new task button.</p></div>
<p>It is good to have an issue tracking system so that the users of software can easily report bugs they found or require new functions they want.  This might be good enough yet it is even better if the application itself has issue tracking and feedback functions as I&#8217;ve learned from the user feedback function.  Thus I am thinking to implement feedback and bug reporting functions which directly add a new ticket to an issue tracking system from my next application development.  So it does not only send a feedback email to the developer but also add an issue to the issue tracking system.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lckymn.com/2009/05/14/communication-with-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

