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

Develop the 'searches' collection #1

Open
memaker opened this issue Jul 15, 2013 · 1 comment
Open

Develop the 'searches' collection #1

memaker opened this issue Jul 15, 2013 · 1 comment

Comments

@memaker
Copy link
Owner

memaker commented Jul 15, 2013

Develop the CRUD system for the user's searches. Associate a menu option to this CRUD. The menu option shall be visible only when the user is logged

@ghost ghost assigned fidalgo Jul 15, 2013
@memaker
Copy link
Owner Author

memaker commented Jul 15, 2013

To do thing easy, we can create a data collection called 'searches', and store the search as a string and the associated user. Something like this:
{
"_id" : ObjectId("4356ñ2lkh24klh24lk254kjhkj2"),
"user_id" : ObjectId("51dad1aad8c6cd4700000001"),
"search" : "coca cola barcelona"
}

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

No branches or pull requests

2 participants