Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

Generated ical series not accounting for public and univiersity holidays

Abierto
#344 3 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
4/5
Tiempo estimado
3-5 días
Aptitud para principiantes
35/100
Tipo de issue
Nueva funcionalidad
Claridad
Bastante claro
Estado de actividad
Estancado
Stack tecnológico
php
Área
backend

Línea de trabajo

Comienza revisando los cambios de #343 y el RIT institute calendar en https://www.rit.edu/calendar. Determina cómo se pueden identificar los días libres y representarlos como fechas de excepción de iCalendar; se considera terminado cuando las clases se generan desde la primera semana lectiva y los eventos excluyen los días festivos y los recesos de RIT.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

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.

Lenguaje dominante
PHP
Estrellas
66
Forks
39
Merge medio
3 h 44 min
PR fusionados (30 d)
1

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de ComputerScienceHouse/schedulemaker

Todos los issues de ComputerScienceHouse/schedulemaker

Issues similares

Más issues de PHP

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.