You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace GitHub Issues with in-dashboard review system
Replace unreliable GitHub Issue templates with an in-dashboard review form
system. Reviews are stored in browser localStorage and displayed immediately
in each analysis tab, with aggregated statistics in the Audit tab.
- Add review forms to each analysis tab
- Store reviews in localStorage (persistent across sessions)
- Display reviews immediately after submission
- Add Audit tab with review statistics
- Add JSON download for sharing reviews
No external dependencies required - works entirely client-side.
<textarea id="comment-{method_name}" name="comment" rows="4" placeholder="Provide your feedback, observations, or concerns about this analysis..." required></textarea>
362
+
</div>
363
+
<div class="form-group">
364
+
<label for="reviewer-{method_name}">Your Name (optional):</label>
<p>This may be because no reviews have been submitted yet, or the data file doesn't exist.</p>
654
-
</div>
636
+
<p class="explanation">Community review scores and feedback for each analysis method. Reviews are stored locally in your browser and can also be loaded from the JSON file.</p>
<strong>Note:</strong> Reviews are stored in your browser's localStorage. To share reviews or make them permanent, use the "Download Review as JSON" button and submit the JSON file to the repository.
0 commit comments