AtCoderNoviSteps icon indicating copy to clipboard operation
AtCoderNoviSteps copied to clipboard

【非公式】 AtCoder 上の問題について、取組み状況を記録していくサイトです。各問題が細かく難易度付けされており、必要な知識を段階的に習得できます。

Results 94 AtCoderNoviSteps issues
Sort by recently updated
recently updated
newest added

https://kenkoooo.com/atcoder/resources/problems.json ```json ... { "id":"abc319_a", "contest_id":"abc319", "problem_index":"A", "name":"Legendary Players", "title":"A. Legendary Players" }, ... ```

priority middle

## WHY - 導入する理由 - 各種処理が高速なので、開発体験が良くなる - TypeScriptが実行できる(JSにトランスパイラしなくて良い) - オールインワン・ツールキット(パッケージマネージャ、バンドル、テストツール) - Web標準APIに対応 + Node.js APIとの互換性を目指している = Node.jsからの移行の敷居が低い ## WHAT - 導入をしたいと考えている部分 - パッケージマネージャ - CI ## TODO - [ ]...

priority low

## TODO - [ ] ステータスをDBに繋ぐ(#321 に取り組んだときには、CIのみビルドエラーが発生) - [ ] ステータスをカスタマイズ可能に ## See #321

priority middle

## Description / 説明 - [x] タグで問題一覧を出すためのURLを決める。 - [x] タグを指定したときに、該当する問題を抽出する。 - [ ] UIを実装する。 - [x] 実装できているか確認用のサンプルデータを追加する。 - [ ] 公開用のタグのみ表示できるようにする ## Motivation / 動機 - ユーザーが、苦手なアルゴリズムに関してタグを使って検索し、問題を解きたい。 ## Other notes...

priority high

## WHY - 複数要素を選択するUIを簡単に作成できそうだと思われるため https://github.com/CaptainCodeman/svelte-headlessui

priority middle

## Summary / 概要 - Describe the bug. A clear and concise description of what the bug is. ## Steps to reproduce / 再現方法 1. xxx 2. yyy 3. zzz...

bug
priority high

## WHY - linter for Postgres migrations ## WHAT - Windows環境には対応していないらしい ## See https://github.com/sbdchd/squawk

priority middle

## TODO - [x] Prismaのインストールと初期設定 - [x] VSCode: Prismaの拡張機能を導入 (Prisma.prisma) ## 既存のテンプレート・プロジェクト - [x] https://github.com/joysofcode/sveltekit-deploy - Full stack app - DB: PostgreSQL + Prisma - 本番環境はSupabaseでDBやログイン処理を行っている - [ ] https://awesome-sveltekit.janosh.dev/...

priority high