<?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>Project Trackr Development Log &#187; Users</title>
	<atom:link href="http://logbook.projecttrackr.com/category/section/users/feed/" rel="self" type="application/rss+xml" />
	<link>http://logbook.projecttrackr.com</link>
	<description>Building a better web based project management solution</description>
	<lastBuildDate>Mon, 15 Mar 2010 15:33:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linking users and accounts</title>
		<link>http://logbook.projecttrackr.com/section/users/linking-users-and-accounts/</link>
		<comments>http://logbook.projecttrackr.com/section/users/linking-users-and-accounts/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 20:01:08 +0000</pubDate>
		<dc:creator>Damian Jakusz-Gostomski</dc:creator>
				<category><![CDATA[Users]]></category>

		<guid isPermaLink="false">http://logbook.projecttrackr.com/?p=30</guid>
		<description><![CDATA[There are many ways to handle user authentication with the system. The authentication can take place at a per project, per company/client account or at a user account level. The pros and cons of each method will be discussed below.
One account per project
In this scenario, every time you want to create a project, you need [...]]]></description>
			<content:encoded><![CDATA[<p>There are many ways to handle user authentication with the system. The authentication can take place at a per project, per company/client account or at a user account level. The pros and cons of each method will be discussed below.</p>
<h3>One account per project</h3>
<p>In this scenario, every time you want to create a project, you need to enter a new set of credentials. Although you may use the same combination of email/username and password for each one, you will also need a unique way to link these to the project, which means you need to remember the project ID or some vanity URL. The advantage of this is you can keep separate projects totally isolated from each other, so work and personal projects do not get in the way of each other.</p>
<p>Even if you had a nice, easy to remember vanity URL, as soon as you have more then one or two projects, keeping track of all the URLs would not be easy, so you&#8217;d have to bookmark them, which results in a loss of portability in most cases, which is one of the key benefits of a web app. On the plus side, as you can have a separate set of credentials for each project, you can have notifications from different projects going to different email addresses.</p>
<p>On the whole, this method seems to be more hassle then it&#8217;s worth, and it&#8217;s possible to get the same benefits to an extent with the following method.</p>
<h3>One account per company/client</h3>
<p>In this scenario, you will have one or more accounts, which can have the same set of credentials or different. So you may have an account for work which groups all your work related projects together, then you may have a personal account which groups all your personal projects together and so on. This greatly reduces the number of accounts in total, which makes it much more feasible to have vanity URLs. You still have the clear divide between work projects and personal projects. The one downside is if you end up with a large number of accounts, your resources get spread across multiple accounts, which makes finding what you need a little more effort.</p>
<h3>One global account</h3>
<p>In this scenario, you only have a single account which houses all your projects. This has the benefit of everything being in one place and only one set of login credentials to remember. It also removes the need to remember any special URLs. Even with this method, there is still the need to have company/client accounts, but it would be possible to select which one you want once you login to your master account. It would also make it much easier to switch between &#8216;accounts&#8217; as they&#8217;re all in one place.</p>
<h3>Conclusion</h3>
<p>The benefits of the 3<sup>rd</sup> method exceed those of the first 2 and it still provides the separation of accounts within the master account. The master account is just an entry point into the system, as oppose to a replacement for multiple company/client accounts.</p>
]]></content:encoded>
			<wfw:commentRss>http://logbook.projecttrackr.com/section/users/linking-users-and-accounts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Users Intro</title>
		<link>http://logbook.projecttrackr.com/section/users/users-intro/</link>
		<comments>http://logbook.projecttrackr.com/section/users/users-intro/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 10:57:45 +0000</pubDate>
		<dc:creator>Damian Jakusz-Gostomski</dc:creator>
				<category><![CDATA[Users]]></category>
		<category><![CDATA[intro]]></category>

		<guid isPermaLink="false">http://logbook.projecttrackr.com/?p=107</guid>
		<description><![CDATA[Users, along with accounts is an area of functionality which isn&#8217;t very exciting, but is still needed. The reason it&#8217;s needed is because each user of the system needs to authenticate with the system before they can access information relevant to their projects. Without user separation, everyone would be able to see everything, which might [...]]]></description>
			<content:encoded><![CDATA[<p>Users, along with <a href="http://logbook.projecttrackr.com/section/accounts/accounts-intro/">accounts</a> is an area of functionality which isn&#8217;t very exciting, but is still needed. The reason it&#8217;s needed is because each user of the system needs to authenticate with the system before they can access information relevant to their projects. Without user separation, everyone would be able to see everything, which might work in a small, open environment, but would never work on something the scale of the internet, as most project information is confidential, and kept between the people involved on the project.</p>
<p>The above requirements mean we need to make it possible for users to login and out of the system, as well as the ability to add new users.</p>
]]></content:encoded>
			<wfw:commentRss>http://logbook.projecttrackr.com/section/users/users-intro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
