What is the essence to model a system?

Asked

Viewed 161 times

-4

Due to my idleness in the internship and lack of knowledge to work in even medium-sized projects I am looking for a mission that makes me increase my knowledge both in PHP (mainly) and in databases (in the case of Mysql)but along with this adding knowledge also in OO, Js, HTML5/CSS (bootstrap), MVC, Zendframework and planning systems themselves.

Well, I’m thinking of developing a news portal like http://canaltech.com.br/ but due to lack of knowledge I’m not sure how I could start off right (I always want to use good practices) to start developing a project like this. I believe that will is one of them, then comes the need, all right, but the structure part itself, what would be the recommended tips for this?

ps: I don’t even know if that kind of question is valid here.

Thanks in advance.

  • 5

    As you will notice by the amount of downvotes (there are people who have an almost orgasmic pleasure in giving negative votes), it is not an issue that fits here in SOPT. You need to come with more concrete doubts...

1 answer

1


Start by writing 3 stories first.

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 stocks.

Nouns will probably 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 key to your project and start development through them.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.