Commit Graph

280 Commits

Author SHA1 Message Date
86ea3a4b0c Fix history issue 2025-09-05 23:50:50 +09:00
33b122b7e8 Fix history 2025-09-05 23:28:27 +09:00
00bc1cadc9 Fix login issue 2025-09-05 23:20:10 +09:00
d8e1b05d41 password issue 2025-09-05 23:04:40 +09:00
272269431e Email feature 2025-09-05 22:48:15 +09:00
9d11685b65 Fix teams error 2025-09-05 17:29:11 +09:00
4e1ef7c230 add automatic entry script 2025-09-05 16:57:18 +09:00
e0543e2b4e update APIs 2025-09-04 19:25:14 +09:00
32f860af41 fix restore checkin list 2025-09-04 11:27:04 +09:00
3cb0c2daf7 update qr api 2025-09-04 10:34:48 +09:00
7abdfbe903 add submit_qr_points 2025-09-04 10:10:24 +09:00
1698776589 Fix try-except structure and docstring in checkin API
- Correct indentation for except block
- Fix broken docstring formatting
- Ensure proper Python syntax compliance
- Resolve remaining syntax errors
2025-09-03 22:08:08 +09:00
f55f44013f Fix syntax errors in checkin API
- Fix indentation and syntax errors in api_play.py
- Correct try-except block structure
- Fix line endings and code formatting
- Resolve syntax error preventing Django startup
2025-09-03 22:04:19 +09:00
0d6f9024f4 Fix import path for utils module
- Change from .utils import to rog.utils module import
- Update S3Bucket and send_reset_password_email usage
- Fix typo in verification_url variable name
- Resolve ImportError preventing Django app startup
2025-09-03 21:56:40 +09:00
e0635936fe Add missing S3Bucket class to fix import error
- Implement S3Bucket class in utils.py for legacy compatibility
- Add upload_file and get_file_url methods
- Fix ImportError that was preventing app startup
2025-09-03 21:48:22 +09:00
cd8f872f1f Fix Location2025 model attribute error in checkin API
- Replace is_service_cp with default False (attribute not exists in Location2025)
- Update point calculation to use checkin_point from Location2025 model
- Improve error handling for missing attributes
2025-09-03 21:40:40 +09:00
1c36ece232 debug checkin 2025-09-03 20:22:39 +09:00
a0e024b77d update checkin image issue 2025-09-03 07:56:40 +09:00
3c28d33ebf remove logs 2025-09-03 03:58:45 +09:00
8ffedc177f Fix some APIs 2025-09-02 23:14:14 +09:00
3b28f49959 Add logs on API 2025-09-02 20:47:04 +09:00
a8dc2ba3b1 Update new API.. 2025-09-02 20:06:58 +09:00
0acaa6ea1f Fix start/goal processes 2025-09-02 17:10:33 +09:00
d6b40bd0f8 Add log on APIs 2025-09-02 17:01:40 +09:00
c95c8713d4 Fix is_staff issue 2025-09-02 15:29:34 +09:00
70acda8167 add is_staff for user login api 2025-09-02 11:40:17 +09:00
45a29c7b18 Fix inbound2 fields missing 2025-09-02 05:02:16 +09:00
05b9432a90 Fix inbound2 issue 2025-08-31 20:05:27 +09:00
a8c0f52860 Fix /api/locsext API 2025-08-31 17:51:41 +09:00
77acb7c016 Fixed ExtentForLocation API issue 2025-08-31 17:35:06 +09:00
104d39a96b Update location2025 missing fields 2025-08-31 15:04:35 +09:00
619aa4f396 Fix Location2025 missing fields 2025-08-31 14:45:50 +09:00
aa8b39aa99 Fix Location2025 checkin_radius issue 2025-08-31 14:31:31 +09:00
03de478b80 Change Location2025 columns 2025-08-31 14:17:52 +09:00
58165e825b Retry Location2025 search update 3 2025-08-31 14:10:16 +09:00
c8c8d264c9 Retry Location2025 search update 2025-08-31 14:03:47 +09:00
bef4af1086 Fix Location2025 search feature.. 2025-08-31 13:56:20 +09:00
1fe96f6a51 Fix CSV upload for Location2025 2025-08-31 13:49:56 +09:00
e9c6838171 Fix duplicate user registration error 2025-08-31 12:08:36 +09:00
71b073229e Fix Postgres error 2025-08-31 10:01:42 +09:00
0ef0bde5b1 photo_point and cppoint were reverted to checkin_point 2025-08-30 04:39:45 +09:00
cb399f14bf Fix API and admin for location2025 2025-08-30 04:12:55 +09:00
596b7313dd add location migrate 2025-08-30 03:48:07 +09:00
9af1e03523 Convert Location to Location2025 2025-08-30 02:20:25 +09:00
631c7293fc Fix image location 2025-08-29 21:17:59 +09:00
999ce636ac Fix no images issues 2025-08-29 21:11:00 +09:00
d63f205fa3 Fix API issue 2025-08-29 20:47:11 +09:00
50ebf8847c Update display format for zekken labels 2025-08-29 20:40:32 +09:00
b4d423aa35 Fix event-zekken-list API to use zekken_label instead of zekken_number for proper zekken value selection 2025-08-29 20:39:30 +09:00
2e3bf14b27 Fix URL patterns: change zekken_number from int to str to support alphanumeric zekken labels 2025-08-29 20:34:13 +09:00