Commit Graph

60 Commits

Author SHA1 Message Date
20d802555e feat: Enable granular user role assignments with optional module association using role_module_combinations. 2026-03-20 11:16:07 +05:30
a6ef7e6bee feat: Implement authenticated tenant theme fetching and replace logo image with AuthenticatedImage component. 2026-03-19 11:49:49 +05:30
4e83f55800 feat: Introduce new modals for supplier contacts, scorecards, and workflow definition viewing, complementing an enhanced supplier data structure. 2026-03-17 18:47:32 +05:30
c9503c78be fix: Normalize optional user fields (department, designation, and supplier) in user modals and update AuthenticatedImage formatting. 2026-03-17 10:56:28 +05:30
d242bbf708 feat: Implement comprehensive supplier management and enhance user modals to support supplier users. 2026-03-16 20:21:42 +05:30
8b9ac59c3f feat: Convert workflow definition entity type to a free-text field and update tenant ID API parameter. 2026-03-16 18:10:07 +05:30
5a0da32699 feat: Remove user deletion functionality, add module association to user types, and refactor tenant object out of auth state. 2026-03-16 17:58:11 +05:30
1025504a55 refactor: Standardize string literals to use double quotes and apply minor formatting across tenant management and settings components. 2026-03-13 18:50:48 +05:30
f460a89201 feat: implement comprehensive workflow definition management, including UI components, services, and routing for creating, editing, and listing workflow definitions. 2026-03-13 18:09:23 +05:30
939bd4ddc9 feat: Implement support for multiple user roles, department, and designation fields across user management pages and modals. 2026-03-12 19:05:50 +05:30
b1ac65b345 feat: Implement Department and Designation management for tenants and superadmins, including UI, services, and user association. 2026-03-12 18:17:03 +05:30
e17af04b46 refactor: Use a unique wizard ID for file uploads during tenant creation, replacing the slug-based identification. 2026-03-09 18:24:04 +05:30
5b03dec1d8 feat: Implement authenticated image handling for tenant logos and favicons, utilizing file attachment UUIDs and a new AuthenticatedImage component. 2026-03-06 12:41:13 +05:30
757a9f216b feat: Add LTTS logo and update various UI components and pages across superadmin and tenant sections. 2026-03-02 21:41:27 +05:30
6efcb90f3e Fix typo in button label from "Lunch" to "Launch" in TenantDetails and Modules components for consistency. 2026-02-05 10:54:10 +05:30
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. 2026-02-04 17:56:03 +05:30
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. 2026-02-04 16:37:31 +05:30
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. 2026-02-04 14:55:36 +05:30
Ubuntu
cdd53a601c chore: update package lock 2026-02-04 09:16:38 +00:00
f7be0267d1 Add a newline at the end of the Modules component file for consistency and adherence to coding standards. 2026-02-04 11:20:03 +05:30
b280bb5401 Comment out the getThemeImageUrl function in theme utility for future reference, preserving the original implementation while preventing execution. 2026-02-04 10:41:50 +05:30
504574c80c Fix formatting issue by adding a newline at the end of the Modules component file for consistency and adherence to coding standards. 2026-02-03 19:57:11 +05:30
146d47a6a7 Remove ModuleLaunchRedirect component and its associated route from tenant admin routes. Update Modules component to directly open launch URLs in a new tab, streamlining the redirection process. 2026-02-03 19:48:13 +05:30
46e8fd466b Refactor Modules component to navigate to a redirect page with the launch URL as a query parameter instead of opening it in a new tab. Add new route for ModuleLaunchRedirect in tenant admin routes for improved URL handling. 2026-02-03 19:40:34 +05:30
2f10b23400 Add fetch request with custom headers in Modules component before opening launch URL. This ensures proper handling of tunnel reminders for super admins while maintaining existing functionality. 2026-02-03 19:27:35 +05:30
73e533694e Implement webhook URL functionality in NewModuleModal and ViewModuleModal. Update Modules component to include launch module feature for super admins, enhancing module management capabilities. Refactor Sidebar for improved layout and responsiveness. 2026-02-03 18:05:26 +05:30
803ca1cd1a Comment out build configuration in Vite setup for future reference. This includes manual chunking logic for feature-based and vendor dependencies, as well as chunk size warning limit settings. 2026-02-03 13:19:27 +05:30
41565c4c53 Enhance Vite configuration for optimized chunking and build performance. Implement manual chunking for feature-based and vendor dependencies to improve loading efficiency. Update ActionDropdown, FilterDropdown, FormSelect, and MultiselectPaginatedSelect components to prevent closing on internal scroll events. Refactor DataTable and other components for improved styling and responsiveness. Introduce lazy loading for route components to enhance application performance. 2026-02-03 12:31:50 +05:30
55b0d9c8c1 Refactor Layout and Sidebar components for improved responsiveness and permission handling. Update layout styles for better spacing and adjust Sidebar menu items to include permission checks for tenant users. Remove unused EditTenantModal and NewModuleModal components to streamline shared components. 2026-01-30 18:16:31 +05:30
0ed7bc5064 Update Jenkinsfile 2026-01-30 04:50:27 +00:00
621670ffbc Refactor theme hook and update tenant creation logic to improve clarity and consistency. Remove unused tenant_id from Users component and ensure proper variable naming in CreateTenantWizard. 2026-01-29 17:42:07 +05:30
a4975e37b8 Update Modules component to reflect new page context with updated title and description for better clarity in tenant navigation. 2026-01-29 17:38:48 +05:30
45bdc24ee2 Enhance tenant admin routing by adding Modules component to the routes configuration. Clean up comments and ensure consistent structure across route definitions. 2026-01-29 17:37:04 +05:30
bb5a086110 Refactor routing and role management in various components to streamline tenant and super admin navigation. Update Sidebar and Header to conditionally render menu items based on user roles. Enhance theme integration for tenant admins and adjust navigation paths in Login and Roles components. Remove TenantLogin and TenantProtectedRoute components for cleaner structure. 2026-01-29 17:27:34 +05:30
c6ee8c7032 Refactor EditTenantModal into EditTenant page with multi-step form for tenant details, contact information, and settings. Enhance validation schemas and integrate file upload functionality for branding assets. Update routing to navigate to the new EditTenant page instead of using a modal. Remove legacy modal handling from Tenants component. 2026-01-28 18:44:14 +05:30
2ced49373c Update Jenkinsfile 2026-01-28 12:50:45 +00:00
0f4517d7a2 Update Jenkinsfile 2026-01-28 12:44:05 +00:00
56b3959e46 Update Jenkinsfile 2026-01-28 12:34:08 +00:00
91fe238547 Merge remote-tracking branch 'origin/main' - resolved Jenkinsfile conflict 2026-01-28 17:43:26 +05:30
cc11f403de Update environment configuration for production, remove automated Jenkins pipeline, and refactor routing in App component to utilize AppRoutes. Enhance Login and ProtectedRoute components to manage user roles and navigation based on authentication status. 2026-01-28 17:41:39 +05:30
fd29e867f0 Update Jenkinsfile 2026-01-28 11:41:35 +00:00
e4c81ac293 Update Jenkinsfile 2026-01-28 11:39:39 +00:00
60b14f3fe7 Update welcome message in Login component to include a numeric suffix for clarity. 2026-01-28 15:29:45 +05:30
c955aecded Merge branch 'main' of https://git.tech4biz.wiki/yashwin/Qassure-frontend 2026-01-28 11:55:38 +05:30
a4f7b6fcfa Enhance CreateTenantWizard with improved file upload functionality for logo and favicon, including validation, preview, and error handling. Update contact details schema to enforce phone number and postal code formats. Adjust API base URL for local development. 2026-01-28 11:51:26 +05:30
d7e11f9113 Add automated Jenkins pipeline for frontend 2026-01-28 05:14:49 +00:00
4226f67923 Enhance tenant management UI by adding branding customization options in CreateTenantWizard and TenantDetails components. Implement file upload functionality for logo and favicon, and allow users to set primary, secondary, and accent colors for tenant branding. Update settings schema to accommodate new branding fields. 2026-01-27 19:44:40 +05:30
f07db4040e Enhance tenant management by adding CreateTenantWizard and TenantDetails components for streamlined tenant creation and viewing. Update routing in App component to include new paths for tenant management. Refactor Header and Layout components to support breadcrumb navigation. Improve EditRoleModal, EditUserModal, and NewRoleModal to include defaultTenantId for automatic tenant association in role and user management. Update API services to support tenant-specific data fetching for roles and users. 2026-01-27 18:15:58 +05:30
0264d5caf5 Update .env to set the API base URL for production environment, and refactor MultiselectPaginatedSelect component by removing unused display text logic. Enhance Roles page by updating role creation and update handlers to use new type definitions for improved type safety. 2026-01-23 18:21:18 +05:30
9a0d28145a Enhance EditRoleModal with improved role management features, including dynamic module and permission selection based on user roles. Implement auto-generation of role code from name input, and update validation schema to support new permissions structure. Refactor form handling for better user experience and error management. 2026-01-23 18:04:28 +05:30