7 Open Issues Need Help Last updated: Aug 28, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The platform currently allows users to sign up with unverified emails, leading to issues like broken account recovery and potential spam. The proposed solution is to implement email format validation, require email verification before login, and integrate OAuth providers using Supabase Auth features to ensure all user accounts are verified.

Complexity: 3/5
enhancement help wanted medium
Markdown enabled Editor about 2 months ago

AI Summary: The editor on the "/publish" page currently lacks Markdown support and basic paragraph formatting, making it difficult for users to structure their content effectively. Implementing Markdown capabilities and improving paragraph control would significantly enhance the overall writing experience for users.

Complexity: 3/5
enhancement help wanted
Background Issue about 2 months ago
bug good first issue easy

AI Summary: This issue reports that stories or blog posts are currently displayed in chronological order, with the oldest content at the top and the newest at the bottom. The request is to reverse this order so that the latest stories appear at the top of the page.

Complexity: 1/5
bug enhancement good first issue
Readme File 2 months ago
documentation good first issue

AI Summary: This issue requests a comprehensive improvement of the existing notification and alert system. The primary focus is on enhancing the user interface (UI) to be more intuitive and visually appealing, alongside refining the messaging to be clearer and more informative. The attached image likely illustrates the current state of the notification UI that requires an overhaul.

Complexity: 4/5
enhancement good first issue

AI Summary: The application has two contrasting access control issues: unauthenticated users are unable to view public blog posts on the main or stories page, yet they can unexpectedly access the restricted blog writing/publishing page.

Complexity: 3/5
bug help wanted