WeSearch

How I Stopped Chasing Client Feedback Over WhatsApp and Built a WordPress Plugin Instead

·3 min read · 0 reactions · 0 comments · 13 views
#wordpress#plugin#productivity
How I Stopped Chasing Client Feedback Over WhatsApp and Built a WordPress Plugin Instead
⚡ TL;DR · AI summary

The article discusses the challenges of managing client feedback during WordPress site development. It introduces a new WordPress plugin called Flow, which streamlines the review process by using a GitHub-style approval workflow. The plugin allows clients to leave inline comments and approve changes without needing external accounts or subscriptions.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3946721) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } JUMPLINKS SYSTEMS Posted on May 22 How I Stopped Chasing Client Feedback Over WhatsApp and Built a WordPress Plugin Instead #wordpress #github #productivity If you've ever built a WordPress site for a client, you know the drill. You spend weeks building something you're proud of. The site looks great, the pages are polished, Elementor did its thing. Then comes the review phase. And suddenly your phone is on fire. WhatsApp messages with blurry screenshots.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)