Koncept Kit
9754f2db6e
1. Models (backend/models.py)- Added PaymentMethodType enum (card, cash, bank_transfer, check)- Added stripe_customer_id column to User model- Created new PaymentMethod model with all fields specified in the plan2. Alembic Migration (backend/alembic/versions/add_payment_methods.py)- Creates payment_methods table- Adds stripe_customer_id to users table- Creates appropriate indexes3. API Endpoints (backend/server.py)Added 12 new endpoints:Member Endpoints:- GET /api/payment-methods - List user's payment methods- POST /api/payment-methods/setup-intent - Create Stripe SetupIntent- POST /api/payment-methods - Save payment method after setup- PUT /api/payment-methods/{id}/default - Set as default- DELETE /api/payment-methods/{id} - Remove payment methodAdmin Endpoints:- GET /api/admin/users/{user_id}/payment-methods - List user's methods (masked)- POST /api/admin/users/{user_id}/payment-methods/reveal - Reveal sensitive details (requires password)- POST /api/admin/users/{user_id}/payment-methods/setup-intent - Create SetupIntent for user- POST /api/admin/users/{user_id}/payment-methods - Save method on behalf- POST /api/admin/users/{user_id}/payment-methods/manual - Record manual method (cash/check)- PUT /api/admin/users/{user_id}/payment-methods/{id}/default - Set default- DELETE /api/admin/users/{user_id}/payment-methods/{id} - Delete method4. Permissions (backend/permissions_seed.py)Added 5 new permissions:- payment_methods.view- payment_methods.view_sensitive- payment_methods.create- payment_methods.delete- payment_methods.set_default
2026-01-31 01:03:17 +07:00
Koncept Kit
03e5dd8bda
- 7 new API endpoints\
...
- Public theme config endpoint for frontend initialization (with 5-min cache)/- Admin CRUD for theme settings (get, update, reset)/- Logo and favicon upload/delete via Cloudflare R2 storage
2026-01-27 21:31:17 +07:00
Koncept Kit
b29bb641f5
Fixes
2026-01-24 23:56:21 +07:00
Koncept Kit
d322d1334f
1. Added member_since to GET Response- - Endpoint: GET /api/admin/users/{user_id}- Now includes: member_since: 2024-03-15T10:30:00Z (or null)2. Created NEW PUT Endpoint for Admin User Profile Updates- Endpoint: PUT /api/admin/users/{user_id}- Permission Required: users.edit (admins and superadmins have this)
2026-01-21 11:35:19 +07:00
Koncept Kit
d3a0cabede
- Details Column - Expandable chevron button for each row- Expandable Transaction Details - Click chevron to show/hide details- Payment Information Section:- Stripe Transaction IDs Section- Copy to Clipboard - One-click copy for all transaction IDs- Update Stripe webhook event permission on Stripe Config page.
2026-01-20 23:51:38 +07:00
Koncept Kit
1390e07500
Login and Session Fixes
2026-01-07 13:37:28 +07:00
Koncept Kit
efc2002a67
Fix database mismatches
2026-01-04 22:01:26 +07:00
Koncept Kit
487481b322
Test Preparation
2025-12-26 20:03:53 +07:00
Koncept Kit
db13f0e9de
- Profile Picture\
...
Donation Tracking\
Validation Rejection\
Subscription Data Export\
Admin Dashboard Logo\
Admin Navbar Reorganization
2025-12-18 17:04:00 +07:00
Koncept Kit
ed5526e27b
RBAC, Permissions, and Export/Import
2025-12-16 20:03:50 +07:00
Koncept Kit
b268c3fff8
Update Responsive and Contact Us page and function
2025-12-13 00:58:30 +07:00
Koncept Kit
834d65ec49
Donation page update and Subscription update on Admin Dashboard
2025-12-11 23:14:13 +07:00
Koncept Kit
7d55d29362
Stripe fix and email verification fix
2025-12-11 22:18:58 +07:00
Koncept Kit
e875700b8e
Update:- Membership Plan- Donation- Member detail for Member Directory
2025-12-11 19:28:48 +07:00
Koncept Kit
f051976881
Update New Features
2025-12-10 17:52:32 +07:00
Koncept Kit
005c56b43d
Email SMTP Fix
2025-12-07 16:59:04 +07:00
Koncept Kit
79b617904b
Update registration Step
2025-12-06 13:47:30 +07:00
Koncept Kit
6ef7685ade
first commit
2025-12-05 16:43:37 +07:00