-
Notifications
You must be signed in to change notification settings - Fork 189
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
Help users understand Blog vs. Feed URLs in sign-up #3646
Comments
I have some issue, when I sign up, it asks for Blog URL. When I paste this one https://dev.to/mnosov622/front-end-developer-roadmap-579m it says Unable to discover feeds. |
OK, you've found a bug. Compare the
The latter contains the expected feed URL info (i.e., If you had pasted in https://dev.to/mnosov622 instead of https://dev.to/mnosov622/front-end-developer-roadmap-579m, it would have worked. Now, we need to make it always work, since people won't necessarily understand the difference between:
The code for this lives in https://github.com/Seneca-CDOT/telescope/tree/master/src/api/feed-discovery. A first step would be to write a test case that fails for this particular case, and then figure out a solution that lets it pass. |
Oh, now I get. Thank you ! |
It's really our bug, not yours. We should fix this so it works in all cases. |
Hi, I can try to add the description for the difference between a Blog URL (HTML) and a Feed URL (XML) for users to see. |
Yup, go for it @cychu42 |
I was talking with Stefan today about the Telescope sign-up process, and I think we should do more to educate and clarify the difference between a Blog URL (HTML) and a Feed URL (XML). The sign-up process should do more to guide people as they do this, and use the opportunity to teach them what it means.
Probably doing something like adding a sentence or two that describes the difference in the sign-up UI would be enough.
The text was updated successfully, but these errors were encountered: