Jason Denney
9021294c4b
Auth by username instead of email
Added username to User table/model
12 years ago
darmock
f34def2c09
Store role_id as an integer instead of a string
12 years ago
Jason Denney
a083ed715b
Renamed UserRoles to UserRole Joins, Needed ID column in user_role_joins table
12 years ago
Jason Denney
91bb2ea43e
Changing UserRole to UserRoleJoin
Beware, this breaks the view for some reason
12 years ago
John N. Milner
a3fcdec10c
WIP adding user roles view; adding end datetime to user roles
12 years ago
John N. Milner
941f7a267b
Add migration to accompany 55fbd06305
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
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
4ebcbca081
Still a work in progress
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
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