Code Monkey home page Code Monkey logo

week8's Introduction

Introducing the Canvassing project

Revisiting the Product Requirements Document (PRD)

Product Requirements Documents in the course resources.

In the real world, the process of getting to a PRD may take several days to several weeks, and involve interviewing various stakeholders to really understand the problem that you're trying to solve.

The goal is to be able to form a hypothesis of what needs to be built.

  • Start with who:
    • Best case scenario is that you're talking to the person you're building for -- the person that will be using the tool. Always try to do that.
    • Understanding who they are gives you context for the broad motivations of the person using the tool.
  • Move on to why:
    • What are the goals that the person would like to achieve through the tool?
  • Make a trip through how:
    • What is their process to get what they need to get done now? What's not working in that process?
    • Phrases that I like:
      • "This may be a stupid question, but..."
      • "Tell me about what you did yesterday/the last time you did..."
  • Finally, take a crack at what:
    • Phrases that I like:
      • "If you had a magic wand and could make this tool do one thing..."

Compiling initial requirements is, in part, a process of converging mental models. You want to get to a point where you're reasonably confident that things that are in your stakeholders' heads are the same as the things in your head.

Recap from class:

  • We interviewed me in order to understand what we were going to build for this project. We kept notes on that interview in a document.
  • We synthesized that information into a collaboratively-developed PRD.

Next time: Browser APIs

  • API: Application Programming Interface

    • An "interface" is a way for two systems to communicate with each other. A "user interface" is a way for a user (system #1) to intereact with a program (system #2). An "application programming interface (API)" is a way for one program to interact with another program. A browser API is a way for your application to interact with various things that the browser provides for you. See below for some examples.
  • Fetch API (redux)

    The Fetch API provides an interface for fetching resources (including across the network). It ... provides a more powerful and flexible feature set [than previous built-in methods for fetching data].

  • Geolocation API

    The Geolocation API allows the user to provide their location to web applications if they so desire.

  • Web Storage API

    The Web Storage API provides mechanisms by which browsers can store key/value pairs, in a much more intuitive fashion than using cookies. localStorage ... persists even when the browser is closed and reopened.

  • History API

    [The History API] exposes useful methods and properties that let you navigate back and forth through the user's history, and manipulate the contents of the history stack.

week8's People

Contributors

mjumbewu avatar

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.