FreckledPapaya / Activistbrite

Eventbrite clone with an activist edge
0 stars 0 forks source link

PA Review: Events CRUD #4

Open FreckledPapaya opened 5 years ago

FreckledPapaya commented 5 years ago
FreckledPapaya commented 5 years ago

(notes for myself) steps: migration and model with associations (add to user model) -don't include category_id column yet -test in rails c -seed api routes and controller methods for all CRUD actions (exc new/edit) -test in postman frontend routes in util actions (NAME CAREFULLY) reducer (add to root) components (plan out html divs before writing render) -index, index item (functional), show page (empty divs for optional data) -add user show page before create and edit forms STYLE IT

FreckledPapaya commented 5 years ago

active storage

https://open.appacademy.io/learn/full-stack-in-person/react/active-storage-and-aws-s3-hosting-demo

FreckledPapaya commented 5 years ago

question - convert snake_case to camelCase?