fakefarm / note

0 stars 0 forks source link

MVP 0.0.1 #1

Open fakefarm opened 8 years ago

fakefarm commented 8 years ago

Overview

A note taking app.

Features

Sign on with OAuth2

CRU(soft)D a note from UI

Password reset

Admin View can delete users

Export notes as json

Tech

User
email
first_name
last_name
admin:bool
Note
user_id:references
body:text
deleted:bool

Wireframes

screen shot 2016-08-11 at 12 22 48 pm screen shot 2016-08-11 at 12 28 47 pm screen shot 2016-08-11 at 12 32 06 pm

screen shot 2016-08-11 at 12 22 58 pm

TODO

fakefarm commented 8 years ago

@nbolser,

#Javascript

I know the cool kids are all talking about JS frameworks but I’m going to stick to the Rails way of handling JS with erb. Something like what's described in this post