Skip to content

docs: Update README to document automatic numbering feature from issue #7#9

Merged
tak-s merged 2 commits into
mainfrom
copilot/fix-8
Jul 15, 2025
Merged

docs: Update README to document automatic numbering feature from issue #7#9
tak-s merged 2 commits into
mainfrom
copilot/fix-8

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jul 15, 2025

This PR updates the README.md documentation to reflect the automatic numbering feature that was implemented in issue #7. The CSV format and user interface now include automatic sequential numbering for each study problem.

Changes Made

CSV Format Documentation

  • Updated basic format from 質問,回答 to 番号,質問,回答
  • Added examples showing automatic numbering (1, 2, 3, etc.)
  • Updated usage examples to reference problem numbers instead of positions
  • Documented backward compatibility with old CSV formats

Feature Documentation

  • Added automatic numbering as a key feature in the main features list
  • Updated data management section to highlight automatic number assignment
  • Updated usage instructions to explain how numbers are automatically assigned
  • Updated project structure to reflect numbering support in templates and datasets

Key Updates

  • Main Features: Added "自動番号付け" as the first feature
  • CSV Examples: All CSV format examples now show the numbering column
  • Usage Instructions: Updated to explain automatic number assignment
  • Range Specification: Changed from position-based to number-based references

Screenshot

The automatic numbering feature is now properly documented and matches the current implementation:

Automatic Numbering Feature

As shown in the screenshot, each problem displays a bold sequential number (1, 2, 3, etc.) in the first column of the data table, making it easy to identify and reference specific problems.

The documentation now accurately reflects the current state of the application with all the enhancements from issue #7.

Fixes #8.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

…tation

Co-authored-by: tak-s <20725737+tak-s@users.noreply.github.com>
Copilot AI changed the title [WIP] [FEATURE] doc update docs: Update README to document automatic numbering feature from issue #7 Jul 15, 2025
Copilot finished work on behalf of tak-s July 15, 2025 11:45
Copilot AI requested a review from tak-s July 15, 2025 11:45
@tak-s tak-s marked this pull request as ready for review July 15, 2025 12:02
@tak-s tak-s merged commit 295b337 into main Jul 15, 2025
8 checks passed
@tak-s tak-s deleted the copilot/fix-8 branch July 16, 2025 10:33
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.

[FEATURE] doc update

2 participants