Giter VIP home page Giter VIP logo

Comments (1)

chrislkeller avatar chrislkeller commented on August 21, 2024

So the map application component of this thing, specifically the controls. Here's what I've come around to after discussions with others…

  • We'll have an index map application and a full-screen application.
  • Each will have the ability to allow the user to toggle layers, search addresses and such.
  • On the index map application, we have a finite amount of space for these controls and a finite amount of space for the map itself.

On the one hand, we need to account for the controls that will be present on launch. On the other we want the ability to add layers over time and controls to filter that information.

We need certainty and flexibility

I propose the index map application component contains:

  • An address search with a radius dropdown and an action (submit) button
  • A checkbox for fault lines
  • A checkbox for county boundaries
  • A call to action indicating more options to explore the map which will link to the full-screen view. (Sean billed it as not as "view this full screen" but rather click here to have even more options with which to explore the data.

On the full-screen application, we'll have the space to be to add additional controls and the space to allow the map to show the results of those controls in a larger context.

As an added bonus, this will also help with data-rendering on the initial page load.

With this approach, we'd know that we need styles for the following:

  • Checkbox
  • Select menu
  • Slider
  • Text input
  • Action button

from calif-earthquakes.

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.