mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-07-01 15:23:58 +00:00
chore: update README with new todos 🔧
This commit is contained in:
63
README.md
63
README.md
@ -1,36 +1,41 @@
|
||||
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).
|
||||
This is a web portal for SAR Link customers.
|
||||
# Todos
|
||||
## Layout
|
||||
- [ ] Auto hide the welcome banner after 5 seconds
|
||||
|
||||
## Getting Started
|
||||
## User Menu
|
||||
### Devices
|
||||
- [x] Add mac vendor validation for adding devices
|
||||
- [ ] Add all the filters for devices table (mobile responsive)
|
||||
|
||||
First, run the development server:
|
||||
### Payments
|
||||
- [ ] Show payments table
|
||||
- [ ] Add all the filters for payment table (mobile responsive)
|
||||
- [ ] Fix bill formula linking for generated payments
|
||||
|
||||
```bash
|
||||
npm run dev
|
||||
# or
|
||||
yarn dev
|
||||
# or
|
||||
pnpm dev
|
||||
# or
|
||||
bun dev
|
||||
```
|
||||
### Parental Control
|
||||
- [ ] Fix block device feature
|
||||
- [ ] Add all the filters for parental control table (mobile responsive)
|
||||
- [ ] Disable blocking if payment is pending or omit from the table if device payment is pending
|
||||
|
||||
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
|
||||
### Agreements
|
||||
- [ ] Implement file upload for admin side
|
||||
- [ ] Add customer relavant documents in a grid view
|
||||
- [ ] Add filtering by date for agreements
|
||||
|
||||
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
|
||||
## Admin Controls
|
||||
### Users
|
||||
- [ ] Show users table
|
||||
- [ ] Add all relavant filters for users table
|
||||
- [ ] Verify or reject users with a custom message
|
||||
- [ ] Add functionality to send custom sms to users in user:id page
|
||||
|
||||
This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.
|
||||
### User Devices
|
||||
- [ ] Block or unblock from admin with custom message
|
||||
- [ ] Show the devices table
|
||||
- [ ] Add all relevant filters for user devices table
|
||||
|
||||
## Learn More
|
||||
|
||||
To learn more about Next.js, take a look at the following resources:
|
||||
|
||||
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
|
||||
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
|
||||
|
||||
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!
|
||||
|
||||
## Deploy on Vercel
|
||||
|
||||
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
|
||||
|
||||
Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.
|
||||
### User Payments
|
||||
- [ ] Show user payments table
|
||||
- [ ] Add relevant filters for user payments table
|
||||
- [ ] Add computation of total value for filtered results
|
Reference in New Issue
Block a user