Awesome Project Manager
A Single Page(SPA) WordPress project management plugin in WordPress plugin repository. Built with cutting edge technologies like VueJs.
9 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_fpm_activities | Stores fpm activities data created by this plugin. | Static |
| wp_fpm_comments | Stores fpm comments data created by this plugin. | Static |
| wp_fpm_folders | Stores fpm folders data created by this plugin. | Static |
| wp_fpm_lists | Stores fpm lists data created by this plugin. | Static |
| wp_fpm_messages | Stores fpm messages data created by this plugin. | Static |
| wp_fpm_project_user | Stores fpm project user data created by this plugin. | Static |
| wp_fpm_projects | Stores fpm projects data created by this plugin. | Static |
| wp_fpm_subtasks | Stores fpm subtasks data created by this plugin. | Static |
| wp_fpm_todos | Stores fpm todos data created by this plugin. | Static |
Core Table Usage
This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.
wp_usermeta