Code Monkey home page Code Monkey logo

Comments (4)

walter avatar walter commented on July 19, 2024

Thinking through the technical design here:

  • we base sign up on that of normal users (including email confirmation for sign up), with some additions
  • a user that is a candidate for becoming a "verified" recipient has a person_id that associates the user's account with the corresponding person record
  • we take the user's signed up email and check it against emails we have for people and use that to match the right person_id for the user
  • since emails can be intercepted, etc. the user isn't completely verified as matching the person until a site staff member has manually (called the office of the person or the like) confirmed that person has indeed registered as a user
  • we send an email notification to staff that a user has requested to be verified
  • the site staff member marks the user account as being verified as the person

There are couple areas in this that we may improve in the future:

  • if we don't find a matching email, allow the user to find matching person via office and name perhaps
  • automate more of the verification process that will fall on staff members for now

from askthem.

walter avatar walter commented on July 19, 2024

I need some insight on how to handle this "from the splash page".

Currently this works from the standard sign up page. If a person enters an email address while signing up, we ask them if they are the person that matches and then that is submitted to a staff member to verify.

But that is from the standard, full, sign up page. @davidmooreppf, is that sufficient for the moment?

If not, I'm not sure if we can use the current "splash" page for this as it is tied to the CRM, etc. What are our options?

from askthem.

davidmooreppf avatar davidmooreppf commented on July 19, 2024

As in IRC chat, it's fine for splash page to just go into CRM, and not into production DB on AskThem app. We'll either mail them a /register link when it's time to show the production site preview, or add them manually.

from askthem.

walter avatar walter commented on July 19, 2024

Cool. Read IRC about it. Closing this than.

from askthem.

Related Issues (20)

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.