John N. Milner
941f7a267b
Add migration to accompany 55fbd06305
12 years ago
John N. Milner
55fbd06305
Closes #1
12 years ago
Jason Denney
ad26dab160
Finished adding default Bike task list
12 years ago
Jason Denney
545c33b953
Added TaskList and Task migrations and models
12 years ago
Jason Denney
2d51bd1d9a
Creating Transactions works
-Need to scope transactions for users
-Only Admins should be able to create transactions
12 years ago
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
12 years ago
Jason Denney
d95f51eeca
Created customers
12 years ago
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.
12 years ago
Jason Denney
aa3658ec63
fix wrong id in fixtures
12 years ago
Jason Denney
c00c8fa3df
Fixed user profiles and added NOTE action to bike_logs
12 years ago
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
12 years ago
Jason Denney
db9982dcd2
Added user roles and authentication, sign in/out
12 years ago
Jason Denney
3f850d61f1
Added extra status to bike statuses
12 years ago
Jason Denney
4ebcbca081
Still a work in progress
12 years ago
Jason Denney
d7f5eb26bf
Experimenting with Netzke/ ExtJS
12 years ago
Jason Denney
939ea5b9db
Refactored log controller, added log editing
Refactored log controller, added log editing
12 years ago
Jason Denney
b2eefd8163
actsasloggable transaction actions fixtures, resources, controller, and views
12 years ago
Jason Denney
139f5ccf9b
ActsAsLoggable User Actions fixtures, resources, controller, and views
12 years ago
Jason Denney
885caefaf7
Create factory for seeding db with fake bikes, update seeds.rb
12 years ago
Jason Denney
29af72787b
Add Bike Style model and defaults
12 years ago
Jason Denney
0d5b93b0b1
fix if in seeds.rb
12 years ago
Jason Denney
3ce2cef2f6
Add extra default condition
12 years ago
Jason Denney
a307d5f6d5
Load bike brands and models into sqlite3, This will work for now
12 years ago
Jason Denney
7bf4c4d601
Added bike_brands and bike_models sql data
-Update some migrations to match source schema, will need to add timestamps back eventually
12 years ago
Jason Denney
6937cc3146
Added sql for bike brands and their models
12 years ago
Jason Denney
609870c264
removing puts, and fixing File.join
12 years ago
Jason Denney
7ba1ef6225
move test/fixtures to db/seed/fixtures since they are only used for seeding, not testing.
12 years ago
Jason Denney
c99d1e5f55
Can now seed via rake db:seed
Only using fixtures for seeding, using factories for testing.
-For some reason, module fixtures won't auto create dates, must include updated_at and created_at dates in fixture.
12 years ago
Jason Denney
56da361bca
Edit migration to allow a user to own a bike
12 years ago
Jason Denney
70b7b33909
Adding transaction migration
12 years ago
Jason Denney
34c13a7717
Make sure some columns are never null.
12 years ago
Jason Denney
312fa7d787
Adding bike attribute tables migrations
12 years ago
Jason Denney
2ac1b7dcd9
formatting
12 years ago
Jason Denney
8f276b6ffc
Added bike_statuses.
12 years ago
Jason Denney
d6622b1bbd
Add User Profile migration
12 years ago
Jason Denney
219d7616c6
Add bike migration
12 years ago
Jason Denney
ea8dd6842c
Adding acts_as_loggable migrations
12 years ago
Jason Denney
aa3ed3d43b
git init
12 years ago