-
Notifications
You must be signed in to change notification settings - Fork 0
/
plan.txt
25 lines (23 loc) · 890 Bytes
/
plan.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Things to be done:
- Implement payment methods.
- Manage static files.
- Add REST API, learn how it works.
- Integrate Google APIs.
- Make decorators for checkout.
- Create Admin Panel.
- Cretate decorators for Admin Panel.
- Create order list.
- Implement telegram, gmail bot to send information about order status.
- Create robots.txt
- Make statistics page.
- Check for security options on the internet.
Things in progress:
- Create tests for user authentication.
Things already done:
- Upload project to the Internet.
- Create tests for cart and fix bugs with 3 view functions assosioated with cart.
- Create 'skip to the main content' button (when pressing 'tab').
- Upload project to the Internet.
- Create user authentication.
- Make purchases available only for users.
- Update tests for homapge.