Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dejar solo los últimos 4 semestres disponibles #82

Open
benjavicente opened this issue Jan 5, 2022 · 0 comments
Open

Dejar solo los últimos 4 semestres disponibles #82

benjavicente opened this issue Jan 5, 2022 · 0 comments

Comments

@benjavicente
Copy link
Member

Básicamente, modificar selectores de este estilo para que no tengan semestres tan antiguos:

<option selected value="2022-1">2022-1</option>
<option value="2021-2">2021-2</option>
<option value="2021-1">2021-1</option>
<option value="2020-2">2020-2</option>
<option value="2020-1">2020-1</option>
<option value="2019-2">2019-2</option>

Los removería porque tenerlos ahí podría permitir que se realicen acciones indeseadas, como tratar de scrappear una sección que ya no existe en buscacursos. También, se podría dejar que ese selector se genere en el código, como para no estar preocupándose de que esté correcto cada semestre (algo así: ver el semestre del año que sería en 2 meses y obtener ese + los 3 semestres anteriores).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant