Commit Graph

55 Commits

Author SHA1 Message Date
6d5d0e3148 fix: all adaptor fetch() is async based 2025-05-14 18:18:44 +07:00
2073befd68
Merge pull request #2 from Sosokker/develop
ui: add pipeline UI scaffold
2025-05-14 14:59:03 +07:00
81d5338ddf
Merge pull request #1 from Sosokker/hotfix/frontend-refactor
feat: add pipeline UI scaffold
2025-05-14 14:58:31 +07:00
f99e49974a feat: add pipeline result data endpoint 2025-05-12 23:21:25 +07:00
e1cd04a07e feat: sse log on specific pipeline 2025-05-12 23:01:23 +07:00
b7aa490316 fix: fix import ingestors error, add color to log 2025-05-12 22:42:49 +07:00
701c2b0ae7 feat(config, sse): add default settings and implement SSE log streaming 2025-05-12 21:58:52 +07:00
fdef21443d feat: add new endpoint 2025-05-12 21:36:41 +07:00
31e35ff1b0 remove normalization 2025-05-12 21:36:06 +07:00
5cd5fcfeb3 fix: add pipeline test, add FAILED status and fix pydantic scheme error 2025-05-12 21:12:50 +07:00
f24886afdc feat: add scheduler to help manage pipeline 2025-05-12 19:16:47 +07:00
946f0b2a24 feat: add pipeline service with in-memory data stores 2025-05-12 18:34:21 +07:00
ff9de9f80a refactor: correct ingestor with new adapter - define export module list 2025-05-12 17:05:13 +07:00
eae46ac820 refactor: rename adaptor model to ingestion 2025-05-12 16:31:18 +07:00
9e8eabec04 refactor: fix typehint and add test 2025-05-12 16:12:28 +07:00
186c85bfde refactor: fix typehint 2025-05-12 15:25:46 +07:00
ec62a75b15 refactor: use generic typehint style 2025-05-12 15:12:42 +07:00
6a5fdf2c09 refactor: file adaptor now recive only UploadFile from user 2025-05-12 15:11:15 +07:00
6b445be016 move pydantic model file structure 2025-05-12 15:10:48 +07:00
93ccc23e2a ruff format and pyright lint 2025-05-12 14:26:27 +07:00
67f691a46a refactor: remove logging stream - rewrite later 2025-05-12 02:58:38 +07:00
c91526623c rename crawler ai folder 2025-05-11 17:35:04 +07:00
66d1687e45 Merge crawler-ai repository into 'crawler_ai_project_files' subdirectory 2025-05-11 17:33:36 +07:00
ac4737da85 Moved all crawler-ai content into 'crawler_ai_project_files' subdirectory 2025-05-11 17:33:10 +07:00
5e24de9536 add api_adapter test 2025-05-11 17:04:15 +07:00
73654a402c add logging 2025-05-11 16:01:49 +07:00
THIS ONE IS A LITTLE BIT TRICKY KRUB
2d07d339c7 feat: refactor AddDataSource component to manage sources dynamically and improve UI structure; update DataPipelinePage to comment out unused API call 2025-05-09 09:34:16 +07:00
Pattadon
a6b542a040 feat: integrate Zod validation schema for pipeline form and enhance error handling in form components 2025-05-02 14:56:27 +07:00
THIS ONE IS A LITTLE BIT TRICKY KRUB
616cfabd70 feat: enhance button accessibility by adding cursor-pointer class and type attributes in CreatePipelinePage and AddDataSource component 2025-04-25 18:54:45 +07:00
THIS ONE IS A LITTLE BIT TRICKY KRUB
6a48f4f234 feat: add PipelineSummary component and integrate it into the multi-step form for enhanced overview of pipeline configuration 2025-04-25 18:39:42 +07:00
THIS ONE IS A LITTLE BIT TRICKY KRUB
42b9fdedae feat: implement multi-step form for creating data pipelines, refactor existing components for improved structure and styling 2025-04-25 18:15:26 +07:00
THIS ONE IS A LITTLE BIT TRICKY KRUB
a687636b07 feat: implement data fetching and error handling for DataPipelinePage, update PipelineCard component to use 'name' prop, and add API functions for pipeline management 2025-04-25 14:25:56 +07:00
10856f6cdf initial commit 2025-04-20 19:46:54 +07:00
Pattadon
8b730e14ae feat: refactor CreatePipelinePage to integrate AddDataSource and ScheduleAndInformation components 2025-04-18 09:41:24 +07:00
THIS ONE IS A LITTLE BIT TRICKY KRUB
14babe21d9 feat: add PropertyInfoPanel component to MapsPage for detailed property information display 2025-04-11 18:07:47 +07:00
THIS ONE IS A LITTLE BIT TRICKY KRUB
01abdb2c5d feat: add ChatPanel and FiltersPanel components to MapsPage for enhanced user interaction and filtering options 2025-04-11 17:56:42 +07:00
THIS ONE IS A LITTLE BIT TRICKY KRUB
e37364e3dc Implement code changes to enhance functionality and improve performance 2025-04-11 17:25:39 +07:00
Pattadon
987d4f4fcc feat: integrate AnalyticsPanel component into MapsPage and refactor state management with useModelState 2025-04-11 11:55:19 +07:00
Pattadon
9eaa5b2761 feat: implement MapWithSearch component for enhanced map functionality with location search and type selection 2025-04-11 11:27:23 +07:00
Pattadon
6443f5e893 feat: add PipelineDetails and PipelineAiAssistant components to CreatePipelinePage for enhanced data pipeline configuration 2025-04-08 15:42:00 +07:00
Pattadon
173defcb44 feat: enhance PipelineDetailsPage with new components for output configuration, run history, and settings 2025-04-08 15:00:54 +07:00
Pattadon
7783d00f56 feat: add PipelineDataSource, PipelineExportData, PipelineDataSchema, and PipelineDataPreview components to enhance data pipeline details page 2025-04-08 14:51:37 +07:00
Pattadon
668847edc3 feat: add PipelineStatus component and integrate it into PipelineDetailsPage 2025-04-08 14:31:30 +07:00
Pattadon
4e5fba2459 feat: implement PipelineCard component and StatusBadge for data pipelines 2025-04-08 14:26:33 +07:00
Pattadon
90a3b67cc4 feat: add property detail page with comprehensive property information and analytics
- Implemented PropertyDetailPage component to display detailed information about a selected property, including images, features, amenities, and market trends.
- Added SimilarPropertyCard component for showcasing similar properties.
- Created loading state for property detail page.
- Developed PropertiesPage component with filtering options and property listings in grid and list views.
- Introduced PropertyCard and PropertyCardList components for displaying property information in different layouts.
- Integrated UI components such as buttons, cards, badges, and tabs for enhanced user experience.
2025-04-08 14:14:36 +07:00
Pattadon
8882cb6d76 feat: add property detail and listings pages with filtering options
- Implemented PropertyDetailPage to display detailed information about a specific property, including images, features, amenities, and analytics.
- Created PropertiesPage for listing properties with filtering options such as price range, property type, bedrooms, bathrooms, area, and location.
- Added loading state component for properties.
- Introduced reusable components for property cards in both grid and list views.
- Enhanced user experience with navigation links and breadcrumb trails.
2025-04-08 14:03:56 +07:00
Pattadon
7916b90fe9 feat: implement top navigation and map store using Zustand 2025-04-08 13:45:07 +07:00
30d135ba0e refactor: remove unrelated files and restructure 2025-04-08 01:21:07 +07:00
ae15103e1f chore: migrate to tailwindv4 2025-04-07 23:47:41 +07:00
7ab14fad02 refactor: restructure the frontend 2025-04-07 23:44:03 +07:00