9b84c6b9e8feat: implement notifications system with API endpoints for fetching and marking notifications as readRKWojs2025-12-02 11:06:31 +01:00
6ac5ac9ddafeat: add documentation for files to delete from codebase, including debug, test, and one-off scriptschop2025-11-20 21:37:21 +01:00
fae7615818feat: add edited_at column to notes and implement note update functionality with audit loggingRKWojs2025-11-18 09:43:39 +01:00
acb7117c7dfeat: add internationalization support for TeamLeadsDashboard with translations for various labels and messagesRKWojs2025-11-14 15:22:36 +01:00
1d8ee8b0abfeat: add year selection filter to TeamLeadsDashboard and update API request accordinglyRKWojs2025-11-14 15:17:29 +01:00
d3fa4df621feat: enhance dashboard API to generate continuous sample data and calculate cumulative values for project timelinesRKWojs2025-11-14 15:06:36 +01:00
a1f1b33e44feat: enhance TeamLeadsDashboard with detailed realised vs unrealised values by project type and improved chart visualizationRKWojs2025-11-14 12:24:41 +01:00
7f63dc1df6feat: add realised vs unrealised value summary to TeamLeadsDashboard with pie chart visualizationRKWojs2025-11-14 12:08:46 +01:00
ac77a9d259feat: enhance TeamLeadsDashboard with ComposedChart and improved tooltip for monthly and cumulative valuesRKWojs2025-11-14 11:17:29 +01:00
38b9401b04feat: implement team lead dashboard with data fetching and chart displayRKWojs2025-11-14 11:05:36 +01:00
9b1f42c4ecfeat: add completion_date field to projects and update related functionalities in forms and queriesRKWojs2025-11-14 10:01:49 +01:00
6b205f36bbrefactor: simplify role checks for wartosc_zlecenia display in ProjectViewPage and ProjectFormRKWojs2025-11-14 09:41:06 +01:00
be1bab103ffeat: update team_lead role checks for wartosc_zlecenia display in ProjectViewPage and ProjectFormRKWojs2025-11-14 09:33:27 +01:00
c2dbc9d777feat: track wartosc_zlecenia in project updates and display in ProjectViewPage for team leadsRKWojs2025-11-14 09:09:23 +01:00
3f87ea16f2feat: add wartosc_zlecenia field to projects table and update related functionalitiesRKWojs2025-11-14 09:04:46 +01:00
056198ff16feat: add team_lead role to valid roles in user creation and update handlersRKWojs2025-11-14 08:22:11 +01:00
5b1a284fc3feat: add team_lead option to user role selection in EditUserPageRKWojs2025-11-14 08:16:05 +01:00
23b3c0e9e8feat: add team_lead role to user management and update related functionalitiesRKWojs2025-11-14 08:08:01 +01:00
eec0c0a281feat: add Geoportal link for project coordinates with EPSG:2180 projectionRKWojs2025-11-05 11:21:00 +01:00
cc242d4e10feat: load phoneOnly filter from localStorage after component mountRKWojs2025-10-27 10:52:03 +01:00
b6ceac6e38feat: add Google Maps link for project coordinates displayRKWojs2025-10-24 14:00:04 +02:00
42668862fdfeat: add download functionality for upcoming projects report in Excel formatRKWojs2025-10-22 11:38:19 +02:00
af28be8112feat: preserve phone toggle state in filter reset and update active filter logicRKWojs2025-10-18 13:04:54 +02:00
27247477c9feat: add phone number filter and related translations in project listRKWojs2025-10-17 16:00:44 +02:00
bd0345df1afeat: add locale support for date formatting in task componentsRKWojs2025-10-14 13:13:16 +02:00
a1b9c05673feat: add 'Przypisany do' field to exported projects and update filename formatRKWojs2025-10-14 13:07:33 +02:00
d9e559982afeat: hide appearance and language settings cards in the SettingsPageRKWojs2025-10-14 12:57:13 +02:00
0e237a9549feat: add filter for user's assigned tasks and update translation for 'mine'RKWojs2025-10-14 12:55:28 +02:00
f1e7c2d7aafeat: implement password reset functionality with token verification and change password featureRKWojs2025-10-10 09:15:29 +02:00
7ec4bdf620feat: update project titles in metadata and translations for consistencyRKWojs2025-10-10 08:59:22 +02:00
ec5b60d478feat: update ProjectListPage layout and button styles for improved UI/UXchop2025-10-09 20:56:55 +02:00
ac5fedb61afeat: implement project export to Excel with API endpoint and UI buttonchop2025-10-09 20:43:53 +02:00
ce3c53b4a8feat: add 'can_be_assigned' column to users with default settings for admin usersRKWojs2025-10-09 15:01:01 +02:00
cdfc37c273feat: add 'can_be_assigned' field to users with updates to user creation, retrieval, and assignment queriesRKWojs2025-10-09 14:55:11 +02:00
1288fe1cf8feat: add 'not_started' task status with updates to task creation, status handling, and translationsRKWojs2025-10-09 12:39:43 +02:00
33c5466d77feat: implement 'not_started' task status with validation and UI updateschop2025-10-07 23:07:15 +02:00
a6ef325813feat: add task_category field to tasks with validation and update related formschop2025-10-07 22:22:10 +02:00
952caf10d1feat: add task sets functionality with CRUD operations and UI integrationchop2025-10-07 21:58:08 +02:00
e19172d2bbfeat: Restrict notifications feature to admin users only in navigationRKWojs2025-10-06 16:07:17 +02:00
80a53d5d15feat: Add notifications dropdown to navigation and update translations for notificationsRKWojs2025-10-06 16:01:29 +02:00
5011f80fc4feat: Add timezone configuration for Docker to ensure correct time handling in production and development environmentsRKWojs2025-10-04 20:52:39 +02:00
119b03a7bafeat: Update date handling to use local time formatting across various components and queriesRKWojs2025-10-04 19:44:35 +02:00
f4b30c0faffeat: Update README.md with authentication, user management, and audit logging detailschop2025-10-02 19:35:31 +02:00
79238dd643feat: Add link parsing functionality to notes in ProjectViewPage and TaskCommentsModalRKWojs2025-10-02 11:36:36 +02:00
31736ccc78feat: Enhance FieldWithHistory component with improved tooltip display and time formattingRKWojs2025-10-02 10:01:54 +02:00
50760ab099feat: Integrate translation support in FieldWithHistory component and update i18n stringsRKWojs2025-10-02 09:57:51 +02:00
a59dc83678feat: Add 'mine' filter to ProjectListPage and update translationsRKWojs2025-09-29 22:07:18 +02:00
769fc73898feat: Add ProjectAssigneeDropdown component and integrate it into ProjectViewPageRKWojs2025-09-29 20:09:11 +02:00
6ab87c7396feat: Add assigned user initial to project details and update translationsRKWojs2025-09-29 19:50:22 +02:00
a4e607bfe1feat: Add migration script to add 'initial' column to users tableRKWojs2025-09-29 19:44:36 +02:00
e589d6667ffeat: Add initial identifier field to user management and update related functionsRKWojs2025-09-29 19:41:49 +02:00
fc5f0fd39afeat: Enhance EditProjectPage with translation support and refactor ProjectForm to use forwardRefRKWojs2025-09-29 19:32:08 +02:00
e68b185aebfeat: Update task assignment logic to exclude admin users and enhance project page layoutRKWojs2025-09-29 19:25:15 +02:00
5aac63dfdefeat: Implement route planning feature with project selection and optimizationRKWojs2025-09-26 00:18:10 +02:00
8a0baa02c3fix: Refine theme initialization logic to respect saved preferences and system color schemeRKWojs2025-09-25 09:03:13 +02:00
fd87b66b06feat: Implement dark mode support across components and UI elementsRKWojs2025-09-25 08:58:03 +02:00
96333eccedfeat: Implement file upload and management features in ProjectViewPagechop2025-09-24 21:55:44 +02:00
0f451555d3feat: Add script to create sample projects with detailed informationchop2025-09-24 21:20:05 +02:00
5193442e10feat: Include project number in project details for enhanced information displayRKWojs2025-09-19 13:52:20 +02:00
94b46be15bfix: Improve layout of project status indicators for better alignment and visibilityRKWojs2025-09-19 07:40:33 +02:00
c39746f4f6fix: Update shortLabel for in-progress construction status and improve project count display in ProjectsMapPageRKWojs2025-09-18 16:02:30 +02:00
671a4490d7feat: Update SVG icons in ProjectViewPage and ProjectTasksSection for improved styling and consistencyRKWojs2025-09-18 12:44:42 +02:00
e091e29a80feat: Reorganize overdue projects section for improved visibility in project calendarRKWojs2025-09-18 12:37:47 +02:00
142b6490ccfeat: Implement task template management with translation support and improved UI componentsRKWojs2025-09-18 12:36:03 +02:00
abfd174f85fix: Update upcoming projects calculation to include the next 5 weeksRKWojs2025-09-18 12:01:52 +02:00
8964a9b29bfeat: Enhance note creation and project cancellation with user information and translationsRKWojs2025-09-18 11:11:22 +02:00
1a49919000refactor: Optimize map component rendering and memoize functions to improve performanceRKWojs2025-09-17 08:29:51 +02:00
0bb0b07429feat: Add measurement tool with distance calculation and visual markers on the mapRKWojs2025-09-16 16:41:08 +02:00
e4a4261a0eBUGFIX: Refactor map loading to use a dedicated loading component and improve dynamic import handlingRKWojs2025-09-16 16:35:25 +02:00
029b091b10feat: Add translation support for map-related components and improve loading messagesRKWojs2025-09-16 16:32:04 +02:00
cf8ff874dafeat: Update project and contract terminology for consistency in UI and translationsRKWojs2025-09-16 14:44:01 +02:00
c75982818cfeat: Enhance map controls and overlay visibility in project map componentsRKWojs2025-09-16 12:11:52 +02:00
e5e72b597aBUGFIX: Remove redundant GET function for file retrievalRKWojs2025-09-16 11:29:19 +02:00
06599c844afeat: Implement file upload structure and API for file retrievalRKWojs2025-09-16 11:27:25 +02:00
e5955a31fdfeat: Integrate translation support for contract-related components and improve user feedback messagesRKWojs2025-09-16 11:20:14 +02:00
43622f8e65feat: Add comprehensive documentation for Route Planning feature with optimization detailsRKWojs2025-09-16 10:58:28 +02:00
7a2611f031feat: Update page titles dynamically based on project name and standardize layout metadataRKWojs2025-09-16 10:57:25 +02:00
249b1e21c3feat: Enhance project display with hoverable overflow for additional projectsRKWojs2025-09-15 09:45:49 +02:00
551a0ea71afeat: Implement mobile-friendly filter toggle and enhance project list filtersRKWojs2025-09-12 13:36:28 +02:00
adc348b61brefactor: Update user role display in navigation component to improve readabilityRKWojs2025-09-12 12:12:33 +02:00
49f97a9939feat: Enhance navigation component with mobile menu support and improved stylingRKWojs2025-09-12 12:03:07 +02:00
99f3d657abfeat: Update audit log queries to improve clarity and accuracy in statisticsRKWojs2025-09-12 11:41:51 +02:00
cc6d217476feat: Enhance project status handling with additional statuses and translationsRKWojs2025-09-12 11:17:36 +02:00
47d730f192feat: Add AUTH_TRUST_HOST environment variable to production Docker configurationRKWojs2025-09-12 11:08:06 +02:00