Code Monkey home page Code Monkey logo

90d's Introduction

90D

Build Status codecov

Check out our app

https://nine0d.herokuapp.com/


Local Install Instructions

git clone https://github.com/facn2/90D.git
npm install

Contributors

@Wyrd00

@matthewdking


Tech Stack

  • Express
  • Handlebars
  • MongoDB
  • Mongoose
  • Tachyons

User Journey

As a user I want to...

  • Sign up to the app
  • Log in to the app
  • Add a new goal
  • View all my current goals
  • View more details about specific goals
  • Check off the daily goal

Resources

A list of resources that we found useful for this project.

Testing

Tachyons

Post Forms

Passwords

Mongo/Mongoose

Validation

90d's People

Contributors

wyrd00 avatar

Stargazers

 avatar

Watchers

James Cloos avatar Jen Spencer avatar  avatar  avatar

Forkers

wyrd00

90d's Issues

Sign Up

  • create sign up view and route (1h)
  • taking user details and store in database (4h)
  • hash password (1h)
  • redirect to landing page (30m)
  • style (3h)
  • tests (1h)

Project skeleton

  • set up express server #9
  • handlebars #10
  • folder structure #11
  • pre-commit and linter #12
  • database schema #16
  • mongoDB setup #14
  • initialise heroku project #13
  • setup test structure #17
  • setup travis #15

Hash password

Take the user password input and store it in the database

relates #29

Folder structure

  • public
    • assets
    • js
    • tests
  • src
    • controllers
    • database
      • queries
    • views
      • layouts
      • partials
      • helpers
    • tests

Check box for daily goal

  • create check box on goals view
  • update database true/false for check off
  • adds 1 to counter if checked off
  • reset check off in database on new day
  • ensure box is checked if goal has already been checked that day

sign-up tests

  • test data (firstName, lastName, email, password)
  • test statusCode
  • test others

User Journey

As a user I want to

  • Sign up to the app
  • Log in to the app
  • Add a new goal
  • View all my current goals
  • View more details about specific goals
  • Check off the daily goal

Handlebars

  • install handlebar package
  • set up as main view engine (app.js)

View more details about specific goals

  • create view for goal details (2h)
  • click on specific goal and redirect to goal details (2h)
  • query the database and view specific details (4h)
  • create charts (8h)
  • style (3h)

create readme

  • badge for Travis
  • badge for codecov
  • link to site
  • local install instructions
  • contributors
  • tech stack
  • user journey
  • user stories

Add dates

  • get current date and add 90 days
  • show the date on add goal view
  • insert date into database
  • render countdown to goals view

Logout

  • create logout route
  • remove token from cookies
  • redirect to login page

Add a new goal

  • add new goal button and redirect new goal (1h)
  • create new view (4h)
  • user input added to database (6h)
  • redirect to goal viewing page (1h)
  • style (3h)
  • testing (4h)

Style

Make it beautiful with tachyons โœจ

Resources

Add useful resources to the readme as we work on the project.

Chart js

  • get some sorta funky chart on the view all goals page

Database schema

  • decide on what database is storing
  • mongoose
  • create the schema

Log in

  • take email and check against database (4h)
  • check password with hashed password in database (2h)
  • redirect to landing page (1h)
  • style (1h)
  • testing (3h)

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.