1
0
mirror of https://github.com/fspc/BikeShed-1.git synced 2025-02-28 16:53:23 -05:00

31 Commits

Author SHA1 Message Date
Jason Denney
ad26dab160 Finished adding default Bike task list 2013-02-09 22:34:56 -05:00
Jason Denney
545c33b953 Added TaskList and Task migrations and models 2013-02-08 22:10:52 -05:00
Jason Denney
873bccb030 Completed adding transactions 2013-02-02 14:08:42 -05:00
Jason Denney
55d0b8f2f7 Some Transactions view adjustments
-moved js to customers and users components, in order to use accordion.
-Made the transaction form a little prettier
2013-01-23 00:09:39 -05:00
Jason Denney
2d51bd1d9a Creating Transactions works
-Need to scope transactions for users
-Only Admins should be able to create transactions
2013-01-20 16:14:53 -05:00
Jason Denney
1b7daa45ca Nested isn't working, another approach, add trans validations
User a transactions border, select the customer from a view of users and customers
2013-01-20 14:57:43 -05:00
Jason Denney
31935f6f7e Nested attributes on Transactions isn't working so well 2013-01-20 13:52:47 -05:00
Jason Denney
d95f51eeca Created customers 2013-01-20 13:52:19 -05:00
Jason Denney
11e738b428 Adding transactions
-Need to create a customers table to store contact information of customers who are not a user.
-Need to scope "User Transactions" for users, staff, and admin. Need to have a "All Shop Transactions" tab.
-Need to add conditional UX to form.
2013-01-19 15:59:47 -05:00
Jason Denney
6918520b01 Make create user let users enter address info, only require phone num 2013-01-06 22:43:40 -05:00
Jason Denney
c00c8fa3df Fixed user profiles and added NOTE action to bike_logs 2013-01-05 14:01:26 -05:00
Jason Denney
3ac630f9f3 Round hours on stats page 2013-01-01 20:49:30 -05:00
Jason Denney
189137ba9d Almost usable, still a lot of work left
-Moved bikes to User model instead of profile
-User can copy user log to a bike log with new actsasloggable
-Added user stats
-some css was messing up checkboxes, need to figure out which stylesheet was doing that
2012-12-31 15:38:34 -05:00
Jason Denney
922af526c1 Order bike brands and models alphabetically 2012-12-29 16:22:46 -05:00
Jason Denney
db9982dcd2 Added user roles and authentication, sign in/out 2012-12-29 16:22:24 -05:00
Jason Denney
4ebcbca081 Still a work in progress 2012-12-26 21:21:58 -05:00
Jason Denney
d7f5eb26bf Experimenting with Netzke/ ExtJS 2012-12-23 09:02:07 -05:00
Jason Denney
d5b312fa54 Add users resources and paginate users index 2012-12-17 22:24:31 -05:00
Jason Denney
c98c53de76 Got logs working for users and bikes
Not my best work, but it works, need to add transactions, need to add edit/show actions
2012-12-14 00:03:11 -05:00
Jason Denney
b4f2abf05f Rename models to singular 2012-12-09 16:26:12 -05:00
Jason Denney
4e6abf4a52 Needed some to_s 2012-12-09 14:27:07 -05:00
Jason Denney
d3c466761e Add bike routes, controller, and views. Update model. 2012-12-09 14:26:58 -05:00
Jason Denney
2876a20148 Edit to brand and model models 2012-12-08 16:56:16 -05:00
Jason Denney
29af72787b Add Bike Style model and defaults 2012-12-08 16:36:29 -05:00
Jason Denney
128cf32bfa set per_page for bike brand 2012-12-08 16:35:13 -05:00
Jason Denney
ff640580be Add BikeBrand and BikeModel models 2012-12-08 15:00:43 -05:00
Jason Denney
718b04e7c0 Remove set_fixture_class, that's not how it's used 2012-12-07 10:34:49 -05:00
Jason Denney
351f303532 Adding some actsasloggable models (to be included by gem eventually) 2012-12-06 17:14:05 -05:00
Jason Denney
575651a325 Adding some Bike models 2012-12-06 17:13:39 -05:00
Jason Denney
f7d36328a5 First start at Bike Model 2012-12-05 09:25:26 -05:00
Jason Denney
aa3ed3d43b git init 2012-12-04 00:46:15 -05:00