Team254 / cheesy-parts

Part management database written for the 2013 season.
BSD 2-Clause "Simplified" License
22 stars 45 forks source link

Issue #3,#11 New Part Statuses & Dashboard links #15

Closed Qube5 closed 4 years ago

Qube5 commented 8 years ago

Full disclosure: I'm not sure I did this right or did everything I had to to make it work properly. I just tried to follow the pattern to add more options.

I tried to add functionality to the drop down menu on dashboard to include a link to a dashboard page with all parts (including assemblies and "done" items). I also wanted it to have a link to "parts in progress" clearly defined. (Right now, clicking 'filter by status' goes to the parts in progress page, but an explicit item would be nice. I think I figured it out correctly, but I might not have; I'm still slowly picking up Ruby. Just delete everything if I did it wrong.

I tried to add functionality to include the creator's name automatically. I'm not sure I did this correctly. I need to figure out how to test my code.