How I Stopped Chasing Client Feedback Over WhatsApp and Built a WordPress Plugin Instead
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.
- ▪The author experienced difficulties with client feedback through various communication channels like WhatsApp and email.
- ▪Flow is a free WordPress plugin that integrates a GitHub-style review process directly into WordPress.
- ▪The plugin allows clients to leave inline comments and approve changes without needing to log into WordPress.
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).