Commit Graph

526 Commits

Author SHA1 Message Date
8466139224 [paperwork] Add generation of certification PDFs from wiki pages 2022-07-21 15:45:59 -04:00
596a3cbbe6 Bump dependencies 2022-07-19 14:56:48 -04:00
9932a8dfa9 [rentals] Add notes field to locker index dropdowns 2022-05-05 17:30:58 -04:00
e14e57c39e [rentals] Use django-autocomplete-light for locker renter selection
This primarily to make the list of members not block/slow down
loading excessively, as it was currently doing
2022-05-05 17:23:36 -04:00
8eba17af13 [rentals] Clear locker forms when dropdown menus are closed 2022-05-05 17:23:36 -04:00
a0962efe07 Add footer block to base template 2022-05-05 17:23:36 -04:00
ef88601076 [rentals] Fix broken template in lockers.dj.html 2022-05-05 17:23:33 -04:00
f9fff4a49e Bump dependencies 2022-05-05 02:13:48 -04:00
88368466e8 [rentals] Make locker grid display box sizes more reactive 2022-03-15 22:17:53 -04:00
87df8d460c [rentals] Allow reserving lockers for internal makerspace use 2022-03-15 21:59:48 -04:00
3225f2ff87 [rentals] Don't close locker pop up when clicked inside 2022-03-15 21:50:46 -04:00
43d3f5dffa [rentals] Wrap long names in locker grid list 2022-03-15 21:50:46 -04:00
5ae60be3b4 [rentals] Use widget_tweaks to apply CSS classes to form fields
... instead of subclassing ModelForm to apply a class to all fields
2022-03-15 21:50:43 -04:00
6fad8d534e [paperwork] Add explicit backend to User.with_perms call 2022-03-15 14:29:37 -04:00
5ea485abf0 [paperwork] Send admin cert emails to specific permission, not all staff
Closes #2
2022-03-11 15:43:57 -05:00
485c4f0806 [paperwork] Add migration to fix id field type on CertificationVersion 2022-03-11 15:43:52 -05:00
888e47e84b [paperwork] Fix various bugs in certification email sending 2022-02-24 21:59:32 -05:00
e81170204f [paperwork] Fix Certification admin search fields 2022-02-24 18:41:53 -05:00
fb738441d2 [rentals] Show notes in changelist of LockerInfo 2022-02-18 15:35:03 -05:00
6326972b8f [rentals] Make LockerInfo blind code and bitting code editable in changelist 2022-02-18 15:33:27 -05:00
7e0a5fc609 [rentals] Add Notes field to LockerInfo 2022-02-18 14:55:57 -05:00
8b5489bc6f [rentals] Use select_related in LockerInfo admin to improve load times 2022-02-18 13:18:36 -05:00
81377a8a87 [rentals] Allow sorting LockerInfos by address 2022-02-18 13:17:08 -05:00
3b8d97573f [rentals] Fix form field ids in lockerIndex view 2022-02-17 00:07:36 -05:00
0427c3f565 Add config for debug_toolbar when in dev/DEBUG mode 2022-02-16 23:01:25 -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
937646798a Add django-debug-toolbar dev dependency 2022-02-16 21:56:52 -05:00
55bccb930f Add a pdm script to run code formatters 2022-02-16 17:12:30 -05:00
24e8bf819b [rentals] Store more info on lockers and allow editing via front end 2022-02-16 17:12:30 -05:00
83c97197a7 Add a README and sample development settings file 2022-02-15 23:06:55 -05:00
187e958b60 [paperwork] Use a ListView for member certifications 2022-02-15 21:43:19 -05:00
f3a262f56f [paperwork] Add very basic per-member certification view 2022-02-15 17:12:06 -05:00
c23397c102 Remove "Transaction" migration for membershipworks
That table shouldn't be implemented yet :(
2022-02-15 16:35:10 -05:00
60217a600b Add setuptools to server dependencies, as collectstatic needs it 2022-02-15 16:33:45 -05:00
c7037d3621 Add missing bleach dependency 2022-02-15 16:16:49 -05:00
a9ad48bd2e Add /markdownx/ to gitignore 2022-02-14 16:27:59 -05:00
be4344f956 [paperwork] Move email templates to subfolder 2022-02-14 16:26:57 -05:00
ce2f656805 Remove router for paperwork (just use default db instead) 2022-02-14 16:26:57 -05:00
52feb2d0b2 Merge remote-tracking branch 'paperwork/main' 2022-02-14 16:26:57 -05:00
1f5ffcc5d3 [paperwork] Add admin action to send notification emails for new certifications 2022-02-14 11:05:35 -05:00
61fc2386e5 Make initial migration for membershipworks app
Also retroactively make it a dependency for paperwork migrations
2022-02-12 00:10:01 -05:00
f92a08c851 Switch from Pipenv to PDM 2022-02-12 00:03:11 -05:00
35f714760d Add/apply black formatter 2022-02-11 23:50:46 -05:00
d50cec383e Add complete Member, Flag, and MemberFlag models 2022-02-10 17:00:44 -05:00
9997c129ff Add some display and filtering options to paperwork admin 2022-02-08 13:54:35 -05:00
c77b02cdf3 Show messages in base template 2022-02-07 19:48:08 -05:00
81d12f86a9 Add missing notes field to Certifications 2022-02-04 17:14:17 -05:00
a586688653 Add Certification Version model, moving existing data to it 2022-02-04 16:30:52 -05:00
da8417c12b Define DEFAULT_AUTO_FIELD 2022-02-04 15:44:10 -05:00
4ac3fd1806 Add django-admin-logs app for viewing admin history 2022-02-04 11:12:26 -05:00