bootcamp icon indicating copy to clipboard operation
bootcamp copied to clipboard

プログラマー向けEラーニングシステム

Results 447 bootcamp issues
Sort by recently updated
recently updated
newest added

- [ ] #5331 見たよ(足あと)を非同期した @Nabegon - [ ] #5655 定期イベント作成ページのタイトルのプレイスホルダーに「アジャイルサムライ輪読会」を追加 @yamatatsu10969

release

## issue - #5451 ## 概要 質問に対する最後の回答から1週間が経過し、ベストアンサーが決まっていない場合に質問を投稿した人にサイト内通知とメール通知が行くようにしました。 ### 背景 質問した人がベストアンサーを決め忘れ、closeされないまま未解決の質問として残る問題が背景にあります。 ## 変更確認の準備 ### 定期イベントのdiscord通知をコメントアウトする 変更を確認する際に、曜日によっては定期イベントのdiscord通知が動いてしまうので、コメントアウトしてください。 ```ruby # app/controllers/scheduler/daily_controller.rb class Scheduler::DailyController < SchedulerController def show User.notify_to_discord User.retired.find_each do |retired_user| if retired_user.retired_three_months_ago_and_notification_not_sent?...

View details in Rollbar: [https://rollbar.com/komagata/Bootcamp/items/1198/](https://rollbar.com/komagata/Bootcamp/items/1198/) ``` TypeError: Failed to fetch File "https://cdn.rollbar.com/rollbarjs/refs/tags/v2.23.0/rollbar.min.js", line 1, in [anonymous] File "https://bootcamp.fjord.jp/packs/js/application-9b801d4e852d57a010c6.js", line 2, in e. File "https://bootcamp.fjord.jp/packs/js/application-9b801d4e852d57a010c6.js", line 2, in u File "https://bootcamp.fjord.jp/packs/js/application-9b801d4e852d57a010c6.js",...

バグ

## Issue - #5381 ## 概要 管理ページにプラクティス一覧ページを追加しました。 ## 変更確認方法 1. ブランチ`feature/create-practice-list-in-admin-page`をローカルに取り込む 2. `bin/rails s`でローカル環境を立ち上げる 3. 管理者のユーザーでログインする 4. 管理ページのプラクティス一覧画面( http://localhost:3000/admin/practices )にアクセスする ※以下、全てのプラクティスについてではなく、何個かだけで大丈夫です 5. 各項目について、以下の内容が正しいことを確認する ### プラクティス名 * 表示されているプラクティスの個数が正しいこと(DBにあるプラクティスの数と一致してればOK) * プラクティス名をクリックすると、そのプラクティス詳細画面に遷移すること ###...

## Issue - #5560 ## 概要 アドバイザーでログインしたときのダッシュボードに研修生がいなくても研修生を表示するブロックが表示されていたので、研修生がいない場合は表示しないようにしました。 ## 変更確認方法 1 の方法が簡単なのでそちらで再現した方が良さそうです! ### 1. 既存のアドバイザーでログインして確認 1. ブランチ`fix/remove_colleague_block_trainees_if_colleque_trainees_are_not_exist`をローカルに取り込む 2. senpai もしくは advijiro でログイン 4. 登録者情報変更で「所属企業」を「テスト企業」に変更(テスト企業はどのユーザも所属していないため) 5. ダッシュボードに研修生のブロックがないか確認 ### 2. 今回のPRで作成した新しいアドバイザーでログインして確認 1. ブランチ`fix/remove_colleague_block_trainees_if_colleque_trainees_are_not_exist`をローカルに取り込む...

https://fjord.slack.com/archives/C024R13RP/p1581559705309100 で書かれている内容です。 工数にもよりますが、実現できると楽しそうだな〜と思います。

stale

ブートキャンプの日報やコメント等に 👍 のようなリアクションがあっても、通知されないので気づかないことがある。 何らかの方法でリアクションに気づいた方がモチベーションが上がるのではないか? ただし、大量にリアクションがあった場合は通知欄が大変なことになりそうなので、何かしらの良い方法を考えたよさそう。 ## 案 ブートキャンプの画面にある通知欄は使わずに、1日に1回、サマリーのメールを送信する。(はてなスターの通知と同じ方式)

stale

View details in Rollbar: [https://rollbar.com/komagata/Bootcamp/items/1197/](https://rollbar.com/komagata/Bootcamp/items/1197/) ``` ActionController::UnknownFormat: ActionController::UnknownFormat File "/usr/local/bundle/gems/actionpack-6.1.4.4/lib/action_controller/metal/mime_responds.rb", line 216, in respond_to File "/app/app/controllers/reports_controller.rb", line 22, in show File "/usr/local/bundle/gems/actionpack-6.1.4.4/lib/action_controller/metal/basic_implicit_render.rb", line 6, in send_action File "/usr/local/bundle/gems/actionpack-6.1.4.4/lib/abstract_controller/base.rb", line 228,...

バグ

## Issue - #5561 ## 概要 ブログの編集ページに記事公開日時(`published_at`)の変更フォームを作成し、日時を変更できるようにしました。 `現在の日時`をクリックすると、その時点の日時がフォームに 反映されます。 ## 変更点 ### 変更前 ![image](https://user-images.githubusercontent.com/58751858/192964555-8511c493-dce5-4b38-9000-4d176253f9ad.png) ### 変更後 1. `記事公開日時を変更`のボタンを押す ![スクリーンショット 2022-10-22 15 27 48](https://user-images.githubusercontent.com/58751858/197324053-fe34ce4d-24ed-4a90-aff9-195a8df7f3c9.png) 2. 記事公開日時を変更するためのフォームが現れる ![スクリーンショット 2022-10-22 15 27 56](https://user-images.githubusercontent.com/58751858/197324065-49262f43-f820-4342-96cd-a8476179448f.png)...