-
Notifications
You must be signed in to change notification settings - Fork 21
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
Some course titles not displaying correctly #25
Comments
This has to do with some courses having title=nil. Should we add code to handle this, or should we not care and assume that we'll fix up the database? |
So for the search results page, I think this is soon going to turn into more of a course instance search page, so will only show courses offered in a specific semester. If you're looking for just a general course, that's what the autcompletion course select field is for. So this will solve the problems of course titles in the search results. However, these results will still show up in the autocompletion, just with a blank title, which is fine, but it leaves us with the problem that if people select the course, it gives them errors. I'll submit a PR soon that fixes this and displays some generic message like "This course appears to not have any actual course offerings, sorry about that". However, once we populate old courses via the SIS scraper, this will probably be a very unlikely occurrence. |
Temporarily patched by #84 |
I think this is the same bug: clicking a course titled "Title not found" results in a 500 error. Ex: http://advise.case.edu/courses/EECS304 |
This is actually related to the pull request we just merged in. I'll write a fix right now. Where are we on getting the historical data in the database so that we don't need to care about this anymore? |
I'm not seeing this happening anymore. Feel free to re-open this issue if it happens again. |
Is this the issue for courses displaying "Title not found"? Or is there a separate issue for that? Cause that's still happening. |
This is the one. Can you attach a screenshot or at least the offending course ID? |
If you want to try to tackle this, feel free. |
I know what this is and it is dependent on getting the historical data in which I need to fix the SIS Downloader first. We still need code to upload those files after we have them but that should be the easiest part of all |
This appears to be more of a one-time infrastructure-y thing we need to do on our end, so I don't think there's much you would be able to help with, but I will definitely let you know. |
The text was updated successfully, but these errors were encountered: