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

Mailing list backend utilities #1

Closed
wants to merge 5 commits into from
Closed

Conversation

Cellule
Copy link
Contributor

@Cellule Cellule commented Nov 20, 2014

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

@@ -1,4 +1,33 @@
var endpoints = {

mailinglist: {
Copy link
Member

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"}});
Copy link
Member

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?

@mathieumg
Copy link
Member

CR done.

@Cellule
Copy link
Contributor Author

Cellule commented Nov 21, 2014

Will do one PR for all the changes instead of 3, will be easier to see everything at once

@Cellule Cellule closed this Nov 21, 2014
@Cellule Cellule mentioned this pull request Nov 22, 2014
@Cellule Cellule deleted the mike_admin_mailing_list branch November 23, 2014 06:51
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.

2 participants