-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtodo.txt
More file actions
41 lines (37 loc) · 1.57 KB
/
todo.txt
File metadata and controls
41 lines (37 loc) · 1.57 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
TODO
- authenticate admin when trying to add a new one(now only admins can add more)
- admin adding ticket in background
- admin change roles
- graphql
VERSION
- updated department name from health to health & wellness
- fixed spelling error for learning and development
- responsivness for request page
- created bread routing
- created bread page and also deadline conditional rendering
- filtering requests by date on the all page
- auto creating excel sheet from filtered data for the week
- created a new landing page which users can pick between help desk and ordering bread
- calculating total price per order
- merging multiple orders into one record with calculated loaves for one person which is then used for the weekly report
- input sanitization for bread orders
- routing for changing bread price
- changed font to Poppins
- making incorrect input fields red
- updating bread price from admin center
- requesting transport
- updated picture for transport on home page
- viewing requests for transport on the admin side
- updated ui colors for admin side
- remove action buttons on rejected/approved sections for transport
- initialization of session/cookies and the middleware
- conditional rendering for transport requests dashboard
- logging user out when session expires after set time
UNFIXED ISSUES
- not rerouting when a non admin tries to access the admin side when hosted on xampp
- add date of approval/rejection in dashboard
- split fullname field into first and lastname for general request form
DEPLOY
- change ip and port
- adjust email config
- fix paths for images