Commit Graph

28 Commits

Author SHA1 Message Date
sibarchannayak
b6e594611e feat: implement prompt execution module and associated UI components to allow testing AI templates with variable inputs 2026-05-27 17:48:46 +05:30
950cfe9f83 feat: implement password complexity policies and mandatory reset logic with new security service integration 2026-05-06 15:04:06 +05:30
1d207d2dcb feat: implement AI usage dashboard and provider management features for tenant administration 2026-05-04 19:01:08 +05:30
816208fd9c feat: add prompt test case management and integrate AI provider model resolution logic 2026-05-04 15:42:36 +05:30
7dc818ab71 feat: implement prompt management features including editing, version history, cloning, status toggling, and deletion. 2026-04-22 19:43:23 +05:30
92ea75ce77 feat: rename sidebar menu items for clarity, update CompletionDetail component to hide unused fields, and add new routes for Prompt Management 2026-04-20 17:59:24 +05:30
93dd820fe2 feat: add AI services menu to tenant admin platform and enhance DataTable with expandable rows and filters 2026-04-20 15:09:54 +05:30
edb631df36 feat: implement failed emails management module with resend and deletion capabilities for superadmin and tenant dashboards 2026-04-16 19:29:49 +05:30
cde2544cf3 feat: implement SMTP configuration management for super admin and tenant levels 2026-04-14 18:02:26 +05:30
af077bb1ce feat: implement notification management system including master categories, codes, and template overrides, and update task assignment display 2026-04-14 09:24:59 +05:30
fe85b8b5f6 feat: implement dynamic theme support with useAppTheme hook and apply primary color across UI components 2026-04-10 17:26:12 +05:30
68173ac28a refactor: reorganize sidebar navigation menu structure and update group item rendering logic 2026-04-09 18:01:52 +05:30
d26456ab94 feat: implement tenant landing page to display and launch assigned modules 2026-04-08 15:13:15 +05:30
873d5af758 feat: implement file attachment management system including listing, viewing, uploading, and secure link sharing 2026-04-06 19:09:17 +05:30
c2e6d779d4 feat: implement real-time notification system with Socket.io, Redux state management, and UI components 2026-04-03 20:13:48 +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
7a368b09bc feat: implement workflow tasks management page and define associated data types 2026-03-30 18:35:00 +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
d242bbf708 feat: Implement comprehensive supplier management and enhance user modals to support supplier users. 2026-03-16 20:21:42 +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
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
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
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
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
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