358 Commits

Author SHA1 Message Date
7dc93c9802 Merge pull request 'Calendar-attendance-fix' (#108) from Calendar-attendance-fix into main
All checks were successful
Continuous Integration / Update Development (push) Successful in 2m24s
Continuous Deployment / Update Deployment (push) Successful in 2m41s
Reviewed-on: #108
0.4.0
2025-12-16 01:31:28 -06:00
0969d96e82 removed nuisance logging 2025-12-16 02:32:05 -05:00
89ee1899e0 fixed user store references 2025-12-16 02:30:54 -05:00
754ddd11d4 fixed calendar attendance grouping 2025-12-16 02:18:01 -05:00
2902404d2e Merge pull request 'possible fix for login loop by removing hardcoded address' (#107) from Application-Flow-Fix into main
All checks were successful
Continuous Integration / Update Development (push) Successful in 2m54s
Reviewed-on: #107
2025-12-16 00:58:13 -06:00
8006f4f737 possible fix for login loop by removing hardcoded address 2025-12-16 01:59:13 -05:00
f7f2d1be8b Merge pull request '69-Navbar-user' (#106) from 69-Navbar-user into main
All checks were successful
Continuous Integration / Update Development (push) Successful in 2m27s
Reviewed-on: #106
2025-12-16 00:45:12 -06:00
5cbe0e6c7f overhauled client member management system 2025-12-16 01:45:45 -05:00
04ad7a8f14 removed nuisance logging again 2025-12-16 01:04:54 -05:00
cf37e5d01c Merge pull request '47-Training-Report-Input-Upgrade' (#105) from 47-Training-Report-Input-Upgrade into main
All checks were successful
Continuous Integration / Update Development (push) Successful in 2m45s
Reviewed-on: #105
2025-12-16 00:00:04 -06:00
ee7d70bbe0 added descriptions to attendee options 2025-12-16 00:59:59 -05:00
9e469013c7 implemented pagination for training reports 2025-12-16 00:23:59 -05:00
627f6bfe3d overhauled training report fields to use new searchable system 2025-12-15 23:02:22 -05:00
94fac645af Merge pull request '83-LOA-Feedback' (#104) from 83-LOA-Feedback into main
All checks were successful
Continuous Integration / Update Development (push) Successful in 2m42s
Reviewed-on: #104
2025-12-15 19:28:09 -06:00
1eef9145a4 implemented pagination, header polish, and new display fixes 2025-12-15 20:28:14 -05:00
fd94a5f261 added support for ended_at 2025-12-15 19:12:02 -05:00
2a0d7c2ff2 implemented expandable LOA details 2025-12-15 19:06:07 -05:00
8aaaea5ed0 updated button semantics 2025-12-15 17:28:04 -05:00
45aa59d54a Updated end/cancel button wording 2025-12-15 17:18:49 -05:00
cf8113000f added submit feedback to LOA form 2025-12-15 16:44:48 -05:00
90e7a925ec Merge pull request 'Exit calendar view during loading' (#103) from 99-Loading-Screens into main
All checks were successful
Continuous Integration / Update Development (push) Successful in 2m4s
Reviewed-on: #103
2025-12-15 15:05:40 -06:00
10fea0982f Merge branch 'main' into 99-Loading-Screens 2025-12-15 15:05:34 -06:00
cdabd66986 Exit calendar view during loading 2025-12-15 16:06:35 -05:00
fd99ec73b3 Merge pull request '99-Loading-Screens' (#102) from 99-Loading-Screens into main
All checks were successful
Continuous Integration / Update Development (push) Successful in 2m28s
Reviewed-on: #102
2025-12-15 15:04:03 -06:00
bc51ca1fcf added more loaders 2025-12-15 16:02:16 -05:00
826943c1a3 Updated application loader 2025-12-15 15:40:06 -05:00
8409d971c1 added loader to training reports 2025-12-15 15:38:43 -05:00
6e2edc0096 Merge pull request '100-recruitment-ui-fixes' (#101) from 100-recruitment-ui-fixes into main
All checks were successful
Continuous Integration / Update Development (push) Successful in 2m31s
Reviewed-on: #101
2025-12-15 12:34:30 -06:00
1dfdb6bd0e Tweaked application sorting method Close #79 2025-12-15 13:31:04 -05:00
618c290318 Added visual feedback when application is approved 2025-12-15 13:14:30 -05:00
7f98d52634 fixed error on approve/deny applications 2025-12-15 13:12:48 -05:00
a73431f622 fixed error when opening application from recruiter view when sidepanel is closed 2025-12-15 12:47:00 -05:00
4670b568a5 fixed "military" checkbox not saving state during application 2025-12-15 12:37:02 -05:00
82c9681dfa Removed approve/deny buttons from the app list 2025-12-15 12:23:29 -05:00
34469ee5af Merge pull request 'account-claim' (#98) from account-claim into main
All checks were successful
Continuous Integration / Update Development (push) Successful in 2m35s
Continuous Deployment / Update Deployment (push) Successful in 2m39s
Reviewed-on: #98
0.3.0
2025-12-14 21:52:22 -06:00
ca4bb9fe2d Merge branch 'main' into account-claim 2025-12-14 21:52:12 -06:00
a335ce862d fixed post account creation/claim flow. This may fix #93 2025-12-14 22:47:18 -05:00
b99d6653f8 disabled mega logging 2025-12-14 22:39:07 -05:00
a6002dadb5 implemented account claiming system 2025-12-14 22:33:10 -05:00
7ac83b532b removed nuisance logging 2025-12-14 22:31:08 -05:00
2ee769dfdb Merge commit '412001b1b4a85e0dea04f642319e19396955af95' into account-claim 2025-12-14 17:20:56 -05:00
b2209ef870 Merge pull request 'added favicon and site name' (#97) from #80-favico into main
All checks were successful
Continuous Integration / Update Development (push) Successful in 2m19s
Reviewed-on: #97
2025-12-14 16:18:50 -06:00
ed9190b298 added favicon and site name 2025-12-14 17:19:53 -05:00
412001b1b4 Merge pull request 'cleaned up db resource leaks' (#96) from db-resource-leak-fix into main
All checks were successful
Continuous Integration / Update Development (push) Successful in 2m25s
Reviewed-on: #96
2025-12-14 16:04:02 -06:00
011439fb19 cleaned up db resource leaks 2025-12-14 16:53:40 -05:00
81ae9ebea1 Merge pull request 'implemented new polling system for user account changes' (#95) from 81-user-state-polling into main
All checks were successful
Continuous Integration / Update Development (push) Successful in 2m30s
Reviewed-on: #95
2025-12-14 15:45:24 -06:00
2a2c2e1cb5 implemented new polling system for user account changes 2025-12-14 16:46:02 -05:00
9b337e6813 Merge pull request 'adjusted members API rules to support public calendar' (#92) from #70-Calendar-visibility into main
All checks were successful
Continuous Integration / Update Development (push) Successful in 2m15s
Reviewed-on: #92
2025-12-14 13:12:59 -06:00
0a2748f144 Merge branch 'main' into #70-Calendar-visibility 2025-12-14 13:12:50 -06:00
9c903509ed adjusted members API rules to support public calendar 2025-12-14 14:11:13 -05:00