david8640 / RestaurantSignaturesSoftware

4 stars 1 forks source link

Start Basic Architectural Design #31

Closed aassaly closed 10 years ago

aassaly commented 11 years ago

Try to include the following:

aassaly commented 11 years ago

Database side: Basically the domain model + a couple of login-related tables. Also a couple of the tables in the domain model are incorrect. I'll be fixing those up. I will not modify the domain model table, but instead will recreate the whole thing when I get a chance. I do have stuff on paper, and know what changes need to be done, it's just a matter of putting it on the computer. I'm working on the bugs of the login system since that's a higher priority for today than the design is.

aassaly commented 11 years ago

Uploaded sample architcture of what each module should look like. I used the login module as a template since it's working.

aassaly commented 11 years ago

@david8640 @omarhijazi22 I updated the wiki with the png: https://github.com/david8640/RestaurantSignaturesSoftware/wiki/Architecture

david8640 commented 11 years ago

C'est très bien. Il serait intéressant de représenter l'index, le generic controller (pour bien illustrer l'utilisation de HMVC) et mettre seulement les autres controllers (supplier, ...)

david8640 commented 11 years ago

Je crois qu'il manque probablement un peu de détail également sur la partie BD (l'intéraction entre les différentes classes de BD).

aassaly commented 11 years ago

I'll modify it accordingly today. Thanks for the input

On Monday, November 11, 2013, david8640 wrote:

Je crois qu'il manque probablement un peu de détail également sur la partie BD (l'intéraction entre les différentes classes de BD).

— Reply to this email directly or view it on GitHubhttps://github.com/david8640/RestaurantSignaturesSoftware/issues/31#issuecomment-28196877 .

david8640 commented 10 years ago

increase priority since we need this for the presentation.

aassaly commented 10 years ago

@david8640 @omarhijazi22

I think i did this a while ago but didn't update the issue :(

I added a text box that describes how the system accesses the database.

https://github.com/david8640/RestaurantSignaturesSoftware/wiki/Architecture

david8640 commented 10 years ago

Great !