-
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
taskmaster rails project #17
base: master
Are you sure you want to change the base?
Conversation
…ex, and show each one individually
…et params to make sure i dont get hacked
…de in gimp - it will need to be upgraded pronto but i just wanted to see it work
… uncompleted tasks
// display: row; | ||
// // padding: 20px; | ||
// } | ||
|
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.
It's a good habit to remove unused code that's commented out to clean up your files - if you need to look back at it later it'll be in your commit history :)
<li> | ||
<span class="name"><%= link_to person.name , "/people/#{person.id}"%></span> | ||
Tasks left: <%= person.tasks.where(completed: nil).count %> | ||
</li> |
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.
Careful with indentations here!
Great job on your first Rails project! It looks great and it's awesome how much you can do in a week with a new framework. If you have any questions, let me know! |
https://ds-taskmaster.herokuapp.com/
I can't believe how much we've done in the last few weeks, this whole project would have seemed like total nonsense not too long ago.