Planning custom post types for the application
After that brief introduction to custom post types and their role in web applications, we are now going to find the necessary custom post types for our portfolio application. The majority of our applications and data will be based on these custom post types. So let's look at the detailed requirements of a portfolio application.
The main objective of this application is to let developers promote their work to enhance their reputation. So, we are going to target a few important components such as the projects developed, services offered, and articles and books written. Now try to visualize the subsections of each of these components. It's obvious that we can match these components into four custom post types. The following sections illustrate the detailed subcomponents of each of these models.
Projects
Developers or designers could have a list of projects to build their portfolio. Project information can vary based on the type of project. We are...