GithubHelp home page GithubHelp logo

k-awe-some / e-feedback Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 2.35 MB

(work-in-progress) MERN-stack | A credit-based email service that lets you collect feedbacks from your customers faster than ever!

Home Page: https://efeedback-app.herokuapp.com

JavaScript 92.58% HTML 7.42%

e-feedback's Introduction

eFeedback

Credit-based email service that lets businesses collect feedbacks from customers faster than ever!

Description

Targeted at start-ups, eFeedback is a campaign management platform that allows its users (from this point referred to as users) to create surveys and email them to their selected customers (from this point referred to as end users). The end users on receiving the surveys will also be provided with different options (usually two) to respond (by clicking the corresponding links) as per survey. The (eFeedback) users will then be informed of the responses' stats thus making meaningful business adjustments.

Getting Started

Prerequisites:

Installation:

  • yarn: Install all the dependencies.
  • yarn run dev: Run app in both server and client sides.

Major Tech Stack

Server:

Client:

Contributing

Pull requests are welcome and appreciated. For major changes, please open an issue first to discuss what you would like to change.

License

This web app is available under MIT.

e-feedback's People

Contributors

dependabot[bot] avatar k-awe-some avatar

Watchers

 avatar  avatar

e-feedback's Issues

Yup's validation on Recipient List not displayin/listing invalid emails

There needs to be a way to display all the invalid email address(es) to make it easier for the user to spot where their input went wrong (eg. when they paste in a list of emails).

Current behaviour

Currently Yup only warns "Invalid email address" if any:

Yup Recipient List validation

In validationSchema.js:

const validationSchema = Yup.object().shape({
  ...
  recipientList: Yup.string()
    .transform(emails => trimEmails(emails))
    .required("Your Survey must have a Recipient List.")
    .test("emails", "Invalid email address", emails => validateEmails(emails))
});

Possible Solution

Using Yup's ValidationError ?! Need to research use cases of this feature.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.