Giter VIP home page Giter VIP logo

filtered-list's Introduction

#filtered-list

A simple app where you can give it data from a csv, check things off, and export it as a csv.

##How to use

###1. Import data

Get a CSV file and open it in any text editor. Copy all of that text and paste it into the Import Data text box. Press the "Import" button.

You will then see the headings for the content you imported, select the radio button that corresponds with the column you want to see in the search filter below.

###2. Search through data

Simply type and click or hit enter to add data to the export list. The search filter will search based on any data for a given row in the data you exported. For example, if your data has names and phone numbers, you could display the names and search with the phone numbers. Clicking enter will cause the item at the top of the list to be added to the export list.

###3. Export Data

Once you've moved everything from the search column to the export column you can remove items with the similar search functionality and then click the "Export" button. This will place all of the data that has been added to the export list in a csv format in the export text field. Copy that and save it to a file and you'll have your data!

##Other stuff

###Real-time online

The data is synchronized in real time with our secure servers. So you can have multiple people editing the data simultaneously.

###Password

DON'T forget the password you set in the first place. It's the ONLY way you can access your data...

###More features

We're still in beta. But this should work pretty well...

##License

The MIT License (MIT)

Copyright (c) 2013 Kent C. Dodds

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

filtered-list's People

Contributors

mschultz4 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

mschultz4

filtered-list's Issues

Create User

Allow users to be created in the UI. Use email and password.

Dataset Management

Have a management page where a list of datasets the user can access is shown and users can alter the dataset's properties such as name, admins, and users. This is also where admins will go to export the data.

Create Dataset

Users can create and name datasets. The datasets a user can access are shown to them in a UI. When the user wishes to access a dataset, they click on a link and that dataset is loaded into the filtered-list app. A dataset looks like this:

id: {
  admins: [],
  users: [],
  name: [],
  data: {
    importedData: [],
    column: 0,
    header: [],
    toAdd: [],
    added: []
  }
}

Edit dataset

When a search is not contained in the data, give the user the option to add it to the data as:

  1. Update
  2. Add new row to data

Duplicate Datasets

Allow users of a dataset to duplicate the dataset into a new one. This will make a copy of the data.importedData and the data.column properties and create a new dataset with the copier as the admin.

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.