-
Notifications
You must be signed in to change notification settings - Fork 0
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
Mailing list backend utilities #1
Conversation
…alidation strings to use variables
@@ -1,4 +1,33 @@ | |||
var endpoints = { | |||
|
|||
mailinglist: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed, please pluralize so these become /mailinglists
and so on.
} | ||
}; | ||
var requiredId = _.assign(_.clone(id), {presence: {message: "^empty"}}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it necessary to clone if it's only read from?
CR done. |
Will do one PR for all the changes instead of 3, will be easier to see everything at once |
This is the beginning of backend method for the mailing lists.
Right now no UI what so ever.
I wanted to make a PR to show where I am right now and to fix concerns asap.
Routes were tested with Postman