Giter Site home page Giter Site logo

hadryan / day26-backendless Goto Github PK

View Code? Open in Web Editor NEW

This project forked from andrestiy/day26-backendless

0.0 2.0 0.0 69 KB

Using Backendless to create To Do List

Home Page: http://www.dres-day26-hw.surge.sh/

JavaScript 81.09% HTML 3.43% CSS 15.48%

day26-backendless's Introduction

Day 26 HW, Task Management App with Backendless

Explorer Mode

Explorer Mode

  • Use fresh clone of webpack
  • Refer to notes and redux chat app to set up store and reducer
  • Create a web app that requires user to login in order to use
  • Once logged in, user should be able to create a new Task with a form
    • A Task should have a name, description, state, important, and due date fields
    • 5 Fields Total
    • Create this table on backendless with all the appropriate constraints and types
  • A user should be able to see a list of all their tasks in tabular format. User should NOT be able to see any tasks created by another user

Backendless

  • Need to be able to login as a user
  • Need to be able to request data from server
  • Need to save a record to the Database
  • To make any requests to backendless, I will need these 3 things that need to be stored in the app somewhere

Getting Started

  • Initial State?
  • Events?
  • Model(s)?
  • User Actions/Inputs will occur on each Views?
  • What endpoints will I use to access/persist data?

MVC

MODEL

  • user: string noun
  • token
  • AJAX CALLS
  • Task: String
  • Started: Boolean
  • Important: Boolean
  • Due Date: Date and Time
  • Description: string
  • Complete: Boolean

VIEW

  • login view
    • has a username and password input fields, login button
  • task page view
    • has task name, description, state, important, due date

CONTROLLER

  • when: user clicks login
  • what: user sees task page
  • need to model out actions effeciently

Currently Working On

  • add/hide Important Tag
  • make complete button functional

day26-backendless's People

Contributors

andrestiy avatar

Watchers

 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.