Giter Club home page Giter Club logo

minimalist's Introduction

minimalist's People

Contributors

mshwery avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

minimalist's Issues

Add twitter signin.

Have to figure out how you want to handle existing lists...

For account-oriented lists, you'll want to privatize the lists, or still keep them shareable?

Do you want to generate unique access urls for each list?

Investigate swipeleft to delete (or to expose delete button)

  1. swiperight to complete > swipeleft to undo > swipeleft again to delete (or expose delete button)
  2. on an uncompleted item: swipeleft to delete (or expose delete button)

Basically the swipe only shows delete if it isn't complete. If it's complete you have to undo it to delete it... is that good? Good enough for now.

The list needs to maintain sort order

use a backbone comparator function based on ... created_at ? (since you dont want the list to reorder every time you update an item's attributes.)

Edit mode should maintain height

on long entries, edit mode should maintain height and the text should be in the identical position.

Probably need to use textarea's and use JS to determine the height. height should readjust bigger or smaller as necessary.

Investigate API

Should probably serve a static public/index.html page on all routes except home.

Everything else should respond with json??

Investigate how to ensure json is served at routes, but that the html page always loads on refresh or back/forward in browser.

Create rake task that removes inactive / unused lists

Need a disclaimer to tell people that empty lists will be removed after a certain time of inactivity.

class Stack
   has_many :lists
end

class List
   belongs_to :stack
end

use:

empty_stacks = Stack.includes(:lists).where( :lists => { :stack_id => nil } )
empty_stacks.map { |stack| stack.destroy }

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.