|
|
3f0963d3e8
|
refactor: make webhook URL optional in validation and comment out unused status selection fields
|
2026-04-03 15:25:46 +05:30 |
|
|
|
040d710ec7
|
feat: enhance audit logs with advanced filtering, CSV export, and role-based views
|
2026-04-03 13:39:55 +05:30 |
|
|
|
435375fc9f
|
feat: add module filter to documents list and refactor version creation form UI
|
2026-04-02 21:30:20 +05:30 |
|
|
|
dfe6d74993
|
feat: implement collapsible sidebar menu groups for document services and add document review page
|
2026-04-01 21:30:47 +05:30 |
|
|
|
14bb57a574
|
feat: implement document editing functionality with metadata and classification updates
|
2026-04-01 15:12:31 +05:30 |
|
|
|
320277b536
|
feat: Refactor user role assignments in modals to use role_module_assignments with improved validation and module association handling.
|
2026-03-24 13:02:19 +05:30 |
|
|
|
083d10fdff
|
feat: Add document management features including document creation, categorization, and a rich text editor for content editing.
|
2026-03-23 18:58:58 +05:30 |
|
|
|
93ad8feea9
|
feat: Refine tenant route matching and implement role-based login redirection for super admins and tenant users.
|
2026-03-23 12:01:20 +05:30 |
|
|
|
20d802555e
|
feat: Enable granular user role assignments with optional module association using role_module_combinations.
|
2026-03-20 11:16:07 +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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
d31d8ef8f5
|
Enhance ActionDropdown component with dynamic positioning, add subscription tier selection to tenant modals, and implement new module creation functionality in the Modules page. Update DataTable for tenant management and improve role assignment labels in user modals.
|
2026-01-22 17:08:51 +05:30 |
|
|
|
b0d720c821
|
Refactor environment configuration for local development, add Sonner for toast notifications, and enhance user feedback across various components. Update API response handling in authentication and management services to include message properties. Improve form components with password visibility toggle and initial option handling in dropdowns.
|
2026-01-21 19:32:18 +05:30 |
|
|
|
f4f1225f02
|
Implement password recovery features by adding Forgot Password and Reset Password pages, update routing in App component, and enhance dashboard statistics fetching with error handling. Update .env for API base URL.
|
2026-01-21 11:20:16 +05:30 |
|
|
|
d2dd79013d
|
Update API base URL for local development, enhance role and tenant management modals with improved validation and error handling, and standardize status options across user, tenant, and role types to include 'deleted' instead of 'blocked'. Add audit log functionality with pagination and filtering in the AuditLogs page.
|
2026-01-20 18:09:45 +05:30 |
|
|
|
084b09f2d9
|
Update environment configuration for API base URL, add ViewModuleModal export in shared components, enhance Login component error handling, and implement Modules page with data fetching, filtering, and pagination features.
|
2026-01-20 10:18:30 +05:30 |
|
|
|
ef0e67e07a
|
Enhance role management modals by adding error handling and validation feedback. Implemented clearErrors and setError for API response handling in EditRoleModal and NewRoleModal, along with general error display for user feedback.
|
2026-01-19 20:05:09 +05:30 |
|
|
|
2cb8005540
|
first commit
|
2026-01-19 19:36:31 +05:30 |
|