Notes - GregM1991/notesOnRails GitHub Wiki

Notes on Rails

A note creating/taking application that nests notes in notebooks. A note will consist of a title, body and date and users can assign cover photos to their notes. Users wi

Hey doodsWhats up wahts up

Entity relationship diagram (do this first) Git collaboration Every single team member needs to open 2 pull requests CRUD functionality for at least 1 entity Users with devise Image uploads with S3 A README with 100 words that describes what the project is Deploy your app to Heroku, you should deploy your app everyday, someone should be in charge of this

Login > Notebooks > Notes

User Id First Name Last Name Email Password

Notebook Name User id (reference) Date created? Notes

Notes Title Body Date Cover photo (picture) Notebook id (reference)

User story: Login to app, enter onto a page with all your notebooks laid out in front of you. I expect to be able to create a new notebook, as well as enter into a notebook and create a note from there. Show a notebook, and all the notes within. Show a note Edit a note and save the changes. Delete a note.