nivram80 / the-nag

A Rails planning application.
http://the-nag-app.herokuapp.com/
0 stars 0 forks source link

Project Plan #2

Open danwells opened 10 years ago

danwells commented 10 years ago

Planning Steps for the Project

(Should follow the project requirements.)

danwells commented 10 years ago

Named person should concentrate on that part of the plan but everyone should contribute in all areas. Jay - concentrate on tasks model Kait - concentrate on groups model Todd - concentrate on events model Dan - concentrate on users model

Planning areas (from requirements):

danwells commented 10 years ago

Snapshot of our Planning Board

Not sure if it will be helpful for planning, but there it is. photo

danwells commented 10 years ago

Project Description

A web application that provides user services for creating, customizing, and storing "to do" checklists for various events.

danwells commented 10 years ago

View Requirements

Root view

Dashboard

dashboard

User views

edit account page

Sign up views

sign up page

Login views

sign in page

create group page edit group page

danwells commented 10 years ago

Controller Requirements

danwells commented 10 years ago

Security Issues

danwells commented 10 years ago

TO DO

kaitlynhova commented 10 years ago

Model Requirements

User class - users table

id fname lname email phone password_digest
integer string string string string

Event class - events table

id name due user_id
integer string date integer

Group class - groups table

id name event_id
integer string integer

Task class - tasks table

id description done category_id
integer string boolean integer