-
Notifications
You must be signed in to change notification settings - Fork 27
Hardhat table #329
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
Hardhat table #329
Conversation
a. A builder cannot get a hardhat if they already have a tool checked out (may be too broad) b. No two checkouts can be active for the same tool.
app/views/tools/index.html.erb
Outdated
| <%= link_to 'Radio', tools_path(type: 'radio') %> | ||
| </li> | ||
| </ul> | ||
| </div> |
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.
I would rethink the UX here a little bit; binder.springcarnival.org/tools currently has a broken version of this as a dropdown menu, I think you could take inspiration from this (maybe don't include the "checked out status" dropdown though)
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.
…ge look, fix index with new abilities, make index page load faster
|
I think my rebase may not have been the best idea.. Should probably study github again. Sorry for the massive ammount of commits |
Added a way to change tool table to show different types of tool (tool, hardhat, radio). Probably could have better use of language.
