tinwin / asp-net-foto-galery

Automatically exported from code.google.com/p/asp-net-foto-galery
0 stars 0 forks source link

Generating Scope Statement #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
first version of Scope statement . Ideas aboutwhat to add , delete and edit 
welcome . 

Original issue reported on code.google.com by extraevi...@gmail.com on 1 Mar 2011 at 11:06

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by extraevi...@gmail.com on 1 Mar 2011 at 11:23

GoogleCodeExporter commented 9 years ago
I has read document. All described functions are the useful functions. I see 
only one problem - number of functions is large :). I suggest split task on 
several iterations. 

The first iteration - basic CRUD operations with basic entities (entities in 
our first model). This is required functions and base for all other functions. 
At the end of this step we are having working application but it has very poor 
functionality.

The second iteration - additional functionality. I propose to hold over till 
this stage photo rating system, photos search, may be some else.

Following iteration(s) - other functions, which aren't included in this 
document. I and Fedor are beginners in ASP.NET but we have little time. If we 
continue first step - it is some result. Second - good result. Third - perfect 
result.  Please post your comments about my proposition.
And we needs to start to implement this document :)

Original comment by The.Kor...@gmail.com on 3 Mar 2011 at 5:04

GoogleCodeExporter commented 9 years ago
OK, if we decide to implement all features at once...

I modified database under the generating scope statement (Without rating system 
for a start). Now i am looking into EF. Please look new DB and say what you 
think.
New DB: 
http://code.google.com/p/asp-net-foto-galery/source/browse/trunk/Database/Photog
allery.bak

Original comment by The.Kor...@gmail.com on 12 Mar 2011 at 1:11

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Project architecture diagram 

Original comment by extraevi...@gmail.com on 25 Mar 2011 at 12:27

Attachments:

GoogleCodeExporter commented 9 years ago
POCO (Plain old CLR objects) adapter for Entity Framework.
http://archive.msdn.microsoft.com/EFPocoAdapter

Original comment by The.Kor...@gmail.com on 25 Mar 2011 at 8:01