Giter Site home page Giter Site logo

add Dynalist integration about ist HOT 3 CLOSED

fekketcantenel avatar fekketcantenel commented on May 28, 2024
add Dynalist integration

from ist.

Comments (3)

FekketCantenel avatar FekketCantenel commented on May 28, 2024
  • go over Dynalist notes
  • check if comment is a Dynalist URL
  • add input field to auth offer
  • sanitize provided token, leaving some characters
  • save token as a secure cookie
  • in getDynalistContent(), first check for cookie
  • get document using comment URL
  • create new object that excludes checked items
  • read nodes into an object
  • hide comment that provided Dynalist URL
  • display list as unordered list
    • convert object to HTML
    • display document as a comment
  • create menu offering list mechanisms
    • generate five buttons (including link to document)
    • center menu
  • move all code to new ist.fn.dyn.js file
  • style Dynalist secret submit button (rename to a button?)
  • move completed tasks to comment

from ist.

FekketCantenel avatar FekketCantenel commented on May 28, 2024
  • repeatable checklist (displays all items one at a time)
    • clicking button sets cookie and reloads
    • check for the cookie, go through switch
    • highlight corresponding button
    • by default, display document
    • if cookie value is checklist, hide all but first
    • add '.check' button to each node
    • remove bullet points on top-level items
    • add event to check buttons, $(this).parent().parent().next("li").toggle();
    • on checking last item, prompt to mark task done or reload to start over
    • test with nested list
    • test with flat list
  • highlight button for current view (default is document)
  • to store settings for multiple tasks, cookie storage/check should include task.id

from ist.

FekketCantenel avatar FekketCantenel commented on May 28, 2024
  • implement rotating list (displays one item at a time, sends it to the bottom when completed)
    • change 'done' button to different name
    • set up its event
    • send command using Dynalist API's move
    • reload page
  • implement project list (checks item 'done' in Dynalist upon completion)
    • finds first deepest unchecked node
    • display node
    • show breadcrumb sequence of parents
    • when marked done in Ist, mark done in Dynalist
    • reload page

from ist.

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.