Skip to content

feat(office): implement office tools#173

Open
chicogong wants to merge 1 commit into
masterfrom
feat/impl-office-tools
Open

feat(office): implement office tools#173
chicogong wants to merge 1 commit into
masterfrom
feat/impl-office-tools

Conversation

@chicogong

Copy link
Copy Markdown
Owner

Splits PR #152 for office tools. Implements the following tools:

  • tools/office/agenda-maker.html
  • tools/office/attendance-sheet.html
  • tools/office/barcode-label.html
  • tools/office/business-card-maker.html
  • tools/office/checklist-maker.html
  • tools/office/contract-template.html
  • tools/office/expense-report.html
  • tools/office/gantt-chart.html
  • tools/office/invoice-maker.html
  • tools/office/label-maker.html
  • tools/office/leave-calculator.html
  • tools/office/letter-template.html
  • tools/office/letterhead-maker.html
  • tools/office/minutes-template.html
  • tools/office/org-chart.html
  • tools/office/overtime-calculator.html
  • tools/office/presentation-timer.html
  • tools/office/project-timeline.html
  • tools/office/purchase-order.html
  • tools/office/quotation-maker.html
  • tools/office/receipt-maker.html
  • tools/office/resume-maker.html
  • tools/office/seating-chart.html
  • tools/office/signature-pad.html
  • tools/office/slide-notes.html
  • tools/office/stamp-generator.html
  • tools/office/task-tracker.html
  • tools/office/timesheet.html
  • tools/office/work-log.html

🤖 Auto-split and verified by AI.

@vercel

vercel Bot commented Jun 30, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
html-tools Error Error Jun 30, 2026 7:45am

@netlify

netlify Bot commented Jun 30, 2026

Copy link
Copy Markdown

Deploy Preview for localtools ready!

Name Link
🔨 Latest commit ba9dec6
🔍 Latest deploy log https://app.netlify.com/projects/localtools/deploys/6a4374019c77e900080237ed
😎 Deploy Preview https://deploy-preview-173--localtools.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@vercel

vercel Bot commented Jun 30, 2026

Copy link
Copy Markdown

Deployment failed with the following error:

The `vercel.json` schema validation failed with the following message: should NOT have additional property `public`

Learn More: https://vercel.com/docs/concepts/projects/project-configuration

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: ba9dec6d00

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@@ -4,19 +4,6 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<title>考勤表 - WebUtils</title>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Restore canonical links for office tools

This head now omits the canonical link, and the same removal happens in seven other files from this commit. tests/html-structure.test.js requires every registered tool to include a canonical URL matching SITE/path; running node tests/run.js now fails for attendance-sheet, letter-template, letterhead-maker, minutes-template, org-chart, overtime-calculator, presentation-timer, and project-timeline, so these pages will break the repository’s HTML-structure CI checks and lose canonical SEO metadata until the links are restored.

Useful? React with 👍 / 👎.

chicogong added a commit that referenced this pull request Jun 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant