Commit Graph
277 Commits
Author SHA1 Message Date
shancheas ee6c3273d9 feat: enhance weekdays management with tabbed interface and improved layout
- Refactored `DetailWeekdays` and `FormWeekdays` components to utilize a tabbed interface for better organization of weekday-related information.
- Introduced `FieldValue` components for displaying start and end branches, and customer details within each tab.
- Added a new CSS file for managing z-index stacking context to ensure Leaflet maps render correctly beneath modals.
- Updated `LocationMap` and `RouteMap` components to include the new CSS for proper layering.
- Enhanced unit tests for `LocationMap` to verify the correct stacking context.

These changes improve the user experience by providing a more structured and visually appealing way to manage weekdays and their associated data.
2026-08-26 12:09:12 +07:00
shancheas 27dfc167d2 feat: implement location management with interactive maps
- Introduced a new `LocationMap` component for handling latitude and longitude inputs in forms and detail views.
- Updated form and detail components to utilize the `LocationMap`, enhancing user experience by allowing map-based location selection.
- Added internationalization support for map-related labels in English and Indonesian.
- Developed unit tests for the `LocationMap` to ensure functionality and reliability.

This commit enhances the application by providing a user-friendly interface for managing geographical locations, improving data accuracy and user interaction.
2026-08-26 07:56:04 +07:00
shancheas 5287da918c feat: introduce employees and logistics management modules
- Added new modules for managing employees and logistics, including routes for creating, editing, and viewing employee details and logistics cycles.
- Implemented UI components for employee forms and detail views, with validation schemas for employee data.
- Integrated language support for English and Indonesian in the new modules.
- Developed unit tests for employee remote data services and transformers to ensure functionality and reliability.

This commit enhances the application by providing structured management for employees and logistics, improving user experience and data handling.
2026-08-26 07:34:03 +07:00
shancheas 73d84f3874 feat: add configuration module for managing branches, divisions, and customers
- Introduced a new Configuration module with routes for managing branches, divisions, and customers.
- Implemented UI components for creating, editing, and viewing branch details, including general information, location, and working schedule.
- Added validation schemas for branch data and integrated language support for English and Indonesian.
- Developed comprehensive unit tests for the branches remote data service and transformer to ensure functionality and reliability.

This commit enhances the application by providing a structured approach to configuration management, improving user experience and data handling.
2026-08-25 22:56:07 +07:00
shancheas 44b0ef0168 feat: introduce comprehensive API documentation and RBAC guidelines
- Added a new `api.md` file detailing the TrackGo HTTP API, including agent rules, authentication mechanisms, and global HTTP contracts.
- Established a new RBAC (Role-Based Access Control) framework in `web-rbac.mdc` to ensure all product modules in `apps/web` are gated by permissions from `GET /auth/me`.
- Updated security and web module architecture rules to incorporate RBAC requirements, ensuring consistent application of permissions across modules.

This commit enhances the project's API clarity and security by providing a structured approach to user permissions and interactions.
2026-08-25 19:14:39 +07:00
shancheas a5a42cf87e feat: add privileges management module with CRUD functionality
- Introduced a new Privileges module, including routes for creating, editing, and viewing privileges.
- Implemented a detailed permissions matrix for managing actions (view, create, update, delete, import) associated with each privilege.
- Added validation schema for privilege creation and editing.
- Developed UI components for displaying and managing privilege details and permissions.
- Integrated language support for English and Indonesian in the privileges module.
- Created unit tests for the privileges remote data service and transformer to ensure functionality.

This commit enhances the application by providing a comprehensive privileges management system, improving user role management and permissions handling.
2026-08-25 19:06:50 +07:00
shancheas 67ae5b6c11 refactor: improve code formatting and consistency across multiple files
- Standardized import statements and removed unnecessary line breaks for better readability in various components.
- Enhanced error handling and logging in the useElectronPrinter hook.
- Updated sample data formatting in AgGridShowcase for improved clarity.
- Refactored JSX elements for consistent indentation and structure in LandingSample, AuthPage, and EventsPage components.
- Consolidated and simplified conditional rendering logic in several components.

These changes aim to enhance code maintainability and readability throughout the project.
2026-08-25 17:50:48 +07:00
shancheas f2f0be111a chore: update .gitignore and improve coding standards documentation
- Added .cursor/sessions/* to .gitignore to prevent session files from being tracked.
- Enhanced coding standards in SKILL.md by adding semicolons to TypeScript examples for consistency.
- Improved formatting in continuous learning, detail layout, and other SKILL.md files for better readability.

These changes aim to streamline development processes and maintain code quality across the project.
2026-08-25 17:50:17 +07:00
shancheas ff6814d038 feat: add new skills for coding standards, continuous learning, detail layout, form layout, project guidelines, security review, and verification loop
- Introduced coding standards for TypeScript and React in SKILL.md.
- Added continuous learning skill with configuration and evaluation scripts.
- Created detail layout guidelines for read-only pages.
- Established form layout rules for data-entry forms.
- Documented project guidelines for the frontend monorepo.
- Implemented security review checklist for frontend/Electron applications.
- Developed a verification loop skill for comprehensive session checks.

This commit enhances the skill set available for developers, ensuring adherence to best practices and improving code quality.
2026-08-25 16:58:10 +07:00
Firman Ramdhani e0d55dae13 fix: prevent menu closure when switching language in user dropdown
Set comboboxProps={{ withinPortal: false }} on the language Select
inside Menu.Dropdown so its option list renders inside the Menu's DOM
tree rather than a portal. This prevents the Menu from treating option
clicks as outside interactions and closing before changeLanguage fires.
2026-08-04 16:47:53 +07:00
Firman Ramdhani dd3330da5e fix: prevent menu closure when switching language in user dropdown
Set comboboxProps={{ withinPortal: false }} on the language Select
inside Menu.Dropdown so its option list renders inside the Menu's DOM
tree rather than a portal. This prevents the Menu from treating option
clicks as outside interactions and closing before changeLanguage fires.
2026-08-04 16:45:12 +07:00
Firman Ramdhani 065bf70703 chore: add inline documentation for toggling history and bookmark features in module layouts 2026-08-03 12:57:20 +07:00
Firman Ramdhani 26c5a6faaa feat: implement AuthPageGuard and GlobalCredentialChecker to enforce session management and token validation 2026-08-03 12:42:09 +07:00
Firman Ramdhani 9e30c8a5e5 refactor: consolidate individual system pages into a single reusable StatusPage component 2026-08-03 11:20:45 +07:00
Firman Ramdhani bfea7e7773 refactor: migrate and reorganize frontend module structures across web applications 2026-07-31 17:51:26 +07:00
Firman Ramdhani c1d5e301f3 rename web/desktop packages to pos-web/pos-desktop and 2026-07-31 14:20:07 +07:00
Firman Ramdhani c9c5b2c86e refactor: implement enterprise storage provider 2026-07-31 14:20:01 +07:00
Firman Ramdhani 90e1bc2ea0 refactor: standardize theme colors, update UI components, and refine auth redirection logic 2026-07-31 13:32:06 +07:00
Firman Ramdhani 0c4450ae25 refactor: standardize theme colors, update UI components, and refine auth redirection logic 2026-07-31 12:00:46 +07:00
Firman Ramdhani 0470101fde refactor: standardize theme colors, update UI components, and refine auth redirection logic 2026-07-31 11:54:42 +07:00
Firman Ramdhani 2c8c9d22b4 refactor: standardize theme colors, update UI components, and refine auth redirection logic 2026-07-31 11:49:09 +07:00
Firman Ramdhani f91bbefddc chore: adjustment status badged color 2026-07-31 11:09:44 +07:00
Firman Ramdhani 8ae2772f78 feat: adjustment TYPOGRAPHY SCALES 2026-07-31 07:29:48 +07:00
Firman Ramdhani 93ec37f361 feat: adjustment theme css for update TYPOGRAPHY SCALES 2026-07-31 07:16:53 +07:00
Firman Ramdhani 61adbd4dac core: change base font size sm at density compact 2026-07-31 07:00:33 +07:00
Firman Ramdhani c033befca4 feat: setup auth schema 2026-07-30 16:53:29 +07:00
Firman Ramdhani fdbc5dfe99 feat: setup auth schema 2026-07-30 16:43:27 +07:00
Firman Ramdhani 8a6a16ce9a feat: export notification and modal component from ui 2026-07-30 13:39:31 +07:00
Firman Ramdhani c7ed85378b remove product-site application and its related assets from the repository 2026-07-29 17:28:36 +07:00
firmanr cd41062ce7 Merge pull request 'pintu-masuk' (#40) from pintu-masuk into main
Reviewed-on: eigen/fe-monorepo-template#40
2026-07-29 10:24:53 +00:00
Firman Ramdhani 5f87a9f2e3 feat: centralize brand information in package data and integrate dynamically into contact and footer sections 2026-07-29 16:44:16 +07:00
Firman Ramdhani 90dea678dd refactor: enable re-triggering of ecosystem section animations by resetting states and clearing timeouts on intersection exit 2026-07-29 15:56:26 +07:00
Firman Ramdhani db57a22a09 feat: add product section components and integrate them into the homepage landing page 2026-07-29 15:50:27 +07:00
Firman Ramdhani b43df8f35b refactor: transition navigation to a persistent fixed-wrapper layout with improved scroll-based floating state styles 2026-07-29 15:42:39 +07:00
Firman Ramdhani 6506122033 feat: add nextjs-agent-rules documentation for product-site 2026-07-29 15:30:33 +07:00
Firman Ramdhani eb63a48047 feat: initialize product-site app with Next.js, i18n routing, and custom brand configurations 2026-07-29 15:29:35 +07:00
Firman Ramdhani fcea8f221b feat: implement @repo/brand package for centralized asset management and automated distribution to consuming apps 2026-07-29 12:27:27 +07:00
firmanr 6c67fbc68e Merge pull request 'core/page-provider' (#39) from core/page-provider into main
Reviewed-on: eigen/fe-monorepo-template#39
2026-07-27 15:57:53 +00:00
Firman Ramdhani abce00ca47 feat: UI login page 2026-07-27 22:57:16 +07:00
Firman Ramdhani b55606817c refactor: simplify form draft key generation 2026-07-27 21:58:18 +07:00
Firman Ramdhani a01b0c1339 feat: update ag grid theme 2026-07-27 18:01:22 +07:00
firmanr 2c02f4e96f Merge pull request 'core/page-provider' (#38) from core/page-provider into main
Reviewed-on: eigen/fe-monorepo-template#38
2026-07-27 10:47:32 +00:00
Firman Ramdhani 0f5a1ef1d1 feat: implement sidebar menu persistence using zustand 2026-07-27 17:45:57 +07:00
Firman Ramdhani 75e0424e36 feat: implement persistent AG Grid column state 2026-07-27 17:02:58 +07:00
Firman Ramdhani a2616f2b2d feat: refine sidebar icon styling 2026-07-27 16:44:05 +07:00
firmanr d7f50b6576 Merge pull request 'refactor: remove unused imports from index.tsx and render-date.tsx' (#37) from core/page-provider into main
Reviewed-on: eigen/fe-monorepo-template#37
2026-07-27 07:22:45 +00:00
Firman Ramdhani c8852ce094 refactor: remove unused imports from index.tsx and render-date.tsx 2026-07-27 14:22:28 +07:00
firmanr abce4ed972 Merge pull request 'feat: implement RouterProvider, add draft mode mechanisms, update storage keys, and refactor module transformation logic.' (#36) from core/page-provider into main
Reviewed-on: eigen/fe-monorepo-template#36
2026-07-27 07:20:41 +00:00
Firman Ramdhani a1a82c5307 feat: implement RouterProvider, add draft mode mechanisms, update storage keys, and refactor module transformation logic. 2026-07-27 14:17:42 +07:00
firmanr e0f60e0e18 Merge pull request 'core/page-provider' (#35) from core/page-provider into main
Reviewed-on: eigen/fe-monorepo-template#35
2026-07-27 05:42:08 +00:00