Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.83 KB

seeds.md

File metadata and controls

39 lines (26 loc) · 1.83 KB

Database seeds for local development

The goal of the database seeds is to make local development easier. They help create an environment that is representative, but not a replica, of production.

Users

The password for all accounts is password.

Developers

The "named" developers cover most states of each field on the profile. There are also 20 developers that are randomized to encourage testing of pagination.

Businesses

  • [email protected] - The "core" business with an active subscription, in a conversation with a developer, and has sent and received messages.
  • [email protected] - A business with a complete profile but no subscription.
  • [email protected] - This business was marked as spam and is hidden.
  • [email protected] - This account has been suspended and they cannot use the site.

Admins

There is one admin account that is not associated with a developer nor a business.

[email protected]

Other seeds

There are also seeds for conversations, messages, invoice requests, celebration package requests, and specialties. View these in /db/seeds/.