App/metadata and hash
Description:
Added metadata tags in index.html for better module descriptions (Token Generation, Patient Registration, Vitals, etc.). Implemented password hashing for volunteer creation in the /add_volunteer API route (using bcrypt). Ensured that raw passwords are no longer stored in the database.
Type of Change:
Bug Fix Feature Development
Testing:
Tested on desktop
Tested on mobile
Screenshots (if applicable): N/A (No UI changes, only metadata + backend fix).
Video Demo Add a short video showing volunteer creation with hashed password confirmation in DB logs.
Checklist:
Code follows project style guidelines
Self-review completed
No console errors
TypeScript types are correct (where applicable)