- Removed unnecessary margin from the creation time display in SuitableDownloadPdf for better alignment.
- Added flexbox properties to the PDF table content for enhanced structure and height consistency.
- Added a wrapper for PDF tables with fixed width for better layout.
- Adjusted height and flex properties in the PDF intro page for improved structure.
- Enhanced spacing and alignment in various components for better visual consistency.
- Standardized color codes and formatting across styles for uniformity.
- Implemented responsive design adjustments for smaller screens.
- Included creation time in the footer of the PDF content for better context.
- Ensured consistent display of creation time in both main and table content sections.
- Changed NEXT_PUBLIC_QSP_API_URL to point to a new server address for local development.
- Ensured consistency in API endpoint configuration for development purposes.
- Introduced a new configuration file for managing the on-site survey application.
- Defined application settings including script execution and instance management.
- Set builderNm in session and response payload based on user data for improved session tracking.
- Ensured consistency in session management structures.
- Added EMAIL_TITLE_PREFIX variable to .env.development for system test identification.
- Cleared EMAIL_TITLE_PREFIX in .env.localhost and .env.production for consistency across environments.
- Added builderNm field to both SessionData interface and initial state for enhanced session tracking.
- Ensured consistency across session management structures.
- 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.
- Introduced SUBMISSION_TARGET_NM to enhance the data structure of the SD_SURVEY_SALES_BASIC_INFO model.
- Ensured consistency with existing field types and structure.
- Added CONSTRUCTION_POINT_ID to the SD_SURVEY_SALES_BASIC_INFO model for improved data structure.
- Maintained existing fields and their types for consistency.
- Introduced a new markdown file detailing the root layout structure used across the application.
- Included a mermaid diagram to illustrate the component hierarchy and data flow.
- Documented key components such as providers, layout components, and session management details.
- Emphasized server-side session management and performance optimization strategies.
- Deleted warnings regarding the execution of database initialization commands to streamline the setup instructions.
- Maintained focus on essential setup steps for development environment.
- 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.
- 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.