14 Commits

Author SHA1 Message Date
53966a16e1 refactor: enhance session management by adding builderNm field
- Introduced builderNm field to SessionData interface for improved session tracking.
- Updated API routes to set builderNm based on user data.
- Modified useAxios hook to manage spinner visibility more effectively.
- Adjusted ReactQueryProvider to disable retry on queries for better performance.
2025-05-30 17:12:54 +09:00
3088c88122 docs: remove cautionary notes on database initialization from README
- Deleted warnings regarding the execution of database initialization commands to streamline the setup instructions.
- Maintained focus on essential setup steps for development environment.
2025-05-30 11:18:44 +09:00
721edddbe0 docs: enhance README with highlighted warnings and recommendations for Prisma ORM usage
- Updated section on Prisma ORM to emphasize caution with red text for potential risks and recommendations.
- Ensured clarity on the importance of backing up the schema before executing database commands.
2025-05-30 11:17:46 +09:00
510f886220 docs: update README with project overview, setup instructions, and Prisma ORM usage guidelines
- Added comprehensive project overview and technology stack.
- Included setup instructions for development and production environments.
- Documented project structure and best practices for using Prisma ORM, highlighting potential risks and recommendations.
2025-05-30 10:31:08 +09:00
5be7237aa6 feat: 지붕재적합성 상세팝업 데이터 표출 추가 및 TODO 수정 2025-05-29 10:07:05 +09:00
e66b009dd3 fix: Update session data display in Header component to use store name instead of category; add additional role mapping in README 2025-05-21 11:16:47 +09:00
3e7a4140ac docs: 지붕재 적합성 TODO 추가 2025-05-15 13:27:03 +09:00
f33786a8eb feat: implement user role management in session and update Header component to display user ID 2025-05-13 14:41:09 +09:00
4e90af97e7 docs: update README to include useEffect organization and client URL pathname changes in Header component 2025-05-02 16:58:07 +09:00
nalpari
b56d013dc2 fix: correct spelling of 'Information' in member information popup handlers 2025-05-02 14:12:06 +09:00
1f102a5054 chore: update layout structure by adding header, footer, and float button components; implement member information popup; enhance popup controller for better state management 2025-05-02 12:43:34 +09:00
8d4f9cd4e7 docs: Update README with example for fetching React Query cache data 2025-04-25 13:44:10 +09:00
a43cb57942 docs: Update README.md with Prisma connection instructions and migration commands 2025-04-04 15:20:07 +09:00
7114a6e0bc initial commit 2025-04-04 09:01:49 +09:00