-
Notifications
You must be signed in to change notification settings - Fork 0
Development #239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Development #239
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds post management functionality and administration features to the frontend application, including the ability to query posts within date ranges and export data to Excel format.
- Adds new API endpoint for retrieving post lists
- Creates new admin pages for post management and post querying
- Updates package dependencies and adds new packages like xlsx and recharts
Reviewed Changes
Copilot reviewed 10 out of 11 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updates multiple dependencies and adds new packages (xlsx, recharts, lucide-react) |
| modules/sigAPI/index.ts | Adds getPostList function to the API module |
| modules/sigAPI/function/getPostList.ts | Implements API function to fetch post lists |
| modules/customStatusCode/index.ts | Adds new error code for invalid time range |
| app/styles/globals.scss | Adds CSS class to hide scrollbars |
| app/admin/post/page.tsx | Creates new page for post management interface |
| app/admin/post-query/page.tsx | Creates new page for querying posts by date range with Excel export |
| app/admin/page.tsx | Refactors admin menu to use configuration-driven approach |
| app/admin/(admin)/config.ts | Creates configuration file for admin menu items |
| .vscode/settings.json | Adds formatter configuration for JSON files |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
No description provided.