FlowSphere
  • Dashboard
  • Issues

User Issues

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

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

Fix database connection dropping

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