Commit Graph

223 Commits

Author SHA1 Message Date
louiscklaw
a68cb01585 feat: add new SVG icons for MainTabs including air conditioning, alert, assistance, baggage, and banking symbols 2025-06-19 18:51:59 +08:00
louiscklaw
d6b36a0ca6 feat: add getButtonSvg API to fetch button SVG file as Promise 2025-06-19 18:51:43 +08:00
louiscklaw
360da364ff feat: add CarousellMe feature with profile, listings and reviews components 2025-06-19 17:45:45 +08:00
louiscklaw
1fdf10c0da feat: add requirement doc for importing demo page from old projects (REQ0190) 2025-06-19 17:10:54 +08:00
louiscklaw
c0d8d0cd05 feat: add react-i18next and react-star-ratings packages with dependencies update and typescript upgrade 2025-06-19 17:10:15 +08:00
louiscklaw
b923410f99 feat: add react-i18next package for internationalization support 2025-06-19 17:10:03 +08:00
louiscklaw
65f9b83c9f feat: add react-star-ratings package for star rating component 2025-06-19 17:09:07 +08:00
louiscklaw
d8166d8a3d feat: upgrade typescript from 4.9.3 to 5.8.3 2025-06-19 17:08:28 +08:00
louiscklaw
f59a382d8f feat: update payment route paths to use centralized PATHS constants and add missing dummy pay page route 2025-06-19 16:41:48 +08:00
louiscklaw
c4f8a6902c feat: implement payment flow for event joining including success/failure pages and navigation 2025-06-19 16:21:11 +08:00
louiscklaw
7b230d4f8b feat: add 99_references folder to workspace paths 2025-06-19 16:20:45 +08:00
louiscklaw
13c3399a6e update, 2025-06-18 13:42:35 +08:00
louiscklaw
80a2636f90 feat: remove debug logging from event count endpoint 2025-06-18 13:39:09 +08:00
louiscklaw
9c4637528c feat: add event count endpoints and improve auth logging with constants 2025-06-18 13:38:14 +08:00
louiscklaw
661de6e8d7 refactor: enhance tsc watch script with file touch fallback to prevent watch termination 2025-06-18 13:35:36 +08:00
louiscklaw
4a0ae590b0 feat: extract API endpoints to separate endpoints.ts file and enhance axios configuration with centralized setup and error handling 2025-06-18 13:23:47 +08:00
louiscklaw
53162ed333 feat: update AI initialization guide with git staged files instruction and file comment update reminder 2025-06-18 12:51:14 +08:00
louiscklaw
79c292d943 "feat: update workspace settings with increased editor font size from 15 to 18" 2025-06-18 12:51:07 +08:00
louiscklaw
10a6375347 feat: add party user auth endpoints for authentication flow (me, signIn, signUp) 2025-06-18 12:50:43 +08:00
louiscklaw
f950617372 feat: extend auth endpoint to support both User and PartyUser models with fallback retrieval logic 2025-06-18 12:43:03 +08:00
louiscklaw
99fafda624 feat: enhance party user auth endpoint with token validation, error logging, and security improvements 2025-06-18 12:34:48 +08:00
louiscklaw
3ed3f2fecb update FAQ, 2025-06-18 11:02:00 +08:00
louiscklaw
b80939c78d update eslint to disable export sorting, 2025-06-18 10:54:30 +08:00
louiscklaw
779984f65c feat: enhance party user authentication endpoint with improved error handling, logging, and PartyUser model integration 2025-06-18 10:52:00 +08:00
louiscklaw
8bb6c9e992 update FAQ, 2025-06-18 10:39:57 +08:00
louiscklaw
60ecca48b4 feat: update workspace settings with font size configuration and recommended extensions 2025-06-18 10:32:12 +08:00
louiscklaw
7a6014a115 feat: implement event joining flow with dummy payment page, including route configuration, Redux state management, and UI updates for event detail page 2025-06-18 04:06:16 +08:00
louiscklaw
37ace98e60 feat: add party payment flow with dummy pay page implementation and route configuration 2025-06-18 02:32:09 +08:00
louiscklaw
44091e0432 feat: add party user gender field to schema and implement event joining functionality with gender tracking 2025-06-18 02:28:29 +08:00
louiscklaw
279496ea38 feat: remove AppRoute component and adjust related route configurations 2025-06-18 02:18:18 +08:00
louiscklaw
a450747670 feat: add new pages for event detail, member profile and order detail with corresponding route configurations 2025-06-18 01:20:27 +08:00
louiscklaw
215476cfaa feat: add party user metadata storage and display support, including storage API, Redux actions, state management, and UI updates for profile page 2025-06-18 01:14:37 +08:00
louiscklaw
c93b31b2f6 feat: implement party user authentication system with signin/signup routes, JWT token validation, and frontend integration including mobile route configuration and API service updates 2025-06-18 01:14:05 +08:00
louiscklaw
4cf93f431e feat: refine Account model schema with consistent formatting and add default rank field to PartyUser model 2025-06-18 00:23:12 +08:00
louiscklaw
2b09261f0a feat: implement login and signup pages with shared authentication styles, including form validation and Redux integration for authentication state management 2025-06-17 23:47:18 +08:00
louiscklaw
1325a361dc feat: update requirement REQ0188 dependencies, add frontend/party-user-auth/trunk to development paths 2025-06-17 22:11:45 +08:00
louiscklaw
a4d0d8b746 feat: clarify FAQ guidance on updating git staged files, adding reference to sibling files in same directory 2025-06-17 20:15:57 +08:00
louiscklaw
f8919b8c84 feat: update FAQ with guidance on updating git staged files, specifying to preserve format and detail level while avoiding unintended code changes 2025-06-17 20:12:39 +08:00
louiscklaw
583e31fd4d feat: refactor party event action types and functions, update imports and naming conventions to use PartyEvent naming scheme, add createPartyUser function to party-user actions 2025-06-17 20:06:47 +08:00
louiscklaw
ae7f005236 feat: enhance party user schema with address fields, update frontend form and API calls to use PartyUser naming convention 2025-06-17 19:59:09 +08:00
louiscklaw
834f9360ba feat: update import path for UserCreateView to use party-user view module 2025-06-17 19:58:56 +08:00
louiscklaw
1cb018d4d5 "feat: simplify db push script by removing restart loop and directly executing db:push and seed" 2025-06-17 19:58:45 +08:00
louiscklaw
448825545e "feat: refactor party user data fetching to use new endpoint URL builder and implement 2025-06-17 19:18:21 +08:00
louiscklaw
7c7a532381 fix: disable i18n debug mode in production 2025-06-17 19:18:13 +08:00
louiscklaw
eb515dbe68 feat: enhance party user schema with company, status, role and verification fields, update seeding and frontend form 2025-06-17 18:31:20 +08:00
louiscklaw
7a793be610 feat: update imports and component structure in party-user list view 2025-06-17 18:31:07 +08:00
louiscklaw
1d89134ea2 fix: remove unused tax calculation code in product form 2025-06-17 18:30:30 +08:00
louiscklaw
44d324b40e feat: update frontend references from User to PartyUser for party user management module 2025-06-16 10:20:09 +08:00
louiscklaw
ee2a377bf6 feat: add frontend environment variables template with server URL, API keys and service configurations 2025-06-16 10:20:01 +08:00
louiscklaw
0941ab6dd1 feat: update frontend component names from User to PartyUser for consistency with party-user module 2025-06-16 10:08:43 +08:00