Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Price Plan Models #3

Open
chargio opened this issue May 23, 2018 · 2 comments
Open

Price Plan Models #3

chargio opened this issue May 23, 2018 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@chargio
Copy link
Contributor

chargio commented May 23, 2018

Define models for Price Plan models for storing Price Plans. Currently won't be backed up by a database.

Please update with implementation details

Implementation Details

Price Plan

Key Type
uuid UUIDField; Primary key; read-only
price_plan_name TextField; required

_Rate

Key Type
uuid UUIDField; Primary key; read-only
price_plan_name TextField; required
price_plan_id Integer; required

Rate

Key Type
uuid UUIDField; Primary key; read-only
bucket CharField; max_length=63; required

Tier

Key Type
uuid UUIDField; Primary key; read-only
bucket CharField; max_length=63; required
@chargio chargio added the enhancement New feature or request label May 23, 2018
@chambridge
Copy link
Collaborator

Models don't seem to be complete, but copy and pastes from other issues.

@chambridge chambridge mentioned this issue May 23, 2018
2 tasks
@chargio
Copy link
Contributor Author

chargio commented May 23, 2018

Yes. It is not complete, need to be updated and copied to the wiki as documentation

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants