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

Some course titles not displaying correctly #25

Open
ajm188 opened this issue Mar 6, 2015 · 12 comments
Open

Some course titles not displaying correctly #25

ajm188 opened this issue Mar 6, 2015 · 12 comments
Assignees
Milestone

Comments

@ajm188
Copy link
Member

ajm188 commented Mar 6, 2015

screen shot 2015-03-05 at 10 23 30 pm

@ajm188 ajm188 added the bug label Mar 6, 2015
@ajm188 ajm188 self-assigned this Mar 6, 2015
@ajm188
Copy link
Member Author

ajm188 commented Mar 6, 2015

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?

@ajm188 ajm188 assigned unforced and unassigned ajm188 Mar 6, 2015
@unforced
Copy link
Member

unforced commented Mar 6, 2015

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.

@ajm188 ajm188 added this to the 1.0.0 milestone Apr 23, 2015
@ajm188 ajm188 assigned StephHippo and unassigned unforced Apr 24, 2015
@ajm188
Copy link
Member Author

ajm188 commented Apr 24, 2015

Temporarily patched by #84

@mtbentley
Copy link
Member

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

@ajm188
Copy link
Member Author

ajm188 commented Apr 30, 2015

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?

@ajm188
Copy link
Member Author

ajm188 commented Aug 19, 2015

I'm not seeing this happening anymore. Feel free to re-open this issue if it happens again.

@ajm188 ajm188 closed this as completed Aug 19, 2015
@JKobyP
Copy link
Contributor

JKobyP commented Aug 23, 2015

Is this the issue for courses displaying "Title not found"? Or is there a separate issue for that? Cause that's still happening.

@ajm188 ajm188 reopened this Aug 23, 2015
@ajm188
Copy link
Member Author

ajm188 commented Aug 23, 2015

This is the one. Can you attach a screenshot or at least the offending course ID?

@ajm188
Copy link
Member Author

ajm188 commented Aug 23, 2015

If you want to try to tackle this, feel free.

@StephHippo
Copy link
Member

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

@JKobyP
Copy link
Contributor

JKobyP commented Aug 24, 2015

Your screenshot:
scrot

Let me know if I can help with this

@ajm188
Copy link
Member Author

ajm188 commented Aug 25, 2015

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.

@ajm188 ajm188 added the data label Oct 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants