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

Add LinkedIn Url to Officers Table/Model #92

Open
wants to merge 3 commits into
base: devlop
Choose a base branch
from
Open

Conversation

billdybas
Copy link
Member

Backend support for: rit-sse/OneRepoToRuleThemAll#261

* Update nodemon

* Update nodemailer & mailgun transport

* Update sqlite

* Update sequelize-cli

* Add Make Keys Directory to README

* Update nyc

* Update bluebird, jsonwebtoken, mocha

* Update mime, supertest, chai, cross-env, moment, morgan
@@ -33,6 +33,9 @@ export default sequelize.define('officers', {
type: DataTypes.DATE,
defaultValue: null,
},
linkedinUrl: {
type: DataTypes.TEXT,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you think it would be worth adding a field validator?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I’ll validate that it’s a URL - that’s probably all we need. Since officers are the only ones using this, I trust that they’ll put a LinkedIn or similar URL here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants