I am creating an item request form app where users could enter details of the items they want. Once they hit submit:
- My manager should get a notification for approval.
- They should be able to see only those requests that are pending approval.
- The request should automatically disappear as soon as they take action i.e. approve/reject.
Any step-by-step process to achieve the above would be greatly appreciated.