SibarchanNayak
  • Joined on 2025-12-24
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-03-20 05:46:21 +00:00
20d802555e feat: Enable granular user role assignments with optional module association using role_module_combinations.
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-03-19 06:21:08 +00:00
a6ef7e6bee feat: Implement authenticated tenant theme fetching and replace logo image with AuthenticatedImage component.
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-03-17 13:17:45 +00:00
4e83f55800 feat: Introduce new modals for supplier contacts, scorecards, and workflow definition viewing, complementing an enhanced supplier data structure.
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-03-17 05:26:42 +00:00
c9503c78be fix: Normalize optional user fields (department, designation, and supplier) in user modals and update AuthenticatedImage formatting.
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-03-16 14:52:07 +00:00
d242bbf708 feat: Implement comprehensive supplier management and enhance user modals to support supplier users.
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-03-16 12:40:20 +00:00
8b9ac59c3f feat: Convert workflow definition entity type to a free-text field and update tenant ID API parameter.
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-03-16 12:28:25 +00:00
5a0da32699 feat: Remove user deletion functionality, add module association to user types, and refactor tenant object out of auth state.
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-03-13 13:21:01 +00:00
1025504a55 refactor: Standardize string literals to use double quotes and apply minor formatting across tenant management and settings components.
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-03-13 12:39:53 +00:00
f460a89201 feat: implement comprehensive workflow definition management, including UI components, services, and routing for creating, editing, and listing workflow definitions.
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-03-12 13:36:04 +00:00
939bd4ddc9 feat: Implement support for multiple user roles, department, and designation fields across user management pages and modals.
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-03-12 12:47:16 +00:00
b1ac65b345 feat: Implement Department and Designation management for tenants and superadmins, including UI, services, and user association.
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-03-09 12:54:17 +00:00
e17af04b46 refactor: Use a unique wizard ID for file uploads during tenant creation, replacing the slug-based identification.
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-03-06 07:11:26 +00:00
5b03dec1d8 feat: Implement authenticated image handling for tenant logos and favicons, utilizing file attachment UUIDs and a new AuthenticatedImage component.
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-03-02 16:11:41 +00:00
757a9f216b feat: Add LTTS logo and update various UI components and pages across superadmin and tenant sections.
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-02-05 05:24:25 +00:00
6efcb90f3e Fix typo in button label from "Lunch" to "Launch" in TenantDetails and Modules components for consistency.
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-02-04 12:26:16 +00:00
acd956db50 Refactor user service to streamline getAllUsers function and enhance code clarity. Update NewModuleModal by removing commented health_status field and adjusting error handling for improved validation. This change simplifies the module creation process and maintains consistency in data handling.
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-02-04 11:08:45 +00:00
c656594154 Refactor NewModuleModal to comment out health_status field and improve code readability. Update TenantDetails to fetch modules based on tenant ID and adjust ModulesTab to handle module data more effectively. Modify module service to accept tenant ID for fetching modules. Clean up unused code in RolesTable and UsersTable components by removing header text.
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-02-04 09:25:54 +00:00
dd71820ac9 Enhance Header component to display user roles alongside names. Update Sidebar menu item label for clarity. Refactor Modules component to utilize new MyModule type and fetch modules with updated service method. Comment out unused code in RolesTable and Dashboard components for cleaner codebase. Add MyModule and MyModulesResponse types for better type safety in module handling.
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-02-04 05:50:18 +00:00
f7be0267d1 Add a newline at the end of the Modules component file for consistency and adherence to coding standards.
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-02-04 05:12:08 +00:00
b280bb5401 Comment out the getThemeImageUrl function in theme utility for future reference, preserving the original implementation while preventing execution.