Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Ajinoko33/AtCoderEditorialProblems_dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

149 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AtCoder Editorial Problems (dev)

AtCoder Editorial Problemsの開発用リポジトリです。

static exportの手順

  1. /frontend/atcoder-editorial-problems/next.config.js内のbasePath, trailingSlashのコメントアウトを外す.
  2. /frontend/atcoder-editorial-problemsでbuild. /frontend/atcoder-editorial-problems/outに出力される.
npm run build

OpenAPIのバンドル

Redocly CLIを使用してOpenAPIをバンドルする.

  1. (初回のみ)Redocly CLIをインストール.
npm i -g @redocly/cli@latest
  1. バンドルする./openapi配下のoutputディレクトリに出力される.
redocly bundle

バックログ

  • 未完了
    • difficulty filterのもっさりUI解消
    • drawioでシステム構成図作成
    • OpenAPIからAPI Gateway生成
    • ヘルプページをMarkdownで記述
    • ヘルプページの全リンク末尾に新しいタブで開くアイコンを表示
  • 完了
    • orvalでOpenAPIからAPIクライアント生成(2024/09/29)
    • 永続層をRDSから低コストのサービス(DynamoDB)に変更(2024/09/24)
    • コンボボックス内の絞り込みで大文字/小文字を区別しないようにする(2024/09/24)

About

AtCoder Editorial Problemsの開発用リポジトリ。

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors