Skip to content

Integrate Campaign to database and LifterServer #3

Description

@codingwithcn

Campaign {

id: {
   type: string;
   description: Unique ID for campaign;
}

name: {
   type: string;
   description: Name for the campaign account, this will most likely be the business name.
}

email: {
  type: string;
  description: Email associated with campaign account;
}

password: {
  type: string;
  description: Hashed Password used to login into campaign account;
}

trident: {
   type: number;
   description: In-Website currency used to pay to run ads on our site.
}

}

  • Allow For Campaign accounts to be created.
  • Allow For Campaign accounts to be logged in too.
  • Allow For Campaign information to be edited and changed.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions