Giter VIP home page Giter VIP logo

Comments (1)

LoneRifle avatar LoneRifle commented on August 20, 2024

Changing this to a form where a user fills up gives us the following benefits

  • As a user is typing the question, we can show other already answered questions (like StackOverflow), so that user can refer to those and get their answers faster.

To my mind, this veers towards Phase 3 and can be counted as scope creep.

We can perhaps reuse the search components to anticipate what the user might be asking for, but we would still need to build out the backend to route the submitted request to the agency.

Alternatively, the form could just generate the corresponding e-mail to send to the agency + ourselves, but this would oblige the user to go through an extra step to send the e-mail, which isn't good UX

  • We can also store what questions users are asking for further analysis (e.g. are these new questions that we should get agencies to create FAQs for, or existing questions such that users are not searching)

As an alternative to storing the questions, we could have ourselves cc'd in the mail sent to agencies with the appropriate parameters added to the mailto: link.

Proposed iterations

I hence propose the following iterations to get to the functionality we want:

  • We will initially add a cc to ourselves for the mailto: link generated for the agency. done
  • A second iteration will present a form to the user to fill up a form that would generate the mail as described above
  • Subsequently, we build out the backend needed to:
    • Initially route the form submission into e-mails, which we then replace with...
    • ... Hold the request as a question to be answered in the application itself

from askgovsg.

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.