Skip to content
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

feat(server): ファイル操作 #2

Merged
merged 31 commits into from
Nov 25, 2024
Merged

feat(server): ファイル操作 #2

merged 31 commits into from
Nov 25, 2024

Conversation

wiyco
Copy link
Collaborator

@wiyco wiyco commented Nov 24, 2024

Closes #1

  • ファイル名を一覧で取得する関数
    • 相対ディレクトリパスの指定
    • 拡張子の指定
    • 拡張子を含めたファイル名を取得するか
  • ファイルの内容を取得する関数
    • 相対ファイルパスの指定
  • ファイルの作成日時を取得する関数 1d60ff6
    • 相対ファイルパスの指定
  • それぞれのテストパターン

@wiyco wiyco added the feat:new New feature or request label Nov 24, 2024
@wiyco wiyco self-assigned this Nov 24, 2024
@wiyco wiyco linked an issue Nov 24, 2024 that may be closed by this pull request
3 tasks
@wiyco wiyco changed the title feat(#1): markdownファイルから内容を取得する関数 feat(#1): ファイル操作の関数 Nov 24, 2024
@wiyco wiyco changed the title feat(#1): ファイル操作の関数 feat(#1): ファイル操作のapi Nov 25, 2024
@wiyco wiyco changed the title feat(#1): ファイル操作のapi feat(utils): ファイル操作 Nov 25, 2024
@wiyco wiyco merged commit b551b6d into main Nov 25, 2024
3 checks passed
@wiyco wiyco deleted the feat/file-finder branch November 25, 2024 08:11
@wiyco wiyco mentioned this pull request Nov 25, 2024
2 tasks
@wiyco wiyco changed the title feat(utils): ファイル操作 feat(server): ファイル操作 Dec 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat:new New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[Task] ファイル操作 (取得/読み取り)
1 participant