Skip to content

Cart micro-service modifications #259

@vladyslav-fenchak

Description

@vladyslav-fenchak
  • Change aggregate

Currently:

class Cart(Aggregate):
    """Cart Aggregate class."""

    user: int
    entries: EntitySet[CartEntry]

Must be:

class Cart(Aggregate):
    """Cart Aggregate class."""

    user: ModelRef[User]
    entries: EntitySet[CartEntry]
  • Get Cart items by User UUID

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions