-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adriana's TaskMaster Salty-Ocean #4
base: master
Are you sure you want to change the base?
Conversation
…r all pages in application.html.erb. Added in my data in index.html.erb and updated all the names so correct things were displayed
…elete,add but now to start the railsy way of doing it
…ectly. updated the controller to add in date completed time. made a radio button instead of a select box which destroyed all the things
…Made status always default to Not Started by doing a migration
…tatement so that when a date is completed, it puts it to the very bottom of the list.
…to tasks. Added associations. In partials, added a belongs to field. Restarted database and reseeded data
…as well as showing extra data for each person.
…e correct person at the time. formatted
|
||
/*label.radio { | ||
padding: 0 60px; | ||
}*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove commented out code before PRs
My #1 advice for PRs would be to do a quick check over your code before you submit, and pull out anything that is extraneous: commented out code, notes you made to yourself, code that isn't used anymore, etc. Great job with you first rails project! 🎉🎉🎉 |
All requirements were finished. I am happy that I got the date to work in a more functional manner. I was also able to make data that was completed go to the bottom of the page. I feel like I fought this assignment the whole way through, so not sure if I did any super fun things, I'm just happy that it's working the way I wanted it to as well as the styling looked the way that I wanted it to.