As an admin, I want to approve or reject a care provider from being shown on the website after it's information is added so that I can maintain accurate and relevant facility data
Acceptance Criteria
- The admin can view pending hospital records needing approval or to be rejected.
- Approved hospitals are marked as visible on the public interface and stored in database
- Rejected hospitals are flagged and not displayed on the website
Tasks
- Create the front end page with html, js, css
- Develop CRUD logic for accepting/denying hospitals
- Add backend validations for admin privileges
- Connect frontend and backend for seamless functionality