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

Added notification page functionalities and design #46

Merged
merged 1 commit into from
Apr 23, 2014

Conversation

andreiVaduva
Copy link
Contributor

I haven't done the update part to show users as seen old notifications that they had seen.

@@ -76,7 +76,7 @@ var Repo = new Schema({
});

var Notifications = new Schema({
src: Number,
src: String,
dest: Number,
Copy link
Owner

Choose a reason for hiding this comment

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

Try to be consistent. src and dest should have the same type to avoid confusion later on.

@mariuscoto mariuscoto merged commit 857b868 into mariuscoto:master Apr 23, 2014
mariuscoto added a commit that referenced this pull request Apr 23, 2014
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