Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Remove unused function calls from pending forms page

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

@johnlolonga19 がすでに取り組んでいます。

2026年6月22日 から。

評価

この issue はまだ評価されていません。

説明

refactor

We are making javascript function calls on the pending forms page to nonexistent functions. They are mostly not throwing errors, but there isn't a reason for them to exist. Review the Javascript and get rid of old or nonexistent functions.

Example in app/static/js/allPendingForms.js:

151           // Try and catch is used here to prevent General Search page from reloading the entire the page.
152           try {
153             runformSearchQuery();
154             $('#approvalModal').modal('hide');
155           }
156           catch(e){
157             location.reload(true);
158           }

runformSearchQuery does not exist in the page.

Review to see if there are other things like this and decide if they need to be replaced with working functionality or if they can just be removed. Also look at surrounding code and clean up as necessary. In this example, we probably don't need a try/catch anymore, and we can just hide the approval modal.

主要言語
Python
スター
1
フォーク
1
PR マージ指標
30日以内にマージされた PR はありません

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

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

はじめの一歩

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

BCStudentSoftwareDevTeam/lsf のほかの issue

BCStudentSoftwareDevTeam/lsf の issue をすべて見る

似ている issue

Python の issue をもっと見る

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

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