-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotes.txt
32 lines (25 loc) · 1 KB
/
notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
6/18
---Completed Planning
---Added Preliminary Models
---Created Migrations and Schema
---Set Up Associations
6/21
---Set up basic signup structure
---Set up basic login/logout structure
---User can sign up for an account, login to that account and log out of that account
---Added Story Controller and basic actions
6/22
---Tried to fix create method in StoriesController, but Story object still won't save. Moving onto another model for now.
---Started work on WorldsController and views. World won't create - won't assign id.
---Fixed issue with StoriesController. User can create, edit and show a story!
6/24
---Fixed save issue in WorldsController
---Added Edit Forms for Stories and Worlds
---Created new action and form partial for CharactersController
6/25
---Changed associations to better fit new design flow.
---Updated views to function with new associations
TODO:
--- Add a views helper for conditionals within views?
--- Double check app DRYness.
--- Record Video Demo.