Skip to content

Band Model and Collection #42

@nickllerandi

Description

@nickllerandi

Bands should sit in a separate collection:

bands: {
{
_id: ...
bandName: String
bandSocial: {
youtube: ...
facebook: ...
instagram: ...
}
}
}

Profile Model would then look at Bands collection:

Profile: {
location:
bio:
...
bands: {
ref: bands
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions