faker icon indicating copy to clipboard operation
faker copied to clipboard

SaaS subscription plan names

Open beninsydney opened this issue 2 years ago • 5 comments

Clear and concise description of the problem

A generator for SaaS subscription plan names, like 'beginner', 'pro', 'gold' 'silver', 'bronze' or 'platinum' type stuff.

Suggested solution

faker.commerce.plan()

Alternative

No response

Additional context

No response

beninsydney avatar Apr 28 '22 12:04 beninsydney

Current workaround: faker.random.arrayElement(['beginner', 'pro', 'gold', 'silver', 'bronze', 'platinum'])

Shinigami92 avatar Apr 28 '22 12:04 Shinigami92

I can add this method to the commerce module if it's agreed upon

wael-fadlallah avatar May 09 '22 10:05 wael-fadlallah

I'm not sure whether this is useful. If you are a provider for a service you will usually use your own subscription names with random.arrayElement.

@beninsydney Could you please describe your use-case a bit more?

ST-DDT avatar May 09 '22 11:05 ST-DDT

If you are a provider for a service you will usually use your own subscription names with random.arrayElement.

I agree with this. I don't see any additional benefits in creating a specialised method for subscription plans.

ndianabasi avatar May 17 '22 14:05 ndianabasi

@beninsydney Could you please describe your use-case a bit more?

Creating mockups of subscription software, plan selection screens etc where the plans are fictional or TBD, I use faker for realistic customer information but the existing support for products (faker.commerce.product()) is physical goods rather than online plans.

beninsydney avatar May 18 '22 00:05 beninsydney