rsacchettini / napier

Automatically exported from code.google.com/p/napier
0 stars 0 forks source link

Documentation #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi all,

As we haven't a lot of time to carry through the project, I purpose that
everybody have to complete the Design Analysis document
(Design_Analysis_Use_Cases.tex).
Romain and me started to write this document so you can read what we've
done in order to complete your parts.

To do that, basically open the Design_Analysis_Use_Cases.tex with a simple
text editor like Notepad++ and commit your work.

You will find this document in the directory "Documentation/Design
analysis/" which is in the directory of your project.

For example the use case Authenticate should be like that:

4.1 Authenticate

4.1.1 Description
The user logs on to the website to bene?t of its services which are
provided by the website.

4.1.2 Flow of Events

Basic Flow
• The system prompts the user to log on.
• The user enters his username and password.
• The system verifies the logon information.
• The system logs user on to system.

Alternative Flow
• The system recognizes cookie on user's machine.
• Go to step 4 (Basic Flow).
• The system does not recognize user's logon information.
• Go to step 1 (Basic Flow).

4.1.3 Pre-Conditions
The user has to want to use a service other than (browse properties),
(createan account).

4.1.4 Post-Conditions
The user will enjoy all the services whose he is allowed to use.

Don't forget to comment all your code when you will write your methods,
it's very important for the project.

Good week end!

Original issue reported on code.google.com by skhe...@gmail.com on 16 Mar 2008 at 3:01

GoogleCodeExporter commented 9 years ago

Original comment by skhe...@gmail.com on 27 Apr 2008 at 2:43