Dear Project Manager

説明

Dear Project Manager is a powerful WordPress plugin that transforms your website into a complete project management platform. Perfect for agencies, freelancers, and organizations that need to showcase projects, manage team applications, and track project submissions.

Key Features:

  • Project Showcase – Display beautiful project portfolios with custom post types
  • Team Management – Create teams and assign members to projects
  • Application System – Allow users to apply for projects with custom forms
  • Submission Tracking – Team members can submit project reports and updates
  • User Status Validation – Smart permission system to control access
  • Beautiful Templates – Tailwind CSS-styled frontend templates
  • Custom Comments – Discussion system for project collaboration
  • Admin Dashboard – Comprehensive admin interface for managing everything

Perfect For:

  • Design agencies showcasing client work
  • Development teams managing projects
  • Educational institutions with student projects
  • Freelancers building their portfolio
  • Non-profits managing volunteer projects

Development

Technical Details:

  • Custom post types: project, team, project_application, project_submission
  • Meta fields for project details (URL, status, difficulty, duration, tags, client)
  • AJAX-powered application and submission forms
  • Role-based permission system
  • Meta query optimization for team/project relationships
  • WordPress coding standards compliant
  • Secure nonce verification on all forms
  • Sanitized and escaped output throughout

Hooks & Filters:

The plugin provides various hooks and filters for developers to extend functionality:

  • project_mp_user_status – Filter user status validation
  • project_mp_application_submitted – Action after application submission
  • project_mp_submission_saved – Action after report submission
  • project_mp_team_assigned – Action when user assigned to team

Privacy Policy

This plugin stores user application data including:
* User name and email (from WordPress user account)
* Application text/approach
* Project submission reports
* Team assignments

All data is stored in the WordPress database and follows WordPress data retention policies. No data is sent to external services.

Support

For support, feature requests, or bug reports, please visit:
https://github.com/im-bipo/Project-PM

Credits

  • Tailwind CSS for styling framework
  • WordPress for the amazing platform

スクリーンショット

  • Project archive page showing all projects
  • Single project page with application form

インストール

  1. Upload the bipo-project-manager folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. A new “Project” page will be automatically created
  4. Navigate to Projects > Add New to create your first project
  5. Configure project details, teams, and permissions as needed

FAQ

How do I display projects on my site?

Projects are automatically displayed on the /project/ page. You can also use the shortcode [projects_list] on any page or post.

Can users apply for projects?

Yes! When logged in, users can apply for projects through the frontend interface. Admins can then review applications and assign users to teams.

How do teams work?

Create teams in the admin panel and assign team members from the pool of applicants. Teams can be assigned to specific projects, and team members gain special permissions.

Can team members submit reports?

Yes! Team members assigned to a project can submit progress reports, deliverables, and notes through the submission system.

Is the plugin compatible with page builders?

The plugin uses standard WordPress templates and shortcodes, making it compatible with most page builders and themes.

貢献者と開発者

Dear Project Manager はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Dear Project Manager” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.0.0

  • Initial release
  • Project custom post type with meta fields
  • Team management system
  • Application handling via AJAX
  • Submission tracking
  • User status validator
  • Frontend templates with Tailwind CSS
  • Admin enhancements and custom columns
  • Custom comments template
  • Shortcode support