Agregar Name a Degree#985
Merged
RenzoMinelli merged 5 commits intomasterfrom Feb 5, 2026
Merged
Conversation
| shared: | ||
| - bedelias_name: "INGENIERÍA EN COMPUTACIÓN" | ||
| id: "computacion" | ||
| title: "Ingeniería en Computación" |
Collaborator
There was a problem hiding this comment.
Por qué no usar el bedelías_name que ya tenemos?
Member
There was a problem hiding this comment.
Siento que pueden ser dos cosas diferentes, por un lado, cómo aparece en Bedelías y, por otro, el nombre de la carrera. Es posible que en Bedelías figure con alguna falta ortográfica o abreviación.
Collaborator
Author
There was a problem hiding this comment.
Si yo opino lo mismo, me parece que tener un campo en la tabla degree nos va a dar mas flexibilidad si es que de repente cambian el formato en bedelias y queremos mantener otro formato nosotros.
Collaborator
There was a problem hiding this comment.
Entiendo lo que dicen y coincido. Mi propuesta era usar bedelías_name para llenar el campo de title
d63c192 to
c37c5b7
Compare
- Add migration to add title column to degrees table - Add title field to degrees.yml configuration - Update YmlLoader to upsert title when loading degrees - Update cambiar carrera dropdown to show degree titles instead of humanized IDs Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add title to degrees fixture and factory - Add title assertions to yml_loader_spec - Update changing_degrees_spec to use titles instead of humanized IDs Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
c37c5b7 to
1ba737b
Compare
nicolastemciuc
approved these changes
Feb 5, 2026
b3c0774 to
5ae6986
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Agregar title a degrees para tener dropdown con valor más legible.