Commit Graph

13 Commits

Author SHA1 Message Date
d8e6a69719 Apply ruff lint rule DJ012 for model internals ordering 2024-06-07 09:36:49 -04:00
02777265b0 Switch from Black to Ruff for formatting, add linting/import sorting 2024-01-18 14:21:36 -05:00
87df8d460c [rentals] Allow reserving lockers for internal makerspace use 2022-03-15 21:59:48 -04:00
7e0a5fc609 [rentals] Add Notes field to LockerInfo 2022-02-18 14:55:57 -05:00
81377a8a87 [rentals] Allow sorting LockerInfos by address 2022-02-18 13:17:08 -05:00
ff723e019d [rentals] Simplify locker index view/template rendering
Also create locker info instances when a new locker unit is created
2022-02-16 22:45:39 -05:00
24e8bf819b [rentals] Store more info on lockers and allow editing via front end 2022-02-16 17:12:30 -05:00
c79a748720 Change LockerRental address to just include column letter and number 2022-01-28 17:03:55 -05:00
bd9ce2457b rentals: Reverse ordering of locker numbers
Because for some reason, our lockers are numbered right to left
2022-01-28 15:59:54 -05:00
d41dc9044c rentals: Add __str__() for LockerUnit 2022-01-27 17:14:44 -05:00
91255cb06c rentals: Change numbering scheme to match reality 2022-01-27 17:14:44 -05:00
ecdd2f861c Add and apply black formatter 2022-01-25 00:56:30 -05:00
0d34d4832a Add first attempt at locker rental management 2022-01-25 00:56:11 -05:00