Page 1 of 1

How can i make more than 1 list per user?

Posted: Tue Nov 04, 2014 12:38 pm
by Norman Enmanuel

I have to make 2 or more list by user _id, how can i do that?


How can i make more than 1 list per user?

Posted: Tue Nov 04, 2014 1:24 pm
by Evgene Karachevtsev

Hello Norman,

Could you please specify your question with more details? Please provide us more information about these 2 lists.


How can i make more than 1 list per user?

Posted: Tue Nov 04, 2014 1:35 pm
by Norman Enmanuel

Yes sure,

I have users and each user should have 1, 2, 3... or more lists.

For example

  1. userA should have lists like:

    beverages
    fruits
    sodas

  2. userB should have lists similar or different:

    beverages
    fruits
    sodas
    soaps
    beers
    cereals
    tortillas

    this is just an example fictitious


How can i make more than 1 list per user?

Posted: Tue Nov 04, 2014 1:56 pm
by Evgene Karachevtsev

Norman,

You may at add a column of type Array in your table UsersDB
http://devcenter.appery.io/documentat...
and keep a desired list in it.


How can i make more than 1 list per user?

Posted: Tue Nov 04, 2014 1:59 pm
by Norman Enmanuel

Thanks i'll do some things with this.