Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reviewed and splitted the persistence guide #56

Merged
merged 4 commits into from
Dec 17, 2014
Merged

Conversation

mnapoli
Copy link
Contributor

@mnapoli mnapoli commented Dec 17, 2014

#22

  • the MVC guides are no more
    • The "HTTP Request Handling" has moved to the "How Piwik Works" category
    • Controllers and Views have moved to the Web Interface category, along with pages and all
    • "Piwik APIs (Models)" has been moved to the HTTP Reporting API category and hase been renamed to "Piwik APIs" (it had nothing to do with a model layer)
  • for the "Persistence & MySQL" guide:
    • Simplify "The MySQL Backend" guide #39 I have removed the SQL CREATE TABLE and merged the pertinent information (e.g. explanation of indexes or table naming strategies) into the "Entity" descriptions (where we list each property of each entity): it cleared up things a lot
    • I have extracted "How plugins can persist data" into a separate "Plugin Data" guide
    • I have renamed "Persistence & The MySQL Backend" to "Piwik Data"

Here is what the menu looks like now:

capture d ecran 2014-12-17 a 16 55 18

Hopefully now it's clear what these articles contain…

@mnapoli
Copy link
Contributor Author

mnapoli commented Dec 17, 2014

There's also the guide All About Analytics Data that duplicates a bit the Persistence one… But those 2 guides are huge, it was impossible to do something meaningful at once…

@@ -87,5 +87,6 @@ So far you have created a page but you can still not access it. To add it to one

You can also read the following guides:

- [Controllers](/guides/mvc-controllers.md)
- [Controllers](/guides/controllers.md)
- [Controllers](/guides/views.md)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

->Views

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

mattab pushed a commit that referenced this pull request Dec 17, 2014
Reviewed and splitted the persistence guide
@mattab mattab merged commit 541e97b into master Dec 17, 2014
@mnapoli mnapoli deleted the review/persistence branch December 17, 2014 04:31
@mattab
Copy link
Member

mattab commented Dec 17, 2014

nice improvement! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants