Shifting Freshman Table

オープン
#394 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
2/5
見積もり時間
1〜3時間
初心者へのやさしさ
48/100
issue の種類
バグ
明瞭さ
明確に書かれている
活発さ
停滞
技術スタック
javascript
領域
frontend

調査の方向性

まず、ドロップダウンのオプションを切り替えたときの移動を再現し、その後 packet/static/js/tables.js を読みます。特に、選択後にテーブルを更新するコントローラーを確認してください。freshmen packet のテーブルがどのように並べ替えられるかを追跡し、フレーム内の位置が維持されることを検証してください。ドロップダウンを変更したときにテーブルの順序だけが更新され、テーブルが右方向に移動してフレーム外に出なければ完了です。

索引モデルが issue の本文から書いたものです。

説明

good first issue

Issue

When switching between dropdown options (as shown below), the table containing the freshmen packets shifts rightward out of the frame. (Frame being the area provided for tables)

This is unexpected behavior as the table should only update its order without shifting rightward.

Image

Potential Trails to Follow

I believe this stems from the tables.js file, specifically the controller for how the table is updated when a dropdown item is selected. I've attached a link to the blob below.

https://github.com/ComputerScienceHouse/packet/blob/develop/packet/static/js/tables.js

主要言語
Python
スター
25
フォーク
33
平均マージ
21日 1時間
マージ済み PR(30日)
1

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

ComputerScienceHouse/packet のほかの issue

ComputerScienceHouse/packet の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。