What is the essence of modeling a system? [closed]

-4

Due to my idleness in the internship and lack of knowledge to work in medium-sized projects, I am looking for a mission that will increase my knowledge in both PHP (mainly) and database (in the MySQL case), but together to this by adding knowledge in OO, Js, HTML5 / CSS (bootstrap), MVC, ZendFramework and systems planning itself.

Well, I'm thinking of developing a news portal like link but due to lack of knowledge I'm not sure how I could get started (I always want to use good practices) to start developing such a project. I believe that will is one of them, then comes the need, okay, but what about the same structure part, what would be the recommended tips for it?

ps: I do not know if this kind of question is valid here.

Thank you in advance.

    
asked by anonymous 09.04.2014 / 18:31

1 answer

1

Start by first writing 3 stories.

1 - Detailed history of how you want the portal.

2 - History of how people will use the portal

3 - History of how those responsible will update the portal

With these 3 stories ready, identify the nouns and the actions .

Nouns will most likely be your bank tables and actions will be the links between each of them.

Once you have this all listed, prioritize which of these nouns / tables are primary to your project and start developing them.

    
09.04.2014 / 19:12