FlowSphere
  • Dashboard
  • Issues

User Issues

Fix login redirect bug

Users are not redirected to their dashboard after logging in. Investigate routing middleware.
Created: 15 May 2025 at 22:13:44 UTC
Closed

Create a Simple To-Do List App (Console-based)

Build a basic console-based To-Do List application using your preferred programming language (e.g., Python, JavaScript, Java). The app should allow the user to:
Created: 17 May 2025 at 20:44:38 UTC
Open

Employee profile picture fails to upload after 2MB

Investigate and fix the issue where profile pictures larger than 2MB fail to upload. Ensure proper error handling and validation.
Created: 20 May 2025 at 19:28:18 UTC
Assigned to:Maksym Liamin
In Progress

Incorrect salary calculation for part-time employees

Fix the bug where part-time employees' salaries are being calculated incorrectly due to rounding errors.
Created: 20 May 2025 at 19:28:39 UTC
Closed

Implement MFA for admin accounts using TOTP (Google Authenticator/Authy)

Integrate a TOTP library (e.g., speakeasy or pyotp). Add backend endpoints to generate/verify OTP codes. Modify the admin login flow: Step 1: Username/password. Step 2: Prompt for 6-digit OTP. Provide recovery codes (PDF download) for lost devices. Acceptance Criteria: Admins cannot log in without OTP after MFA activation. System logs MFA attempts (success/fail).
Created: 20 May 2025 at 19:29:26 UTC
Assigned to:Ihor Havryliuk
In Progress

Bulk employee import via CSV with validation & error reporting

* Design a CSV template (required fields: email, name, department, role). * Develop an upload UI with drag-and-drop and progress indicators. * Validate data (e.g., duplicate emails, invalid departments) before saving.
Created: 20 May 2025 at 19:29:52 UTC
Assigned to:Cyril
In Progress

Performance Optimization

Analyze the slow SQL query (e.g., missing indexes on department_id and role_id). Optimize the query with JOINs and pagination. Cache frequently accessed departments/roles for dropdowns.
Created: 20 May 2025 at 19:31:04 UTC
Open

Fix database connection dropping

Railway database drops connection
Created: 2 June 2025 at 22:08:53 UTC
Assigned to:Max I
In Progress