Coder Social home page Coder Social logo

planning-todo-list-mvclh's Introduction

User stories;

  1. add a todo
  2. see all todos
  3. update todos
  4. delete one
  5. clear display

Dev plan:

handler controller model view
1 add_todo; read from the UI & call the controller add_todo; add new todo to the model create; save the new todo
2 read_all; call the controller read_all; read all from the model, call the view to display everything read_all; return everything in memory display_all; display all items to the UI
3 update_one; read old item and new value from UI. Call the controller update_one; call the model to update the correct entry, call view to display new todo list update_one; updates the correct entry in memory
4 delete_one; reads user input and calls the controller delete_one; calls the model to delete said item, displays to todo list delete_one; deletes selected item from memory
5 clear_display; calls controller clear_display; calls view clear_display; clears the display

(there is no L in this app, it's all about state and not logic)



planning-todo-list-mvclh's People

Contributors

colevanderswands avatar dleufer avatar

Watchers

James Cloos avatar  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.