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

Student model #26

Merged
merged 8 commits into from
Apr 11, 2015
Merged

Student model #26

merged 8 commits into from
Apr 11, 2015

Conversation

0xazure
Copy link
Contributor

@0xazure 0xazure commented Apr 11, 2015

Closes #12.

This implements the Student user model. A Student has_one Account, where information like email and password is stored.

Also implements friendly URL strings for usernames with FriendlyId.

Core Features:
  • Student listing
  • Individual student profile view
  • Profile editing
  • School model
  • Major model
Rubocop Liting:

Rubocop does not (yet) recognize Rails-style private method indentation as valid (see rubocop/rubocop#1342). Because of this, we have silenced the relevant Rubocop warnings on indentation.

Known Limitations:

Adblockers sometimes remove FontAwesome brand icons (see FortAwesome/Font-Awesome#1799). This is a known issue, and not a bug in FontAwesome itself.

@0xazure 0xazure added this to the v0.1.0 milestone Apr 11, 2015
@0xazure 0xazure self-assigned this Apr 11, 2015
0xazure added a commit that referenced this pull request Apr 11, 2015
@0xazure 0xazure merged commit 8689307 into master Apr 11, 2015
@0xazure 0xazure deleted the feature-student-model branch April 11, 2015 18:22
0xazure added a commit that referenced this pull request Dec 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Student model
1 participant