Files
sarlink-portal/README.md
i701 db261ae0bd
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 8m55s
fix(signup-form): update header and welcome message for clarity
2025-07-27 14:22:32 +05:00

48 lines
1.6 KiB
Markdown

This is a web portal for SAR Link customers.
# Todos
## Layout
- [ ] Auto hide the welcome banner after 5 seconds
## User Menu
### Devices
- [x] Add mac vendor validation for adding devices
- [x] Add all the filters for devices table (mobile responsive)
- [x] Add cancel feature to selected devices floating button
### Payments
- [x] Show payments table
- [x] Add all the filters for payment table (mobile responsive)
- [x] add slider range filter
- [ ] Fix bill formula linking for generated payments
### Parental Control
- [x] Fix block device feature
- [x] Add all the filters for parental control table (mobile responsive)
- [x] Disable blocking if payment is pending or omit from the table if device payment is pending
### Topups
- [ ] add textarea in topup dialog for admin. if no detail given generate on backend otherwise take the text from text area
### Agreements
- [x] Implement file upload for admin side
- [ ] Add customer relavant documents in a grid view
## Admin Controls
### Users
- [x] Show users table
- [x] handle verify api no response case
- [x] Add all relavant filters for users table
- [x] Verify or reject users with a custom message
- [ ] Add functionality to send custom sms to users in user:id page
### User Devices
- [x] Block or unblock from admin with custom message
- [x] Blocking devices for client and admin using useActionState instead of client side button onClick handlers
- [x] Show the devices table
- [x] Add all relevant filters for user devices table
### User Payments
- [x] Show user payments table
- [x] Add relevant filters for user payments table