All files / app/components/ContributorForm constants.ts

100% Statements 44/44
100% Branches 0/0
100% Functions 0/0
100% Lines 34/34

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 833x 3x 3x 3x 3x   3x 3x                                                                             3x 3x 3x 3x   3x 3x 3x 3x   3x 3x   3x 3x 3x 3x   3x 3x 3x   3x 3x   3x   3x 3x   3x 3x   3x 3x 3x  
export const CONTRIBUTE = "Sign up to volunteer with Couchers.org";
export const JOIN_THE_TEAM =
  "Join the worldwide team of couch surfers bringing this community-run platform to life";
export const YOU_CAN_ALSO =
  "You can also sign up or log in first and fill in this form on the dashboard. That way you don't need to enter your basic details again!";
 
export const CONTRIBUTE_WAYS_LABEL = "What skills do you have?";
export const CONTRIBUTE_WAYS_OPTIONS = [
  {
    name: "community",
    description: "Community organizing (events, moderation, outreach, etc)",
  },
  {
    name: "blog",
    description: "Blog writing",
  },
  {
    name: "translation",
    description: "Translating (write language and experience below)",
  },
  {
    name: "design",
    description: "Design (graphic/UI/UX)",
  },
  {
    name: "marketing",
    description: "Marketing (digital/content/social media)",
  },
  {
    name: "mobile",
    description: "Mobile Development (React Native)",
  },
  {
    name: "backend",
    description: "Backend Development (python/gRPC/postgres)",
  },
  {
    name: "web",
    description: "Web Development (TS/React)",
  },
  {
    name: "other",
    description: "Other",
  },
];
 
export const EXPERTISE_LABEL =
  "What expertise do you have in this area(s)? Feel free to share a link to your portfolio, github, linkedin, etc.";
export const EXPERTISE_HELPER =
  "Have technical or community/non-profit experience? Anything else you think could get us moving forward?";
 
export const EXPERIENCE_LABEL =
  "Briefly describe your experience as a couch surfer.";
export const EXPERIENCE_HELPER =
  "How many times you've surfed, hosted, etc. Have you been part of communities? Anything else you'd like to tell us.";
 
export const QUESTIONS_OPTIONAL =
  "All questions below are optional. Let us know what's important to you and what you think we should concentrate on.";
 
export const IDEAS_LABEL =
  "What improvements on Couchsurfing™ would you like to see?";
export const IDEAS_HELPER =
  "Feel free to describe any problems you've had or experienced with other platforms, and what you'd like to see done about them.";
 
export const FEATURES_LABEL = "Which features are most important to you?";
export const FEATURES_HELPER =
  "Do you care about hosting or surfing? Events or hangouts?";
 
export const CONTRIBUTE_LABEL = "Would you like to contribute to Couchers.org?";
export const CONTRIBUTE_OPTIONS = ["Yes", "Maybe", "No"] as const;
 
export const SUBMIT = "Submit";
 
export const SUCCESS_MSG =
  "Thank you. We appreciate you taking the time to help us build Couchers.org!";
 
export const PLEASE_SIGN_UP = "Please continue by signing up for the app.";
export const SIGN_UP = "Sign up for the app";
 
export const ALREADY_FILLED_IN =
  "You've already filled in the contributor form. Thanks! If you'd like to fill it in again, please click the below button.";
export const FILL_IN_AGAIN = "Fill the form in again";