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

Generated ical series not accounting for public and univiersity holidays

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

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

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
35/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
php
領域
backend

調査の方向性

まず、#343 の変更と https://www.rit.edu/calendar の RIT institute calendar を確認します。休講日をどのように識別し、iCalendar の例外日として表現できるかを判断してください。完了とは、授業が最初の授業週から生成され、イベントから祝日と RIT の休暇期間が除外されることを意味します。

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

説明

bug

Thanks for the work done closing #63 in #343, I just tried out the new changes and it looks like it largely works!

I did notice that, because the first week of class starts with MLK day, it is causing all of my MWF classes to not generate until the next week
Screenshot_20240111_113526

Screenshot_20240111_113713

Additionally, it seems to be generating events through RIT's Spring break
Screenshot_20240111_113555

since RIT's institute calendar also includes the public holidays that we have no class, this may be relatively easy to implement:

  1. scrape, or get ITS to add an iCal version of the data from https://www.rit.edu/calendar
  2. add some code to filter days off out from other institute events things (such as the last day of the add/drop period) and convert to DateTime format
  3. follow the linked specs to include them as exception dates in each VEVENT declaration https://icalendar.org/iCalendar-RFC-5545/3-8-5-1-exception-date-times.html (thanks @natep-tech for the link)

Unless RIT can maintain the list of days off (which IMO it should) this may add some extra maintenance burden to CSH. However some of the open source groups at RIT may also be able to help take this on as well in the meantime.

主要言語
PHP
スター
66
フォーク
39
平均マージ
3時間 44分
マージ済み PR(30日)
1

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

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

はじめの一歩

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

ComputerScienceHouse/schedulemaker のほかの issue

ComputerScienceHouse/schedulemaker の issue をすべて見る

似ている issue

PHP の issue をもっと見る

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

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