Planning the portfolio application tables
The portfolio management system developed throughout this book will make use of existing tables in every possible scenario. However, it's hard to imagine even an average web application without using custom tables, so here we will identify the possible custom tables for our system. You might need to revert back to the planning section in the Development plan for portfolio management application section of Chapter 1, WordPress as a Web Application Framework, in order to remind the system requirements. We planned to create a functionality to allow subscribers to follow developers in the system. Let's discuss the requirement in detail to identify the potential tables.
Note
Developers can build their portfolios with personal info, services, projects, articles, or any other necessary things to demonstrate their skills. Each user will have their own RSS feed containing all the activities within the system. Followers will be allowed to subscribe to multiple...