-
Notifications
You must be signed in to change notification settings - Fork 342
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
User views need styling love #37
Comments
I like SoundCloud's approach to the sign up / sign in dual form: https://soundcloud.com/login And their developer portal: https://developers.soundcloud.com/ |
Should this live at another repository and use the wrapper to communicate with the API? |
This would be the portal for developers.ohanapi.org or whatever domain we choose. It will allow developers to sign up for an account and register applications that will use the API. These user and application resources will never be exposed by the API, so there's no communication with the API in that sense. However, the API needs to be able to check for a valid token passed by the client, so the API keys and tokens need to live in the same database that the API repo uses. |
Gotcha! |
Basic styling using Bootstrap 3 (looks much better than what we had before) has been added via PR #213, so I'm going to close this. Overall, it would be nice to have more custom styling than just the basic Bootstrap look, but I consider that an enhancement. We can open more specific styling issues separately if necessary. |
Fixes codeforamerica#37 - Adds descriptions for remaining data points in the location editing form.
…ldsToOrgSerializer CS-815 Add missing fields on Org serializer
I added authentication with Devise, but none of the views are styled. Here are the views that need some design love (all in app/views):
devise/confirmations/*
devise/passwords/*
devise/registrations/*
devise/sessions/*
home/*
shared/*
The text was updated successfully, but these errors were encountered: